Searched refs:HasDst (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.td | 1458 class getOutsExt <bit HasDst, ValueType DstVT, RegisterOperand DstRCExt> { 1459 dag ret = !if(HasDst, 1467 class getOutsSDWA <bit HasDst, ValueType DstVT, RegisterOperand DstRCSDWA> { 1468 dag ret = !if(HasDst, 1478 class getAsm32 <bit HasDst, int NumSrcArgs, ValueType DstVT = i32> { 1483 string ret = !if(HasDst, dst, "") # 1491 class getAsm64 <bit HasDst, int NumSrcArgs, bit HasIntClamp, bit HasModifiers, 1502 getAsm32<HasDst, NumSrcArgs, DstVT>.ret # iclamp, 1508 class getAsmVOP3P <bit HasDst, int NumSrcArgs, bit HasModifiers, 1553 class getAsmDPP <bit HasDst, int NumSrcArgs, bit HasModifiers, ValueType DstVT = i32> { [all …]
|
D | R600ISelLowering.cpp | 2094 bool HasDst = TII->getOperandIdx(Opcode, R600::OpName::dst) > -1; in FoldOperand() local 2122 if (HasDst) { in FoldOperand() 2251 bool HasDst = TII->getOperandIdx(Opcode, R600::OpName::dst) > -1; in PostISelFolding() local 2253 if (HasDst) in PostISelFolding() 2290 bool HasDst = TII->getOperandIdx(Opcode, R600::OpName::dst) > -1; in PostISelFolding() local 2293 if (HasDst) { in PostISelFolding()
|
D | VOPInstructions.td | 217 let Inst{14} = !if(P.HasDst, src0_modifiers{3}, 0);
|
D | VOP1Instructions.td | 275 let HasDst = 0;
|
D | VOP3Instructions.td | 185 getAsm64<HasDst, NumSrcArgs, HasIntClamp,
|
D | SIInstrInfo.cpp | 4034 bool HasDst = Inst.getOperand(0).isReg() && Inst.getOperand(0).isDef(); in moveToVALU() local 4036 if (HasDst) { in moveToVALU() 4076 if (HasDst) in moveToVALU()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.td | 1317 class getOutsExt <bit HasDst, ValueType DstVT, RegisterOperand DstRCDPP> { 1318 dag ret = !if(HasDst, 1328 class getAsm32 <bit HasDst, int NumSrcArgs, ValueType DstVT = i32> { 1333 string ret = !if(HasDst, dst, "") # 1341 class getAsm64 <bit HasDst, int NumSrcArgs, bit HasModifiers, ValueType DstVT = i32> { 1350 getAsm32<HasDst, NumSrcArgs, DstVT>.ret, 1354 class getAsmDPP <bit HasDst, int NumSrcArgs, bit HasModifiers, ValueType DstVT = i32> { 1355 string dst = !if(HasDst, 1370 class getAsmSDWA <bit HasDst, int NumSrcArgs, bit HasFloatModifiers, 1372 string dst = !if(HasDst, [all …]
|
D | R600ISelLowering.cpp | 2192 bool HasDst = TII->getOperandIdx(Opcode, AMDGPU::OpName::dst) > -1; in FoldOperand() local 2220 if (HasDst) { in FoldOperand() 2350 bool HasDst = TII->getOperandIdx(Opcode, AMDGPU::OpName::dst) > -1; in PostISelFolding() local 2352 if (HasDst) in PostISelFolding() 2403 bool HasDst = TII->getOperandIdx(Opcode, AMDGPU::OpName::dst) > -1; in PostISelFolding() local 2406 if (HasDst) { in PostISelFolding()
|
D | SIInstrInfo.cpp | 2651 bool HasDst = Inst.getOperand(0).isReg() && Inst.getOperand(0).isDef(); in moveToVALU() local 2653 if (HasDst) { in moveToVALU() 2667 if (HasDst) in moveToVALU()
|