Searched refs:HasDst (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.td | 1862 class getOutsExt <bit HasDst, ValueType DstVT, RegisterOperand DstRCExt> { 1863 dag ret = !if(HasDst, 1871 class getOutsSDWA <bit HasDst, ValueType DstVT, RegisterOperand DstRCSDWA> { 1872 dag ret = !if(HasDst, 1882 class getAsm32 <bit HasDst, int NumSrcArgs, ValueType DstVT = i32> { 1887 string ret = !if(HasDst, dst, "") # 1895 class getAsm64 <bit HasDst, int NumSrcArgs, bit HasIntClamp, bit HasModifiers, 1906 getAsm32<HasDst, NumSrcArgs, DstVT>.ret # iclamp, 1912 class getAsmVOP3P <bit HasDst, int NumSrcArgs, bit HasModifiers, 1957 class getAsmDPP <bit HasDst, int NumSrcArgs, bit HasModifiers, ValueType DstVT = i32> { [all …]
|
D | R600ISelLowering.cpp | 2092 bool HasDst = TII->getOperandIdx(Opcode, R600::OpName::dst) > -1; in FoldOperand() local 2120 if (HasDst) { in FoldOperand() 2249 bool HasDst = TII->getOperandIdx(Opcode, R600::OpName::dst) > -1; in PostISelFolding() local 2251 if (HasDst) in PostISelFolding() 2288 bool HasDst = TII->getOperandIdx(Opcode, R600::OpName::dst) > -1; in PostISelFolding() local 2291 if (HasDst) { in PostISelFolding()
|
D | VOPInstructions.td | 227 let Inst{14} = !if(P.HasDst, src0_modifiers{3}, 0); 234 let Inst{14} = !if(p.HasDst, src0_modifiers{3}, 0);
|
D | VOP1Instructions.td | 298 let HasDst = 0;
|
D | VOP3Instructions.td | 185 getAsm64<HasDst, NumSrcArgs, HasIntClamp,
|
D | SIInstrInfo.cpp | 5062 bool HasDst = Inst.getOperand(0).isReg() && Inst.getOperand(0).isDef(); in moveToVALU() local 5064 if (HasDst) { in moveToVALU() 5104 if (HasDst) in moveToVALU()
|