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

  /external/llvm/lib/CodeGen/
StackMaps.cpp 55 unsigned PatchPointOpers::getNextScratchIdx(unsigned StartIdx) const {
56 if (!StartIdx)
57 StartIdx = getVarIdx();
60 unsigned ScratchIdx = StartIdx, e = MI->getNumOperands();
372 const unsigned StartIdx = opers.getVarIdx();
374 MI.operands_begin() + StartIdx, MI.operands_end(),
TargetInstrInfo.cpp 387 unsigned StartIdx = 0;
390 StartIdx = 2; // Skip ID, nShadowBytes.
395 StartIdx = opers.getVarIdx();
405 if (Op < StartIdx)
414 for (unsigned i = 0; i < StartIdx; ++i)
417 for (unsigned i = StartIdx; i < MI->getNumOperands(); ++i) {
    [all...]
RegAllocGreedy.cpp     [all...]
  /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/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/Target/PowerPC/
PPCISelDAGToDAG.cpp 806 unsigned StartIdx, EndIdx;
819 : V(V), RLAmt(R), StartIdx(S), EndIdx(E), Repl32(false), Repl32CR(false),
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 343 /// This function adds (StartIdx, StartIdx + Step, StartIdx + 2*Step, ...)
345 virtual Value *getStepVector(Value *Val, int StartIdx, Value *Step);
469 Value *getStepVector(Value *Val, int StartIdx, Value *Step) override;
    [all...]

Completed in 840 milliseconds