HomeSort by relevance Sort by last modified time
    Searched defs:StartIdx (Results 1 - 5 of 5) sorted by null

  /external/llvm/utils/TableGen/
DAGISelMatcherEmitter.cpp 55 unsigned StartIdx, formatted_raw_ostream &OS);
147 unsigned StartIdx = CurrentIdx;
202 return CurrentIdx - StartIdx + 1;
269 unsigned StartIdx = CurrentIdx;
350 return CurrentIdx-StartIdx;
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 586 unsigned StartIdx = SimpVect.size();
607 if (StartIdx + 1 != SimpVect.size()) {
609 R = *SimpVect[StartIdx];
610 for (unsigned Idx = StartIdx + 1; Idx < SimpVect.size(); Idx++)
614 SimpVect.resize(StartIdx);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 217 Value *getConsecutiveVector(Value* Val, unsigned StartIdx, bool Negate);
774 Value *InnerLoopVectorizer::getConsecutiveVector(Value* Val, unsigned StartIdx,
788 Indices.push_back(ConstantInt::get(ITy, StartIdx + Idx));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 259 milliseconds