Searched refs:HasDst (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsRISCVXsf.td | 52 class RISCVSFCustomVC_XV<bit HasDst, bit HasSE, bit ImmScalar> 53 : Intrinsic<!if(HasDst, [llvm_anyvector_ty], []), 54 !listconcat(!if(HasDst, [llvm_anyint_ty, llvm_anyvector_ty], 58 … !if(HasDst, [], [ImmArg<ArgIndex<1>>]), // Vd or bit<11-7> 59 !if(ImmScalar, !if(HasDst, [ImmArg<ArgIndex<2>>], 64 HasDst: 2, 66 let VLOperand = !if(HasDst, 3, 4); 71 class RISCVSFCustomVC_XVV<bit HasDst, bit HasSE, bit ImmScalar> 72 : Intrinsic<!if(HasDst, [llvm_anyvector_ty], []), 73 !listconcat(!if(HasDst, [llvm_anyint_ty, llvm_anyvector_ty, llvm_anyvector_ty], [all …]
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.td | 1962 class getOutsDPP <bit HasDst, ValueType DstVT, RegisterOperand DstRCDPP> { 1963 dag ret = !if(HasDst, 1971 class getOutsSDWA <bit HasDst, ValueType DstVT, RegisterOperand DstRCSDWA> { 1972 dag ret = !if(HasDst, 1981 class getAsm32 <bit HasDst, int NumSrcArgs, ValueType DstVT = i32> { 1986 string ret = !if(HasDst, dst, "") # 2050 class getAsmDPP <bit HasDst, int NumSrcArgs, bit HasModifiers, ValueType DstVT = i32> { 2051 string dst = !if(HasDst, 2066 class getAsmDPP16 <bit HasDst, int NumSrcArgs, bit HasModifiers, ValueType DstVT = i32> { 2067 string ret = getAsmDPP<HasDst, NumSrcArgs, HasModifiers, DstVT>.ret#"$fi"; [all …]
|
| H A D | R600ISelLowering.cpp | 1966 bool HasDst = TII->getOperandIdx(Opcode, R600::OpName::dst) > -1; in FoldOperand() local 1994 if (HasDst) { in FoldOperand() 2119 bool HasDst = TII->getOperandIdx(Opcode, R600::OpName::dst) > -1; in PostISelFolding() local 2121 if (HasDst) in PostISelFolding() 2158 bool HasDst = TII->getOperandIdx(Opcode, R600::OpName::dst) > -1; in PostISelFolding() local 2161 if (HasDst) { in PostISelFolding()
|
| H A D | VOP1Instructions.td | 407 getAsmVOP3Base<NumSrcArgs, 1 /* HasDst */, HasClamp, 411 let HasDst = 0;
|
| H A D | VOPInstructions.td | 287 let Inst{14} = !if(P.HasDst, src0_modifiers{3}, 0); 294 let Inst{14} = !if(p.HasDst, src0_modifiers{3}, 0);
|
| H A D | VOP2Instructions.td | 464 getAsmVOP3Base<2 /*NumSrcArgs*/, HasDst, HasClamp,
|