/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | IVDescriptors.cpp | 139 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 D | LoopInfo.cpp | 1055 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 D | LoopAccessAnalysis.cpp | 661 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 D | LoopVectorizationLegality.cpp | 416 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 D | VPlanHCFGBuilder.cpp | 37 Loop *TheLoop; member in __anon4db757b80111::PlainCFGBuilder
|
H A D | LoopVectorize.cpp | 899 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 D | VPlan.cpp | 860 bool TailFolded, Loop *TheLoop) { in createInitialVPlan()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/ |
H A D | LoopVectorizationLegality.h | 195 const Loop *TheLoop; variable 467 Loop *TheLoop; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopUtils.cpp | 203 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 D | VectorUtils.h | 685 Loop *TheLoop; variable
|
H A D | LoopAccessAnalysis.h | 751 Loop *TheLoop; variable
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | HardwareLoops.cpp | 113 OptimizationRemarkEmitter *ORE, Loop *TheLoop, Instruction *I = nullptr) { in reportHWLoopFailure()
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 3777 auto TheLoop = std::make_unique<ForeachLoop>(Loc, IterName, ListValue); in ParseForeach() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 4316 static bool containsDecreasingPointers(Loop *TheLoop, in containsDecreasingPointers()
|