Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/BPF/
H A DBPFMISimplifyPatchable.cpp117 MachineInstr *DefInst = MO.getParent(); in checkADDrr() local
287 MachineInstr *DefInst = MRI->getUniqueVRegDef(SrcReg); in removeLD() local
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUMemoryUtils.cpp142 Instruction *DefInst = Def->getMemoryInst(); in isReallyAClobber() local
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp467 MachineInstr *DefInst = MRI->getVRegDef(Use.getReg()); in canMoveToEnd() local
H A DPPCPreEmitPeephole.cpp256 MachineBasicBlock::iterator DefInst; in addLinkerOpt() member
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocFast.cpp363 for (const MachineInstr &DefInst : MRI->def_instructions(VirtReg)) { in mayLiveOut() local
411 for (const MachineInstr &DefInst : MRI->def_instructions(VirtReg)) { in mayLiveIn() local
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp406 MachineInstr *DefInst = LastDef[Reg]; in findPotentialNewifiableTFRs() local
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp504 const MachineInstr *DefInst = Def.getParent(); in foldToImm() local
H A DSIInstrInfo.cpp8025 auto *DefInst = MRI.getVRegDef(RSR.Reg); in getVRegSubRegDef() local
/llvm-project-15.0.7/polly/lib/Transform/
H A DDeLICM.cpp676 auto *DefInst = DefMA->getAccessInstruction(); in tryMapValue() local
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp553 Instruction *DefInst = nullptr; member
H A DDeadStoreElimination.cpp1904 Instruction *DefInst = Def->getMemoryInst(); in eliminateRedundantStoresOfExistingValues() local
H A DNewGVN.cpp3960 auto *DefInst = dyn_cast_or_null<Instruction>(Def); in eliminateInstructions() local
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemorySSA.cpp301 Instruction *DefInst = MD->getMemoryInst(); in instructionClobbersQuery() local