Home
last modified time | relevance | path

Searched refs:LastIdx (Results 1 – 11 of 11) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrItineraries.h172 unsigned LastIdx = Itineraries[ItinClassIndx].LastOperandCycle; in getOperandCycle() local
173 if ((FirstIdx + OperandIdx) >= LastIdx) in getOperandCycle()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp1849 for (unsigned LastIdx = 0, Idx = 1, Size = Factors.size(); in buildMinimalMultiplyDAG() local
1851 if (Factors[Idx].Power != Factors[LastIdx].Power) { in buildMinimalMultiplyDAG()
1852 LastIdx = Idx; in buildMinimalMultiplyDAG()
1860 InnerProduct.push_back(Factors[LastIdx].Base); in buildMinimalMultiplyDAG()
1864 } while (Idx < Size && Factors[Idx].Power == Factors[LastIdx].Power); in buildMinimalMultiplyDAG()
1868 Value *M = Factors[LastIdx].Base = buildMultiplyTree(Builder, InnerProduct); in buildMinimalMultiplyDAG()
1872 LastIdx = Idx; in buildMinimalMultiplyDAG()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIWholeQuadMode.cpp1081 SlotIndex LastIdx = in prepareInsertion() local
1083 SlotIndex Idx = PreferLast ? LastIdx : FirstIdx; in prepareInsertion()
1103 if (Next > LastIdx) in prepareInsertion()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLiveIntervals.cpp571 SlotIndex LastIdx; in shrinkToUses() local
586 if (Idx == LastIdx) in shrinkToUses()
588 LastIdx = Idx; in shrinkToUses()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelectorImpl.h448 const uint64_t LastIdx = CurrentIdx + NumAddrSpace; in executeMatchTable() local
468 CurrentIdx = LastIdx; in executeMatchTable()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1537 unsigned LastIdx = 0; in getValueBits() local
1547 LHSBits[i].getValueBitIndex() == LastIdx + 1) in getValueBits()
1550 RHSBits[i].getValueBitIndex() == LastIdx + 1) in getValueBits()
1566 LastIdx = Bits[i].getValueBitIndex(); in getValueBits()
1570 LastIdx = 0; in getValueBits()
/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp596 int findAsmOperandNamed(StringRef N, int LastIdx = -1) const { in findAsmOperandNamed()
597 auto I = std::find_if(AsmOperands.begin() + LastIdx + 1, AsmOperands.end(), in findAsmOperandNamed()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp6017 unsigned LastIdx = BaseNode->getNumOperands() - NumOpsPerField; in getFieldNodeFromTBAABaseNode() local
6019 BaseNode->getOperand(LastIdx + 1)); in getFieldNodeFromTBAABaseNode()
6021 return cast<MDNode>(BaseNode->getOperand(LastIdx)); in getFieldNodeFromTBAABaseNode()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4198 auto *LastIdx = Builder.CreateSub(RuntimeVF, One); in fixFirstOrderRecurrence() local
4201 VectorInit, LastIdx, "vector.recur.init"); in fixFirstOrderRecurrence()
4267 auto *LastIdx = Builder.CreateSub(RuntimeVF, One); in fixFirstOrderRecurrence() local
4268 ExtractForScalar = Builder.CreateExtractElement(ExtractForScalar, LastIdx, in fixFirstOrderRecurrence()
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp7676 unsigned LastIdx = finished ? NextIdx - 1 : NextIdx - 2; in annotatePreprocessorTokens() local
7677 assert(TokIdx <= LastIdx); in annotatePreprocessorTokens()
7679 SourceLocation::getFromRawEncoding(Tokens[LastIdx].int_data[1]); in annotatePreprocessorTokens()
7683 for (; TokIdx <= LastIdx; ++TokIdx) in annotatePreprocessorTokens()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp9293 unsigned BaseIdx, unsigned LastIdx, in isHorizontalBinOpPart() argument
9297 assert(BaseIdx * 2 <= LastIdx && "Invalid Indices in input!"); in isHorizontalBinOpPart()
9298 assert(VT.isVector() && VT.getVectorNumElements() >= LastIdx && in isHorizontalBinOpPart()
9304 unsigned NumElts = LastIdx - BaseIdx; in isHorizontalBinOpPart()