| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | IVDescriptors.cpp | 160 static void collectCastsToIgnore(Loop *TheLoop, Instruction *Exit, in collectCastsToIgnore() 190 Loop *TheLoop, bool HasFunNoNaNAttr, in AddReductionVar() 610 bool RecurrenceDescriptor::isReductionPHI(PHINode *Phi, Loop *TheLoop, in isReductionPHI() 671 PHINode *Phi, Loop *TheLoop, in isFirstOrderRecurrence() 849 bool InductionDescriptor::isFPInductionPHI(PHINode *Phi, const Loop *TheLoop, in isFPInductionPHI() 1007 bool InductionDescriptor::isInductionPHI(PHINode *Phi, const Loop *TheLoop, in isInductionPHI() 1052 PHINode *Phi, const Loop *TheLoop, ScalarEvolution *SE, in isInductionPHI()
|
| D | LoopAccessAnalysis.cpp | 503 AccessAnalysis(const DataLayout &Dl, Loop *TheLoop, AliasAnalysis *AA, in AccessAnalysis() 583 const Loop *TheLoop; member in __anon9e3559fe0111::AccessAnalysis 658 Loop *TheLoop, unsigned &RunningDepId, in createCheckForAccess() 696 ScalarEvolution *SE, Loop *TheLoop, in canCheckPtrAtRT() 2079 bool LoopAccessInfo::blockNeedsPredication(BasicBlock *BB, Loop *TheLoop, in blockNeedsPredication() 2146 expandBounds(const RuntimePointerChecking::CheckingPtrGroup *CG, Loop *TheLoop, in expandBounds()
|
| D | LoopInfo.cpp | 1003 MDNode *llvm::findOptionMDForLoop(const Loop *TheLoop, StringRef Name) { in findOptionMDForLoop()
|
| /external/llvm-project/llvm/lib/Analysis/ |
| D | IVDescriptors.cpp | 160 static void collectCastsToIgnore(Loop *TheLoop, Instruction *Exit, in collectCastsToIgnore() 190 Loop *TheLoop, bool HasFunNoNaNAttr, in AddReductionVar() 613 bool RecurrenceDescriptor::isReductionPHI(PHINode *Phi, Loop *TheLoop, in isReductionPHI() 674 PHINode *Phi, Loop *TheLoop, in isFirstOrderRecurrence() 943 bool InductionDescriptor::isFPInductionPHI(PHINode *Phi, const Loop *TheLoop, in isFPInductionPHI() 1101 bool InductionDescriptor::isInductionPHI(PHINode *Phi, const Loop *TheLoop, in isInductionPHI() 1146 PHINode *Phi, const Loop *TheLoop, ScalarEvolution *SE, in isInductionPHI()
|
| D | LoopAccessAnalysis.cpp | 508 AccessAnalysis(Loop *TheLoop, AAResults *AA, LoopInfo *LI, in AccessAnalysis() 586 const Loop *TheLoop; member in __anonfaff4f0a0111::AccessAnalysis 661 Loop *TheLoop, unsigned &RunningDepId, in createCheckForAccess() 699 ScalarEvolution *SE, Loop *TheLoop, in canCheckPtrAtRT() 2108 bool LoopAccessInfo::blockNeedsPredication(BasicBlock *BB, Loop *TheLoop, in blockNeedsPredication()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | LoopUtils.cpp | 200 static MDNode *createStringMetadata(Loop *TheLoop, StringRef Name, unsigned V) { in createStringMetadata() 211 void llvm::addStringMetadataToLoop(Loop *TheLoop, const char *StringMD, in addStringMetadataToLoop() 251 Optional<const MDOperand *> llvm::findStringMetadataForLoop(const Loop *TheLoop, in findStringMetadataForLoop() 266 static Optional<bool> getOptionalBoolLoopAttribute(const Loop *TheLoop, in getOptionalBoolLoopAttribute() 284 static bool getBooleanLoopAttribute(const Loop *TheLoop, StringRef Name) { in getBooleanLoopAttribute() 288 llvm::Optional<int> llvm::getOptionalIntLoopAttribute(Loop *TheLoop, in getOptionalIntLoopAttribute()
|
| /external/llvm/lib/Transforms/Utils/ |
| D | LoopUtils.cpp | 163 Loop *TheLoop, bool HasFunNoNaNAttr, in AddReductionVar() 473 bool RecurrenceDescriptor::isReductionPHI(PHINode *Phi, Loop *TheLoop, in isReductionPHI() 522 bool RecurrenceDescriptor::isFirstOrderRecurrence(PHINode *Phi, Loop *TheLoop, in isFirstOrderRecurrence() 896 Optional<const MDOperand *> llvm::findStringMetadataForLoop(Loop *TheLoop, in findStringMetadataForLoop()
|
| /external/llvm-project/llvm/lib/Transforms/Utils/ |
| D | LoopUtils.cpp | 216 static MDNode *createStringMetadata(Loop *TheLoop, StringRef Name, unsigned V) { in createStringMetadata() 227 void llvm::addStringMetadataToLoop(Loop *TheLoop, const char *StringMD, in addStringMetadataToLoop() 267 Optional<const MDOperand *> llvm::findStringMetadataForLoop(const Loop *TheLoop, in findStringMetadataForLoop() 282 static Optional<bool> getOptionalBoolLoopAttribute(const Loop *TheLoop, in getOptionalBoolLoopAttribute() 300 bool llvm::getBooleanLoopAttribute(const Loop *TheLoop, StringRef Name) { in getBooleanLoopAttribute() 305 llvm::getOptionalElementCountLoopAttribute(Loop *TheLoop) { in getOptionalElementCountLoopAttribute() 319 llvm::Optional<int> llvm::getOptionalIntLoopAttribute(Loop *TheLoop, in getOptionalIntLoopAttribute() 1606 Loop *TheLoop, Instruction *Loc, in expandBounds() 1663 Instruction *Loc, Loop *TheLoop, in addRuntimeChecks()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/ |
| D | LoopVectorizationLegality.h | 144 const Loop *TheLoop; variable 386 Loop *TheLoop; variable
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | LoopVersioningLICM.cpp | 116 static MDNode *createStringMetadata(Loop *TheLoop, StringRef Name, unsigned V) { in createStringMetadata() 125 void llvm::addStringMetadataToLoop(Loop *TheLoop, const char *MDString, in addStringMetadataToLoop()
|
| /external/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
| D | LoopVectorizationLegality.h | 160 const Loop *TheLoop; variable 429 Loop *TheLoop; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
| D | VPlanHCFGBuilder.cpp | 37 Loop *TheLoop; member in __anonc95688830111::PlainCFGBuilder
|
| D | LoopVectorizationLegality.cpp | 391 static bool hasOutsideLoopUser(const Loop *TheLoop, Instruction *Inst, in hasOutsideLoopUser()
|
| /external/llvm-project/llvm/lib/Transforms/Vectorize/ |
| D | VPlanHCFGBuilder.cpp | 37 Loop *TheLoop; member in __anon6f2f3c8f0111::PlainCFGBuilder
|
| D | LoopVectorizationLegality.cpp | 401 static bool hasOutsideLoopUser(const Loop *TheLoop, Instruction *Inst, in hasOutsideLoopUser()
|
| /external/llvm/lib/Analysis/ |
| D | LoopAccessAnalysis.cpp | 98 const Loop *TheLoop, in emitAnalysis() 583 ScalarEvolution *SE, Loop *TheLoop, in canCheckPtrAtRT() 1739 bool LoopAccessInfo::blockNeedsPredication(BasicBlock *BB, Loop *TheLoop, in blockNeedsPredication() 1782 expandBounds(const RuntimePointerChecking::CheckingPtrGroup *CG, Loop *TheLoop, in expandBounds()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | HardwareLoops.cpp | 114 OptimizationRemarkEmitter *ORE, Loop *TheLoop, Instruction *I = nullptr) { in reportHWLoopFailure()
|
| /external/llvm-project/llvm/lib/CodeGen/ |
| D | HardwareLoops.cpp | 114 OptimizationRemarkEmitter *ORE, Loop *TheLoop, Instruction *I = nullptr) { in reportHWLoopFailure()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
| D | LoopAccessAnalysis.h | 641 Loop *TheLoop; variable
|
| D | VectorUtils.h | 624 Loop *TheLoop; variable
|
| /external/llvm-project/llvm/include/llvm/Analysis/ |
| D | LoopAccessAnalysis.h | 620 Loop *TheLoop; variable
|
| D | VectorUtils.h | 806 Loop *TheLoop; variable
|
| /external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
| D | LoopConvertUtils.cpp | 105 bool DeclFinderASTVisitor::VisitForStmt(ForStmt *TheLoop) { in VisitForStmt()
|
| /external/llvm/include/llvm/Analysis/ |
| D | LoopAccessAnalysis.h | 659 Loop *TheLoop; variable
|
| /external/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorize.cpp | 883 Loop *TheLoop; member in __anonaac874760111::InterleavedAccessInfo 1305 const Loop *TheLoop; member in __anonaac874760111::LoopVectorizeHints 1308 static void emitAnalysisDiag(const Function *TheFunction, const Loop *TheLoop, in emitAnalysisDiag() 1531 Loop *TheLoop; member in __anonaac874760111::LoopVectorizationLegality 1702 Loop *TheLoop; member in __anonaac874760111::LoopVectorizationCostModel 4518 static bool hasOutsideLoopUser(const Loop *TheLoop, Instruction *Inst, in hasOutsideLoopUser() 5752 const Loop *TheLoop) { in isLikelyComplexAddressComputation()
|