Home
last modified time | relevance | path

Searched defs:TheLoop (Results 1 – 14 of 14) 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()
838 bool RecurrenceDescriptor::isReductionPHI(PHINode *Phi, Loop *TheLoop, in isReductionPHI()
947 bool RecurrenceDescriptor::isFixedOrderRecurrence(PHINode *Phi, Loop *TheLoop, in isFixedOrderRecurrence()
1275 bool InductionDescriptor::isFPInductionPHI(PHINode *Phi, const Loop *TheLoop, in isFPInductionPHI()
1433 bool InductionDescriptor::isInductionPHI(PHINode *Phi, const Loop *TheLoop, in isInductionPHI()
1478 PHINode *Phi, const Loop *TheLoop, ScalarEvolution *SE, in isInductionPHI()
H A DLoopInfo.cpp1055 MDNode *llvm::findOptionMDForLoop(const Loop *TheLoop, StringRef Name) { in findOptionMDForLoop()
1065 llvm::findStringMetadataForLoop(const Loop *TheLoop, StringRef Name) { in findStringMetadataForLoop()
1079 std::optional<bool> llvm::getOptionalBoolLoopAttribute(const Loop *TheLoop, in getOptionalBoolLoopAttribute()
1097 bool llvm::getBooleanLoopAttribute(const Loop *TheLoop, StringRef Name) { in getBooleanLoopAttribute()
1101 std::optional<int> llvm::getOptionalIntLoopAttribute(const Loop *TheLoop, in getOptionalIntLoopAttribute()
1115 int llvm::getIntLoopAttribute(const Loop *TheLoop, StringRef Name, in getIntLoopAttribute()
1120 CallBase *llvm::getLoopConvergenceHeart(const Loop *TheLoop) { in getLoopConvergenceHeart()
H A DLoopAccessAnalysis.cpp661 AccessAnalysis(Loop *TheLoop, AAResults *AA, LoopInfo *LI, in AccessAnalysis()
769 const Loop *TheLoop; member in __anonaf4eb2f30111::AccessAnalysis
1070 Loop *TheLoop, unsigned &RunningDepId, in createCheckForAccess()
1128 ScalarEvolution *SE, Loop *TheLoop, in canCheckPtrAtRT()
2764 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::__anon5cdc869e0311::SCEVAddRecForUniformityRewriter
503 unsigned Offset, Loop *TheLoop) in SCEVAddRecForUniformityRewriter()
547 Loop *TheLoop) { in rewrite()
H A DVPlanHCFGBuilder.cpp37 Loop *TheLoop; member in __anon4db757b80111::PlainCFGBuilder
H A DLoopVectorize.cpp899 StringRef RemarkName, Loop *TheLoop, Instruction *I) { in createLVAnalysis()
939 OptimizationRemarkEmitter *ORE, Loop *TheLoop, in reportVectorizationFailure()
952 OptimizationRemarkEmitter *ORE, Loop *TheLoop, in reportVectorizationInfo()
963 static void reportVectorization(OptimizationRemarkEmitter *ORE, Loop *TheLoop, in reportVectorization()
1754 Loop *TheLoop; member in llvm::LoopVectorizationCostModel
4352 Loop *TheLoop) { in emitInvalidCostRemarks()
5539 const Loop *TheLoop) { in getAddressAccessSCEV()
H A DVPlan.cpp860 bool TailFolded, Loop *TheLoop) { in createInitialVPlan()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h195 const Loop *TheLoop; variable
467 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()
1807 Loop *TheLoop, Instruction *Loc, in expandBounds()
1895 Instruction *Loc, Loop *TheLoop, in addRuntimeChecks()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h685 Loop *TheLoop; variable
H A DLoopAccessAnalysis.h751 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.cpp3777 auto TheLoop = std::make_unique<ForeachLoop>(Loc, IterName, ListValue); in ParseForeach() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp4316 static bool containsDecreasingPointers(Loop *TheLoop, in containsDecreasingPointers()