Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDominators.cpp116 Instruction *UserInst = cast<Instruction>(U.getUser()); in dominates() local
251 Instruction *UserInst = cast<Instruction>(U.getUser()); in dominates() local
276 Instruction *UserInst = cast<Instruction>(U.getUser()); in dominates() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DUnifyLoopExits.cpp92 auto UserInst = cast<Instruction>(U.getUser()); in INITIALIZE_PASS_DEPENDENCY() local
H A DLoopRotationUtils.cpp143 Instruction *UserInst = cast<Instruction>(U.getUser()); in RewriteUsesOfClonedInstructions() local
740 auto *UserInst = cast<Instruction>(UseI); in shouldSpeculateInstrs() local
H A DCodeMoverUtils.cpp337 if (auto *UserInst = dyn_cast<Instruction>(U.getUser())) in isSafeToMoveBefore() local
H A DPromoteMemoryToRegister.cpp366 Instruction *UserInst = cast<Instruction>(U); in rewriteSingleStoreAlloca() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLegacyDivergenceAnalysis.cpp220 Instruction *UserInst = cast<Instruction>(Use.getUser()); in findUsersOutsideInfluenceRegion() local
H A DDivergenceAnalysis.cpp145 const auto *UserInst = dyn_cast<const Instruction>(User); in pushUsers() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1081 Instruction *UserInst = nullptr; member
1858 Instruction *UserInst; member
2917 void LSRInstance::ChainInstruction(Instruction *UserInst, Instruction *IVOper, in ChainInstruction()
3131 static bool canFoldIVIncExpr(const SCEV *IncExpr, Instruction *UserInst, in canFoldIVIncExpr()
3259 Instruction *UserInst = U.getUser(); in CollectFixupsAndInitialFormulae() local
3430 const Instruction *UserInst = dyn_cast<Instruction>(U.getUser()); in CollectLoopInvariantFixupsAndFormulae() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp2184 const Instruction *UserInst = cast<Instruction>(U); in OptimizeWeakCalls() local
2196 CallInst *UserInst = cast<CallInst>(*UI++); in OptimizeWeakCalls() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp393 Instruction *UserInst = dyn_cast<Instruction>(User); in canVectorizeInst() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3665 Instruction *UserInst = cast<Instruction>(SingleUse->getUser()); in run() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp488 static bool InTreeUserNeedToExtract(Value *Scalar, Instruction *UserInst, in InTreeUserNeedToExtract()
2631 Instruction *UserInst = dyn_cast<Instruction>(U); in buildTree() local