Searched defs:UseInst (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSink.cpp45 Instruction *UseInst = cast<Instruction>(U.getUser()); local
H A DDeadStoreElimination.cpp1660 Instruction *UseInst = cast<MemoryUseOrDef>(UseAccess)->getMemoryInst(); local
1813 Instruction *UseInst = cast<MemoryUseOrDef>(UseAccess)->getMemoryInst(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRCanonicalizerPass.cpp223 MachineInstr *UseInst = UO.getParent(); local
H A DMachineSink.cpp295 MachineInstr *UseInst = MO.getParent(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNNSAReassign.cpp206 const MachineInstr *UseInst = U.getParent(); local
H A DAMDGPUPromoteAlloca.cpp644 Instruction *UseInst = cast<Instruction>(User); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp110 Value *SimplifyIndvar::foldIVUser(Instruction *UseInst, Instruction *IVOperand) { argument
162 << " -> " << *UseInst << '\\n'); local
618 eliminateIVUser(Instruction *UseInst, Instruction *IVOperand) argument
695 eliminateIdentitySCEV(Instruction *UseInst, Instruction *IVOperand) argument
879 Instruction *UseInst = UseOper.first; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp451 const MachineInstr *UseInst = Use.getParent(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp263 instructionClobbersQuery(const MemoryDef *MD, const MemoryLocation &UseLoc, const Instruction *UseInst, AliasAnalysisType &AA) argument

Completed in 189 milliseconds