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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSink.cpp45 Instruction *UseInst = cast<Instruction>(U.getUser()); local
/freebsd-12-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-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNNSAReassign.cpp206 const MachineInstr *UseInst = U.getParent(); local
H A DAMDGPUPromoteAlloca.cpp540 Instruction *UseInst = cast<Instruction>(User); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp108 Value *SimplifyIndvar::foldIVUser(Instruction *UseInst, Instruction *IVOperand) { argument
160 << " -> " << *UseInst << '\\n'); local
616 eliminateIVUser(Instruction *UseInst, Instruction *IVOperand) argument
686 eliminateIdentitySCEV(Instruction *UseInst, Instruction *IVOperand) argument
870 Instruction *UseInst = UseOper.first; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp415 const MachineInstr *UseInst = Use.getParent(); local
/freebsd-12-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 149 milliseconds