/external/llvm/lib/Analysis/ |
D | DivergenceAnalysis.cpp | 202 Instruction *UserInst = cast<Instruction>(U); in findUsersOutsideInfluenceRegion() local 243 Instruction *UserInst = cast<Instruction>(U); in exploreDataDependency() local
|
/external/llvm/lib/IR/ |
D | Dominators.cpp | 197 Instruction *UserInst = cast<Instruction>(U.getUser()); in dominates() local 215 Instruction *UserInst = cast<Instruction>(U.getUser()); in dominates() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Dominators.cpp | 232 Instruction *UserInst = cast<Instruction>(U.getUser()); in dominates() local 250 Instruction *UserInst = cast<Instruction>(U.getUser()); in dominates() local
|
/external/llvm/lib/Transforms/Scalar/ |
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
|
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
|
/external/llvm-project/llvm/lib/IR/ |
D | Dominators.cpp | 243 Instruction *UserInst = cast<Instruction>(U.getUser()); in dominates() local 268 Instruction *UserInst = cast<Instruction>(U.getUser()); in dominates() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopRotationUtils.cpp | 130 Instruction *UserInst = cast<Instruction>(U.getUser()); in RewriteUsesOfClonedInstructions() local 575 auto *UserInst = cast<Instruction>(UseI); in shouldSpeculateInstrs() local
|
D | CodeMoverUtils.cpp | 121 if (auto *UserInst = dyn_cast<Instruction>(U.getUser())) in isSafeToMoveBefore() local
|
D | PromoteMemoryToRegister.cpp | 359 Instruction *UserInst = cast<Instruction>(*UI++); in rewriteSingleStoreAlloca() local
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | LoopRotationUtils.cpp | 137 Instruction *UserInst = cast<Instruction>(U.getUser()); in RewriteUsesOfClonedInstructions() local 654 auto *UserInst = cast<Instruction>(UseI); in shouldSpeculateInstrs() local
|
D | UnifyLoopExits.cpp | 92 auto UserInst = cast<Instruction>(U.getUser()); in INITIALIZE_PASS_DEPENDENCY() local
|
D | CodeMoverUtils.cpp | 337 if (auto *UserInst = dyn_cast<Instruction>(U.getUser())) in isSafeToMoveBefore() local
|
D | PromoteMemoryToRegister.cpp | 370 Instruction *UserInst = cast<Instruction>(*UI++); in rewriteSingleStoreAlloca() local
|
/external/llvm-project/llvm/lib/Analysis/ |
D | LegacyDivergenceAnalysis.cpp | 220 Instruction *UserInst = cast<Instruction>(Use.getUser()); in findUsersOutsideInfluenceRegion() local
|
D | DivergenceAnalysis.cpp | 145 const auto *UserInst = dyn_cast<const Instruction>(User); in pushUsers() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LegacyDivergenceAnalysis.cpp | 220 Instruction *UserInst = cast<Instruction>(Use.getUser()); in findUsersOutsideInfluenceRegion() local
|
D | DivergenceAnalysis.cpp | 263 const auto *UserInst = dyn_cast<const Instruction>(User); in pushUsers() local
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 1071 Instruction *UserInst = nullptr; member 1850 Instruction *UserInst; member 2908 void LSRInstance::ChainInstruction(Instruction *UserInst, Instruction *IVOper, in ChainInstruction() 3122 static bool canFoldIVIncExpr(const SCEV *IncExpr, Instruction *UserInst, in canFoldIVIncExpr() 3250 Instruction *UserInst = U.getUser(); in CollectFixupsAndInitialFormulae() local 3421 const Instruction *UserInst = dyn_cast<Instruction>(U.getUser()); in CollectLoopInvariantFixupsAndFormulae() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
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
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCOpts.cpp | 1924 const Instruction *UserInst = cast<Instruction>(U); in OptimizeWeakCalls() local 1936 CallInst *UserInst = cast<CallInst>(*UI++); in OptimizeWeakCalls() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCOpts.cpp | 2127 const Instruction *UserInst = cast<Instruction>(U); in OptimizeWeakCalls() local 2139 CallInst *UserInst = cast<CallInst>(*UI++); in OptimizeWeakCalls() local
|
/external/llvm/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 349 Instruction *UserInst = cast<Instruction>(*UI++); in rewriteSingleStoreAlloca() local
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 414 Instruction *UserInst = dyn_cast<Instruction>(User); in canVectorizeInst() local
|
/external/llvm-project/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCOpts.cpp | 2170 const Instruction *UserInst = cast<Instruction>(U); in OptimizeWeakCalls() local 2182 CallInst *UserInst = cast<CallInst>(*UI++); in OptimizeWeakCalls() local
|
/external/llvm-project/polly/lib/Transform/ |
D | DeLICM.cpp | 572 auto UserInst = cast<Instruction>(User); in isMappable() local
|