Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DDominators.cpp123 Instruction *UserInst = cast<Instruction>(U.getUser()); in dominates() local
258 Instruction *UserInst = cast<Instruction>(U.getUser()); in dominates() local
283 Instruction *UserInst = cast<Instruction>(U.getUser()); in dominates() local
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp119 Instruction *UserInst = cast<Instruction>(U.getUser()); in RewriteUsesOfClonedInstructions() local
149 DbgInfoIntrinsic *UserInst = dyn_cast<DbgInfoIntrinsic>(U.getUser()); in RewriteUsesOfClonedInstructions() local
524 auto *UserInst = cast<Instruction>(UseI); in shouldSpeculateInstrs() local
H A DLoopStrengthReduce.cpp1075 Instruction *UserInst; member
1571 Instruction *UserInst; member
2593 void LSRInstance::ChainInstruction(Instruction *UserInst, Instruction *IVOper, in ChainInstruction()
2809 static bool canFoldIVIncExpr(const SCEV *IncExpr, Instruction *UserInst, in canFoldIVIncExpr()
2933 Instruction *UserInst = U.getUser(); in CollectFixupsAndInitialFormulae() local
3094 const Instruction *UserInst = dyn_cast<Instruction>(U.getUser()); in CollectLoopInvariantFixupsAndFormulae() local
/aosp_15_r20/external/llvm/lib/Analysis/
H A DDivergenceAnalysis.cpp202 Instruction *UserInst = cast<Instruction>(U); in findUsersOutsideInfluenceRegion() local
243 Instruction *UserInst = cast<Instruction>(U); in exploreDataDependency() local
/aosp_15_r20/external/llvm/lib/IR/
H A DDominators.cpp197 Instruction *UserInst = cast<Instruction>(U.getUser()); in dominates() local
215 Instruction *UserInst = cast<Instruction>(U.getUser()); in dominates() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDominators.cpp232 Instruction *UserInst = cast<Instruction>(U.getUser()); in dominates() local
250 Instruction *UserInst = cast<Instruction>(U.getUser()); in dominates() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp130 Instruction *UserInst = cast<Instruction>(U.getUser()); in RewriteUsesOfClonedInstructions() local
575 auto *UserInst = cast<Instruction>(UseI); in shouldSpeculateInstrs() local
H A DCodeMoverUtils.cpp121 if (auto *UserInst = dyn_cast<Instruction>(U.getUser())) in isSafeToMoveBefore() local
H A DPromoteMemoryToRegister.cpp359 Instruction *UserInst = cast<Instruction>(*UI++); in rewriteSingleStoreAlloca() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp133 Instruction *UserInst = cast<Instruction>(U.getUser()); in RewriteUsesOfClonedInstructions() local
742 auto *UserInst = cast<Instruction>(UseI); in shouldSpeculateInstrs() local
H A DUnifyLoopExits.cpp100 auto UserInst = cast<Instruction>(U.getUser()); in INITIALIZE_PASS_DEPENDENCY() local
H A DCodeMoverUtils.cpp339 if (auto *UserInst = dyn_cast<Instruction>(U.getUser())) in isSafeToMoveBefore() local
H A DModuleUtils.cpp442 Instruction *UserInst = dyn_cast<Instruction>(User); in lowerGlobalIFuncUsersAsGlobalCtor() local
H A DPromoteMemoryToRegister.cpp453 Instruction *UserInst = cast<Instruction>(U); in rewriteSingleStoreAlloca() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1078 Instruction *UserInst = nullptr; member
1857 Instruction *UserInst; member
2905 void LSRInstance::ChainInstruction(Instruction *UserInst, Instruction *IVOper, in ChainInstruction()
3119 static bool canFoldIVIncExpr(const SCEV *IncExpr, Instruction *UserInst, in canFoldIVIncExpr()
3246 Instruction *UserInst = U.getUser(); in CollectFixupsAndInitialFormulae() local
3417 const Instruction *UserInst = dyn_cast<Instruction>(U.getUser()); in CollectLoopInvariantFixupsAndFormulae() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLegacyDivergenceAnalysis.cpp220 Instruction *UserInst = cast<Instruction>(Use.getUser()); in findUsersOutsideInfluenceRegion() local
H A DDivergenceAnalysis.cpp263 const auto *UserInst = dyn_cast<const Instruction>(User); in pushUsers() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DLegacyDivergenceAnalysis.cpp221 Instruction *UserInst = cast<Instruction>(Use.getUser()); in findUsersOutsideInfluenceRegion() local
H A DDivergenceAnalysis.cpp144 const auto *UserInst = dyn_cast<const Instruction>(User); in pushUsers() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1123 Instruction *UserInst = nullptr; member
1902 Instruction *UserInst; member
2958 void LSRInstance::ChainInstruction(Instruction *UserInst, Instruction *IVOper, in ChainInstruction()
3172 static bool canFoldIVIncExpr(const SCEV *IncExpr, Instruction *UserInst, in canFoldIVIncExpr()
3305 Instruction *UserInst = U.getUser(); in CollectFixupsAndInitialFormulae() local
3501 const Instruction *UserInst = dyn_cast<Instruction>(U.getUser()); in CollectLoopInvariantFixupsAndFormulae() local
/aosp_15_r20/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp1924 const Instruction *UserInst = cast<Instruction>(U); in OptimizeWeakCalls() local
1936 CallInst *UserInst = cast<CallInst>(*UI++); in OptimizeWeakCalls() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp2127 const Instruction *UserInst = cast<Instruction>(U); in OptimizeWeakCalls() local
2139 CallInst *UserInst = cast<CallInst>(*UI++); in OptimizeWeakCalls() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp2200 const Instruction *UserInst = cast<Instruction>(U); in OptimizeWeakCalls() local
2212 CallInst *UserInst = cast<CallInst>(U); in OptimizeWeakCalls() local
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp349 Instruction *UserInst = cast<Instruction>(*UI++); in rewriteSingleStoreAlloca() local
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp248 static bool InTreeUserNeedToExtract(Value *Scalar, Instruction *UserInst, in InTreeUserNeedToExtract()
934 Instruction *UserInst = dyn_cast<Instruction>(U); in buildTree() local

12