Home
last modified time | relevance | path

Searched defs:DefInst (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMISimplifyPatchable.cpp142 MachineInstr *DefInst = MO.getParent(); in checkADDrr() local
332 MachineInstr *DefInst = MRI->getUniqueVRegDef(SrcReg); in removeLD() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUMemoryUtils.cpp69 Instruction *DefInst = Def->getMemoryInst(); in isReallyAClobber() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp464 MachineInstr *DefInst = MRI->getVRegDef(Use.getReg()); in canMoveToEnd() local
H A DPPCPreEmitPeephole.cpp257 MachineBasicBlock::iterator DefInst; in addLinkerOpt() member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp406 MachineInstr *DefInst = LastDef[Reg]; in findPotentialNewifiableTFRs() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp479 for (const MachineInstr &DefInst : MRI->def_instructions(VirtReg)) { in mayLiveOut() local
527 for (const MachineInstr &DefInst : MRI->def_instructions(VirtReg)) { in mayLiveIn() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp506 const MachineInstr *DefInst = Def.getParent(); in foldToImm() local
H A DSIInstrInfo.cpp9219 auto *DefInst = MRI.getVRegDef(RSR.Reg); in getVRegSubRegDef() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp680 Instruction *DefInst = nullptr; member
H A DDeadStoreElimination.cpp2033 Instruction *DefInst = Def->getMemoryInst(); in eliminateRedundantStoresOfExistingValues() local
H A DNewGVN.cpp3965 auto *DefInst = dyn_cast_or_null<Instruction>(Def); in eliminateInstructions() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp283 Instruction *DefInst = MD->getMemoryInst(); in instructionClobbersQuery() local