Searched defs:Expander (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopPredication.cpp | 400 Value *LoopPredication::expandCheck(SCEVExpander &Expander, in expandCheck() 565 SCEVExpander &Expander, Instruction *Guard) { in widenICmpRangeCheckIncrementingLoop() 614 SCEVExpander &Expander, Instruction *Guard) { in widenICmpRangeCheckDecrementingLoop() 676 SCEVExpander &Expander, in widenICmpRangeCheck() 741 SCEVExpander &Expander, in collectChecks() 794 SCEVExpander &Expander) { in widenGuardConditions() 819 BranchInst *BI, SCEVExpander &Expander) { in widenWidenableBranchGuardConditions() 1238 SCEVExpander Expander(*SE, *DL, "loop-predication"); in runOnLoop() local
|
H A D | NaryReassociate.cpp | 625 SCEVExpander Expander(*SE, *DL, "nary-reassociate"); in tryReassociateMinOrMax() local
|
H A D | LoopIdiomRecognize.cpp | 1049 SCEVExpander Expander(*SE, *DL, "loop-idiom"); in processLoopStridedStore() local 1198 SCEVExpander Expander(*SE, *DL, "loop-idiom"); in processLoopStoreOfLoopLoad() local 2646 SCEVExpander Expander(*SE, *DL, "loop-idiom"); in recognizeShiftUntilZero() local
|
H A D | LoopRerollPass.cpp | 1477 SCEVExpander Expander(*SE, DL, "reroll"); in replace() local 1515 SCEVExpander Expander(*SE, DL, "reroll"); in replaceIV() local
|
H A D | InductiveRangeCheckElimination.cpp | 1025 SCEVExpander Expander(SE, DL, "irce"); in parseLoopStructure() local 1424 SCEVExpander Expander(SE, F.getParent()->getDataLayout(), "irce"); in run() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/ |
H A D | Trace.cpp | 336 TraceExpander Expander(Adder, FileHeader.Version); in loadFDRLog() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | LoopUnrollRuntime.cpp | 672 SCEVExpander Expander(*SE, DL, "loop-unroll"); in UnrollRuntimeLoopRemainder() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 2052 SCEVExpander Expander(*SE, *DL, "hexagon-loop-idiom"); in processCopyingStore() local
|