Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp162 static void collectCastsToIgnore(Loop *TheLoop, Instruction *Exit, in collectCastsToIgnore()
192 Loop *TheLoop, bool HasFunNoNaNAttr, in AddReductionVar()
546 bool RecurrenceDescriptor::isReductionPHI(PHINode *Phi, Loop *TheLoop, in isReductionPHI()
607 PHINode *Phi, Loop *TheLoop, in isFirstOrderRecurrence()
873 bool InductionDescriptor::isFPInductionPHI(PHINode *Phi, const Loop *TheLoop, in isFPInductionPHI()
1031 bool InductionDescriptor::isInductionPHI(PHINode *Phi, const Loop *TheLoop, in isInductionPHI()
1077 PHINode *Phi, const Loop *TheLoop, ScalarEvolution *SE, in isInductionPHI()
1289 Optional<const MDOperand *> llvm::findStringMetadataForLoop(Loop *TheLoop, in findStringMetadataForLoop()
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h159 const Loop *TheLoop; variable
396 Loop *TheLoop; variable
/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-7.0/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp117 static MDNode *createStringMetadata(Loop *TheLoop, StringRef Name, unsigned V) { in createStringMetadata()
126 void llvm::addStringMetadataToLoop(Loop *TheLoop, const char *MDString, in addStringMetadataToLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DVPlanHCFGBuilder.cpp38 Loop *TheLoop; member in __anon7536e1120111::PlainCFGBuilder
DLoopVectorizationLegality.cpp51 Loop *TheLoop, in createLVMissedAnalysis()
435 static bool hasOutsideLoopUser(const Loop *TheLoop, Instruction *Inst, in hasOutsideLoopUser()
DLoopVectorize.cpp997 Loop *TheLoop; member in __anon1008a2c70211::InterleavedAccessInfo
1573 Loop *TheLoop; member in llvm::LoopVectorizationCostModel
5664 const Loop *TheLoop) { in getAddressAccessSCEV()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp503 AccessAnalysis(const DataLayout &Dl, Loop *TheLoop, AliasAnalysis *AA, in AccessAnalysis()
583 const Loop *TheLoop; member in __anonca9fe3cd0111::AccessAnalysis
658 Loop *TheLoop, unsigned &RunningDepId, in createCheckForAccess()
696 ScalarEvolution *SE, Loop *TheLoop, in canCheckPtrAtRT()
1995 bool LoopAccessInfo::blockNeedsPredication(BasicBlock *BB, Loop *TheLoop, in blockNeedsPredication()
2062 expandBounds(const RuntimePointerChecking::CheckingPtrGroup *CG, Loop *TheLoop, in expandBounds()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLCSSA.cpp116 bool LCSSA::runOnLoop(Loop *TheLoop, LPPassManager &LPM) { in runOnLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMParallelDSP.cpp151 bool runOnLoop(Loop *TheLoop, LPPassManager &) override { in runOnLoop()
408 static void MatchReductions(Function &F, Loop *TheLoop, BasicBlock *Header, in MatchReductions()
/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-7.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h614 Loop *TheLoop; variable
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h659 Loop *TheLoop; variable
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp883 Loop *TheLoop; member in __anon63bf7e8f0111::InterleavedAccessInfo
1305 const Loop *TheLoop; member in __anon63bf7e8f0111::LoopVectorizeHints
1308 static void emitAnalysisDiag(const Function *TheFunction, const Loop *TheLoop, in emitAnalysisDiag()
1531 Loop *TheLoop; member in __anon63bf7e8f0111::LoopVectorizationLegality
1702 Loop *TheLoop; member in __anon63bf7e8f0111::LoopVectorizationCostModel
4518 static bool hasOutsideLoopUser(const Loop *TheLoop, Instruction *Inst, in hasOutsideLoopUser()
5752 const Loop *TheLoop) { in isLikelyComplexAddressComputation()