Home
last modified time | relevance | path

Searched refs:HasDst (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.td1811 class getOutsDPP <bit HasDst, ValueType DstVT, RegisterOperand DstRCDPP> {
1812 dag ret = !if(HasDst,
1820 class getOutsSDWA <bit HasDst, ValueType DstVT, RegisterOperand DstRCSDWA> {
1821 dag ret = !if(HasDst,
1831 class getAsm32 <bit HasDst, int NumSrcArgs, ValueType DstVT = i32> {
1836 string ret = !if(HasDst, dst, "") #
1844 class getAsm64 <bit HasDst, int NumSrcArgs, bit HasIntClamp, bit HasModifiers,
1855 getAsm32<HasDst, NumSrcArgs, DstVT>.ret # iclamp,
1861 class getAsmVOP3P <bit HasDst, int NumSrcArgs, bit HasModifiers,
1907 class getAsmDPP <bit HasDst, int NumSrcArgs, bit HasModifiers, ValueType DstVT = i32> {
[all …]
H A DR600ISelLowering.cpp2003 bool HasDst = TII->getOperandIdx(Opcode, R600::OpName::dst) > -1; in FoldOperand() local
2031 if (HasDst) { in FoldOperand()
2159 bool HasDst = TII->getOperandIdx(Opcode, R600::OpName::dst) > -1; in PostISelFolding() local
2161 if (HasDst) in PostISelFolding()
2198 bool HasDst = TII->getOperandIdx(Opcode, R600::OpName::dst) > -1; in PostISelFolding() local
2201 if (HasDst) { in PostISelFolding()
H A DVOPInstructions.td240 let Inst{14} = !if(P.HasDst, src0_modifiers{3}, 0);
247 let Inst{14} = !if(p.HasDst, src0_modifiers{3}, 0);
H A DVOP1Instructions.td335 let HasDst = 0;
H A DSIInstrInfo.cpp6015 bool HasDst = Inst.getOperand(0).isReg() && Inst.getOperand(0).isDef(); in moveToVALU() local
6017 if (HasDst) { in moveToVALU()
6058 if (HasDst) in moveToVALU()