Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNDPPCombine.cpp235 auto DPPInst = BuildMI(*OrigMI.getParent(), OrigMI, in createDPPInst() local
243 DPPInst.add(*Dst); in createDPPInst()
247 if (TII->isOperandLegal(*DPPInst.getInstr(), NumOperands, SDst)) { in createDPPInst()
248 DPPInst.add(*SDst); in createDPPInst()
263 DPPInst.addReg(CombOldVGPR.Reg, Def ? 0 : RegState::Undef, in createDPPInst()
284 DPPInst.addImm(Mod0->getImm()); in createDPPInst()
287 DPPInst.addImm(0); in createDPPInst()
293 if (!TII->isOperandLegal(*DPPInst.getInstr(), NumOperands, Src0)) { in createDPPInst()
298 DPPInst.add(*Src0); in createDPPInst()
299 DPPInst->getOperand(NumOperands).setIsKill(false); in createDPPInst()
[all …]