Home
last modified time | relevance | path

Searched defs:TheLoop (Results 1 – 25 of 27) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIVDescriptors.cpp160 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()
DLoopAccessAnalysis.cpp503 AccessAnalysis(const DataLayout &Dl, Loop *TheLoop, AliasAnalysis *AA, in AccessAnalysis()
583 const Loop *TheLoop; member in __anon34f3926d0111::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()
DLoopInfo.cpp1003 MDNode *llvm::findOptionMDForLoop(const Loop *TheLoop, StringRef Name) { in findOptionMDForLoop()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DIVDescriptors.cpp142 static void collectCastInstrs(Loop *TheLoop, Instruction *Exit, in collectCastInstrs()
217 PHINode *Phi, RecurKind Kind, Loop *TheLoop, FastMathFlags FuncFMF, in AddReductionVar()
825 bool RecurrenceDescriptor::isReductionPHI(PHINode *Phi, Loop *TheLoop, in isReductionPHI()
925 PHINode *Phi, Loop *TheLoop, in isFixedOrderRecurrence()
1316 bool InductionDescriptor::isFPInductionPHI(PHINode *Phi, const Loop *TheLoop, in isFPInductionPHI()
1474 bool InductionDescriptor::isInductionPHI(PHINode *Phi, const Loop *TheLoop, in isInductionPHI()
1519 PHINode *Phi, const Loop *TheLoop, ScalarEvolution *SE, in isInductionPHI()
DLoopInfo.cpp1043 MDNode *llvm::findOptionMDForLoop(const Loop *TheLoop, StringRef Name) { in findOptionMDForLoop()
1053 llvm::findStringMetadataForLoop(const Loop *TheLoop, StringRef Name) { in findStringMetadataForLoop()
1067 std::optional<bool> llvm::getOptionalBoolLoopAttribute(const Loop *TheLoop, in getOptionalBoolLoopAttribute()
1085 bool llvm::getBooleanLoopAttribute(const Loop *TheLoop, StringRef Name) { in getBooleanLoopAttribute()
1089 std::optional<int> llvm::getOptionalIntLoopAttribute(const Loop *TheLoop, in getOptionalIntLoopAttribute()
1103 int llvm::getIntLoopAttribute(const Loop *TheLoop, StringRef Name, in getIntLoopAttribute()
DLoopAccessAnalysis.cpp622 AccessAnalysis(Loop *TheLoop, AAResults *AA, LoopInfo *LI, in AccessAnalysis()
702 const Loop *TheLoop; member in __anon54a75ab30111::AccessAnalysis
981 Loop *TheLoop, unsigned &RunningDepId, in createCheckForAccess()
1039 ScalarEvolution *SE, Loop *TheLoop, in canCheckPtrAtRT()
2519 bool LoopAccessInfo::blockNeedsPredication(BasicBlock *BB, Loop *TheLoop, in blockNeedsPredication()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp200 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/
DLoopUtils.cpp163 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/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp116 static MDNode *createStringMetadata(Loop *TheLoop, StringRef Name, unsigned V) { in createStringMetadata()
125 void llvm::addStringMetadataToLoop(Loop *TheLoop, const char *MDString, in addStringMetadataToLoop()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h144 const Loop *TheLoop; variable
386 Loop *TheLoop; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h196 const Loop *TheLoop; variable
466 Loop *TheLoop; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanHCFGBuilder.cpp37 Loop *TheLoop; member in __anon806d57b20111::PlainCFGBuilder
DLoopVectorizationLegality.cpp391 static bool hasOutsideLoopUser(const Loop *TheLoop, Instruction *Inst, in hasOutsideLoopUser()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp203 static MDNode *createStringMetadata(Loop *TheLoop, StringRef Name, unsigned V) { in createStringMetadata()
214 void llvm::addStringMetadataToLoop(Loop *TheLoop, const char *StringMD, in addStringMetadataToLoop()
250 llvm::getOptionalElementCountLoopAttribute(const Loop *TheLoop) { in getOptionalElementCountLoopAttribute()
1576 Loop *TheLoop, Instruction *Loc, in expandBounds()
1614 Instruction *Loc, Loop *TheLoop, in addRuntimeChecks()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
DVPlanHCFGBuilder.cpp37 Loop *TheLoop; member in __anon00d4af780111::PlainCFGBuilder
DLoopVectorizationLegality.cpp411 static bool hasOutsideLoopUser(const Loop *TheLoop, Instruction *Inst, in hasOutsideLoopUser()
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp98 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-16.0/llvm/lib/CodeGen/
DHardwareLoops.cpp111 OptimizationRemarkEmitter *ORE, Loop *TheLoop, Instruction *I = nullptr) { in reportHWLoopFailure()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DHardwareLoops.cpp114 OptimizationRemarkEmitter *ORE, Loop *TheLoop, Instruction *I = nullptr) { in reportHWLoopFailure()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVectorUtils.h624 Loop *TheLoop; variable
DLoopAccessAnalysis.h641 Loop *TheLoop; variable
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h659 Loop *TheLoop; variable
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp883 Loop *TheLoop; member in __anonb4dace450111::InterleavedAccessInfo
1305 const Loop *TheLoop; member in __anonb4dace450111::LoopVectorizeHints
1308 static void emitAnalysisDiag(const Function *TheFunction, const Loop *TheLoop, in emitAnalysisDiag()
1531 Loop *TheLoop; member in __anonb4dace450111::LoopVectorizationLegality
1702 Loop *TheLoop; member in __anonb4dace450111::LoopVectorizationCostModel
4518 static bool hasOutsideLoopUser(const Loop *TheLoop, Instruction *Inst, in hasOutsideLoopUser()
5752 const Loop *TheLoop) { in isLikelyComplexAddressComputation()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DVectorUtils.h838 Loop *TheLoop; variable
DLoopAccessAnalysis.h679 Loop *TheLoop; variable

12