Home
last modified time | relevance | path

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/
DSIInstrInfo.td1862 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 …]
DR600ISelLowering.cpp2092 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()
DVOPInstructions.td227 let Inst{14} = !if(P.HasDst, src0_modifiers{3}, 0);
234 let Inst{14} = !if(p.HasDst, src0_modifiers{3}, 0);
DVOP1Instructions.td298 let HasDst = 0;
DVOP3Instructions.td185 getAsm64<HasDst, NumSrcArgs, HasIntClamp,
DSIInstrInfo.cpp5062 bool HasDst = Inst.getOperand(0).isReg() && Inst.getOperand(0).isDef(); in moveToVALU() local
5064 if (HasDst) { in moveToVALU()
5104 if (HasDst) in moveToVALU()