HomeSort by relevance Sort by last modified time
    Searched defs:StartIdx (Results 1 - 6 of 6) 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;
275 unsigned StartIdx = CurrentIdx;
359 return CurrentIdx-StartIdx;
  /external/clang/include/clang/Lex/
HeaderSearch.h 197 unsigned StartIdx;
205 LookupFileCacheInfo(): StartIdx(0), HitIdx(0), MappedName(nullptr) {}
207 void reset(unsigned StartIdx) {
208 this->StartIdx = StartIdx;
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 384 unsigned StartIdx = 0;
387 StartIdx = 2; // Skip ID, nShadowBytes.
392 StartIdx = opers.getVarIdx();
403 if (*I < StartIdx)
412 for (unsigned i = 0; i < StartIdx; ++i)
415 for (unsigned i = StartIdx; i < MI->getNumOperands(); ++i) {
RegAllocGreedy.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 637 unsigned StartIdx = SimpVect.size();
658 if (StartIdx + 1 != SimpVect.size()) {
660 R = *SimpVect[StartIdx];
661 for (unsigned Idx = StartIdx + 1; Idx < SimpVect.size(); Idx++)
665 SimpVect.resize(StartIdx);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 352 virtual Value *getConsecutiveVector(Value* Val, int StartIdx, bool Negate);
471 Value *getConsecutiveVector(Value* Val, int StartIdx, bool Negate) override;
    [all...]

Completed in 2167 milliseconds