Home
last modified time | relevance | path

Searched refs:CurrentIdx (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h59 uint64_t CurrentIdx = 0; in executeMatchTable() local
75 dbgs() << CurrentIdx << ": Resume at " << CurrentIdx << " (" in executeMatchTable()
198 CurrentIdx = Default; in executeMatchTable()
201 CurrentIdx = MatchTable[CurrentIdx + (Opcode - LowerBound)]; in executeMatchTable()
202 if (!CurrentIdx) { in executeMatchTable()
203 CurrentIdx = Default; in executeMatchTable()
231 CurrentIdx = Default; in executeMatchTable()
237 CurrentIdx = Default; in executeMatchTable()
245 CurrentIdx = MatchTable[CurrentIdx + (TypeID - LowerBound)]; in executeMatchTable()
246 if (!CurrentIdx) { in executeMatchTable()
[all …]
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp377 unsigned StartIdx = CurrentIdx; in EmitMatcher()
383 ++CurrentIdx; in EmitMatcher()
405 CurrentIdx += VBRSize + ChildSize; in EmitMatcher()
415 return CurrentIdx - StartIdx + 1; in EmitMatcher()
507 unsigned StartIdx = CurrentIdx; in EmitMatcher()
521 ++CurrentIdx; in EmitMatcher()
545 CurrentIdx += EmitVBRValue(ChildSize, OS) + IdxSize; in EmitMatcher()
551 OS << "// ->" << CurrentIdx + ChildSize; in EmitMatcher()
557 CurrentIdx += ChildSize; in EmitMatcher()
569 return CurrentIdx - StartIdx + 1; in EmitMatcher()
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5725 unsigned CurrentIdx = *getExtractIndex(cast<Instruction>(V)); in computeExtractCost() local
5728 AllConsecutive &= PrevIdx + 1 == CurrentIdx && in computeExtractCost()
5729 CurrentIdx % EltsPerVector == Idx % EltsPerVector; in computeExtractCost()
5730 RegMask[Idx % EltsPerVector] = CurrentIdx % EltsPerVector; in computeExtractCost()