Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIVDescriptors.cpp139 static void collectCastInstrs(Loop *TheLoop, Instruction *Exit, in collectCastInstrs()
214 PHINode *Phi, RecurKind Kind, Loop *TheLoop, FastMathFlags FuncFMF, in AddReductionVar()
839 bool RecurrenceDescriptor::isReductionPHI(PHINode *Phi, Loop *TheLoop, in isReductionPHI()
948 bool RecurrenceDescriptor::isFixedOrderRecurrence(PHINode *Phi, Loop *TheLoop, in isFixedOrderRecurrence()
1276 bool InductionDescriptor::isFPInductionPHI(PHINode *Phi, const Loop *TheLoop, in isFPInductionPHI()
1434 bool InductionDescriptor::isInductionPHI(PHINode *Phi, const Loop *TheLoop, in isInductionPHI()
1479 PHINode *Phi, const Loop *TheLoop, ScalarEvolution *SE, in isInductionPHI()
H A DLoopInfo.cpp1044 MDNode *llvm::findOptionMDForLoop(const Loop *TheLoop, StringRef Name) { in findOptionMDForLoop()
1054 llvm::findStringMetadataForLoop(const Loop *TheLoop, StringRef Name) { in findStringMetadataForLoop()
1068 std::optional<bool> llvm::getOptionalBoolLoopAttribute(const Loop *TheLoop, in getOptionalBoolLoopAttribute()
1086 bool llvm::getBooleanLoopAttribute(const Loop *TheLoop, StringRef Name) { in getBooleanLoopAttribute()
1090 std::optional<int> llvm::getOptionalIntLoopAttribute(const Loop *TheLoop, in getOptionalIntLoopAttribute()
1104 int llvm::getIntLoopAttribute(const Loop *TheLoop, StringRef Name, in getIntLoopAttribute()
H A DLoopAccessAnalysis.cpp658 AccessAnalysis(Loop *TheLoop, AAResults *AA, LoopInfo *LI, in AccessAnalysis()
771 const Loop *TheLoop; member in __anoneccaeabb0111::AccessAnalysis
1072 Loop *TheLoop, unsigned &RunningDepId, in createCheckForAccess()
1130 ScalarEvolution *SE, Loop *TheLoop, in canCheckPtrAtRT()
2693 bool LoopAccessInfo::blockNeedsPredication(BasicBlock *BB, Loop *TheLoop, in blockNeedsPredication()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp416 static bool hasOutsideLoopUser(const Loop *TheLoop, Instruction *Inst, in hasOutsideLoopUser()
494 Loop *TheLoop; member in llvm::__anonda6b99660311::SCEVAddRecForUniformityRewriter
503 unsigned Offset, Loop *TheLoop) in SCEVAddRecForUniformityRewriter()
547 Loop *TheLoop) { in rewrite()
H A DVPlanHCFGBuilder.cpp37 Loop *TheLoop; member in __anonb191e9800111::PlainCFGBuilder
H A DLoopVectorize.cpp982 StringRef RemarkName, Loop *TheLoop, Instruction *I) { in createLVAnalysis()
1022 OptimizationRemarkEmitter *ORE, Loop *TheLoop, in reportVectorizationFailure()
1032 OptimizationRemarkEmitter *ORE, Loop *TheLoop, in reportVectorizationInfo()
1043 static void reportVectorization(OptimizationRemarkEmitter *ORE, Loop *TheLoop, in reportVectorization()
1881 Loop *TheLoop; member in llvm::LoopVectorizationCostModel
4962 Loop *TheLoop) { in emitInvalidCostRemarks()
6035 const Loop *TheLoop) { in getAddressAccessSCEV()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h195 const Loop *TheLoop; variable
464 Loop *TheLoop; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A 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()
1662 Loop *TheLoop, Instruction *Loc, in expandBounds()
1749 Instruction *Loc, Loop *TheLoop, in addRuntimeChecks()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h659 Loop *TheLoop; variable
H A DLoopAccessAnalysis.h691 Loop *TheLoop; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp113 OptimizationRemarkEmitter *ORE, Loop *TheLoop, Instruction *I = nullptr) { in reportHWLoopFailure()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp3735 auto TheLoop = std::make_unique<ForeachLoop>(Loc, IterName, ListValue); in ParseForeach() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp3977 static bool containsDecreasingPointers(Loop *TheLoop, in containsDecreasingPointers()