/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Dominators.cpp | 123 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 D | LoopRotation.cpp | 119 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 D | LoopStrengthReduce.cpp | 1075 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 D | DivergenceAnalysis.cpp | 202 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 D | Dominators.cpp | 197 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 D | Dominators.cpp | 232 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 D | LoopRotationUtils.cpp | 130 Instruction *UserInst = cast<Instruction>(U.getUser()); in RewriteUsesOfClonedInstructions() local 575 auto *UserInst = cast<Instruction>(UseI); in shouldSpeculateInstrs() local
|
H A D | CodeMoverUtils.cpp | 121 if (auto *UserInst = dyn_cast<Instruction>(U.getUser())) in isSafeToMoveBefore() local
|
H A D | PromoteMemoryToRegister.cpp | 359 Instruction *UserInst = cast<Instruction>(*UI++); in rewriteSingleStoreAlloca() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | LoopRotationUtils.cpp | 133 Instruction *UserInst = cast<Instruction>(U.getUser()); in RewriteUsesOfClonedInstructions() local 742 auto *UserInst = cast<Instruction>(UseI); in shouldSpeculateInstrs() local
|
H A D | UnifyLoopExits.cpp | 100 auto UserInst = cast<Instruction>(U.getUser()); in INITIALIZE_PASS_DEPENDENCY() local
|
H A D | CodeMoverUtils.cpp | 339 if (auto *UserInst = dyn_cast<Instruction>(U.getUser())) in isSafeToMoveBefore() local
|
H A D | ModuleUtils.cpp | 442 Instruction *UserInst = dyn_cast<Instruction>(User); in lowerGlobalIFuncUsersAsGlobalCtor() local
|
H A D | PromoteMemoryToRegister.cpp | 453 Instruction *UserInst = cast<Instruction>(U); in rewriteSingleStoreAlloca() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 1078 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 D | LegacyDivergenceAnalysis.cpp | 220 Instruction *UserInst = cast<Instruction>(Use.getUser()); in findUsersOutsideInfluenceRegion() local
|
H A D | DivergenceAnalysis.cpp | 263 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 D | LegacyDivergenceAnalysis.cpp | 221 Instruction *UserInst = cast<Instruction>(Use.getUser()); in findUsersOutsideInfluenceRegion() local
|
H A D | DivergenceAnalysis.cpp | 144 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 D | LoopStrengthReduce.cpp | 1123 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 D | ObjCARCOpts.cpp | 1924 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 D | ObjCARCOpts.cpp | 2127 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 D | ObjCARCOpts.cpp | 2200 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 D | PromoteMemoryToRegister.cpp | 349 Instruction *UserInst = cast<Instruction>(*UI++); in rewriteSingleStoreAlloca() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 248 static bool InTreeUserNeedToExtract(Value *Scalar, Instruction *UserInst, in InTreeUserNeedToExtract() 934 Instruction *UserInst = dyn_cast<Instruction>(U); in buildTree() local
|