Home
last modified time | relevance | path

Searched defs:UseInst (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp123 Value *SimplifyIndvar::foldIVUser(Instruction *UseInst, Instruction *IVOperand) { in foldIVUser()
574 bool SimplifyIndvar::eliminateIVUser(Instruction *UseInst, in eliminateIVUser()
651 bool SimplifyIndvar::replaceFloatIVWithIntegerIV(Instruction *UseInst) { in replaceFloatIVWithIntegerIV()
708 bool SimplifyIndvar::eliminateIdentitySCEV(Instruction *UseInst, in eliminateIdentitySCEV()
882 Instruction *UseInst = UseOper.first; in simplifyUsers() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSink.cpp132 Instruction *UseInst = cast<Instruction>(U.getUser()); in SinkInstruction() local
H A DDeadStoreElimination.cpp1169 Instruction *UseInst = cast<MemoryUseOrDef>(UseAccess)->getMemoryInst(); in isWriteAtEndOfFunction() local
1511 Instruction *UseInst = cast<MemoryUseOrDef>(UseAccess)->getMemoryInst(); in getDomMemoryDef() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DGCNNSAReassign.cpp220 const MachineInstr *UseInst = U.getParent(); in CheckNSA() local
H A DAMDGPUPromoteAlloca.cpp692 Instruction *UseInst = cast<Instruction>(User); in collectUsesWithPtrTypes() local
H A DSIInstrInfo.cpp8231 auto &UseInst = *Use.getParent(); in execMayBeModifiedBeforeAnyUse() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMIRCanonicalizerPass.cpp210 MachineInstr *UseInst = UO.getParent(); in rescheduleCanonically() local
H A DMachineSink.cpp333 MachineInstr *UseInst = MO.getParent(); in AllUsesDominatedByBlock() local
345 MachineInstr *UseInst = MO.getParent(); in AllUsesDominatedByBlock() local
H A DRegAllocFast.cpp389 for (const MachineInstr &UseInst : MRI->use_nodbg_instructions(VirtReg)) { in mayLiveOut() local
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCPreEmitPeephole.cpp259 MachineBasicBlock::iterator UseInst; in addLinkerOpt() member
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FastPreTileConfig.cpp144 for (const MachineInstr &UseInst : MRI->use_nodbg_instructions(VirtReg)) { in mayLiveOut() local
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp449 const MachineInstr *UseInst = Use.getParent(); in oneUseDominatesOtherUses() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSA.cpp288 const Instruction *UseInst, AliasAnalysisType &AA) { in instructionClobbersQuery()
H A DScalarEvolution.cpp9461 getConstantEvolvingPHIOperands(Instruction *UseInst, const Loop *L, in getConstantEvolvingPHIOperands()
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2586 auto *UseInst = dyn_cast<Instruction>(U.getUser()); in removeUnusedBlocksFromParent() local