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();
379 const unsigned StartIdx = opers.getVarIdx();
380 recordStackMapOpers(MI, opers.getID(), MI.operands_begin() + StartIdx,
TargetInstrInfo.cpp 439 unsigned StartIdx = 0;
442 StartIdx = 2; // Skip ID, nShadowBytes.
447 StartIdx = opers.getVarIdx();
457 if (Op < StartIdx)
466 for (unsigned i = 0; i < StartIdx; ++i)
469 for (unsigned i = StartIdx; i < MI->getNumOperands(); ++i) {
    [all...]
RegAllocGreedy.cpp     [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcherEmitter.cpp 60 unsigned StartIdx, formatted_raw_ostream &OS);
165 unsigned StartIdx = CurrentIdx;
220 return CurrentIdx - StartIdx + 1;
293 unsigned StartIdx = CurrentIdx;
377 return CurrentIdx-StartIdx;
  /external/clang/include/clang/Lex/
HeaderSearch.h 185 unsigned StartIdx;
193 LookupFileCacheInfo(): StartIdx(0), HitIdx(0), MappedName(nullptr) {}
195 void reset(unsigned StartIdx) {
196 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 866 unsigned StartIdx, EndIdx;
879 : V(V), RLAmt(R), StartIdx(S), EndIdx(E), Repl32(false), Repl32CR(false),
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 414 /// This function adds (StartIdx, StartIdx + Step, StartIdx + 2*Step, ...)
416 virtual Value *getStepVector(Value *Val, int StartIdx, Value *Step);
572 Value *getStepVector(Value *Val, int StartIdx, Value *Step) override;
    [all...]

Completed in 1539 milliseconds