Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFMISimplifyPatchable.cpp117 MachineInstr *DefInst = MO.getParent(); in checkADDrr() local
287 MachineInstr *DefInst = MRI->getUniqueVRegDef(SrcReg); in removeLD() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUMemoryUtils.cpp119 Instruction *DefInst = Def->getMemoryInst(); in isReallyAClobber() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp465 MachineInstr *DefInst = MRI->getVRegDef(Use.getReg()); in canMoveToEnd() local
H A DPPCPreEmitPeephole.cpp258 MachineBasicBlock::iterator DefInst; in addLinkerOpt() member
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocFast.cpp370 for (const MachineInstr &DefInst : MRI->def_instructions(VirtReg)) { in mayLiveOut() local
418 for (const MachineInstr &DefInst : MRI->def_instructions(VirtReg)) { in mayLiveIn() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp406 MachineInstr *DefInst = LastDef[Reg]; in findPotentialNewifiableTFRs() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp506 const MachineInstr *DefInst = Def.getParent(); in foldToImm() local
H A DSIInstrInfo.cpp8158 auto *DefInst = MRI.getVRegDef(RSR.Reg); in getVRegSubRegDef() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp577 Instruction *DefInst = nullptr; member
H A DDeadStoreElimination.cpp1987 Instruction *DefInst = Def->getMemoryInst(); in eliminateRedundantStoresOfExistingValues() local
H A DNewGVN.cpp3958 auto *DefInst = dyn_cast_or_null<Instruction>(Def); in eliminateInstructions() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSA.cpp289 Instruction *DefInst = MD->getMemoryInst(); in instructionClobbersQuery() local