OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expandCodeFor
(Results
1 - 8
of
8
) sorted by null
/external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp
451
expandCodeFor
(SE.getAddExpr(ScaledOps), Ty);
524
Value *Idx =
expandCodeFor
(SE.getAddExpr(Ops), Ty);
762
Value *W =
expandCodeFor
(SE.getNegativeSCEV(Op), Ty);
768
Value *W =
expandCodeFor
(Op, Ty);
[
all
...]
/external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h
136
///
expandCodeFor
- Insert code to directly compute the specified SCEV
139
Value *
expandCodeFor
(const SCEV *SH, Type *Ty, Instruction *I);
218
///
expandCodeFor
- Insert code to directly compute the specified SCEV
222
Value *
expandCodeFor
(const SCEV *SH, Type *Ty = 0);
/external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp
[
all
...]
IndVarSimplify.cpp
577
Value *ExitVal = Rewriter.
expandCodeFor
(ExitValue, PN->getType(), Inst);
[
all
...]
LoopStrengthReduce.cpp
[
all
...]
/external/llvm/lib/Transforms/Utils/
LoopUnrollRuntime.cpp
280
Value *TripCount = Expander.
expandCodeFor
(TripCountSC, TripCountSC->getType(),
/external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp
499
Value *ECValue = SCEVE.
expandCodeFor
(ExitCount, CountType,
/external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp
[
all
...]
Completed in 196 milliseconds