HomeSort by relevance Sort by last modified time
    Searched refs:IncV (Results 1 - 14 of 14) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ScalarEvolutionExpander.h 112 static bool hoistStep(Instruction *IncV, Instruction *InsertPos,
238 bool isNormalAddRecExprPHI(PHINode *PN, Instruction *IncV, const Loop *L);
240 bool isExpandedAddRecExprPHI(PHINode *PN, Instruction *IncV, const Loop *L);
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 182 Instruction *getIVIncOperand(Instruction *IncV, Instruction *InsertPos,
186 bool hoistIVInc(Instruction *IncV, Instruction *InsertPos);
353 bool isNormalAddRecExprPHI(PHINode *PN, Instruction *IncV, const Loop *L);
355 bool isExpandedAddRecExprPHI(PHINode *PN, Instruction *IncV, const Loop *L);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 190 Instruction *getIVIncOperand(Instruction *IncV, Instruction *InsertPos,
194 bool hoistIVInc(Instruction *IncV, Instruction *InsertPos);
377 bool isNormalAddRecExprPHI(PHINode *PN, Instruction *IncV, const Loop *L);
379 bool isExpandedAddRecExprPHI(PHINode *PN, Instruction *IncV, const Loop *L);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
IndVarSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 300 SDValue IncV = CurDAG->getTargetConstant(Inc, dl, MVT::i32);
332 IncV, Chain);
347 Base, IncV);
594 SDValue IncV = CurDAG->getTargetConstant(Inc, dl, MVT::i32);
604 SDValue Ops[] = { Base, IncV, Value, Chain };
617 Base, IncV);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp 129 SDValue IncV = CurDAG->getTargetConstant(Inc, dl, MVT::i32);
161 IncV, Chain);
176 Base, IncV);
527 SDValue IncV = CurDAG->getTargetConstant(Inc, dl, MVT::i32);
537 SDValue Ops[] = { Base, IncV, Value, Chain };
550 Base, IncV);
    [all...]
HexagonLoopIdiomRecognition.cpp 641 Value *IncV = nullptr;
643 IncV = BO->getOperand(1);
645 IncV = BO->getOperand(0);
646 if (IncV == nullptr)
649 if (auto *T = dyn_cast<ConstantInt>(IncV))
    [all...]

Completed in 2049 milliseconds