Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstrItineraries.h170 unsigned LastIdx = Itineraries[ItinClassIndx].LastOperandCycle; in getOperandCycle() local
171 if ((FirstIdx + OperandIdx) >= LastIdx) in getOperandCycle()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInstrItineraries.h187 unsigned LastIdx = Itineraries[ItinClassIndx].LastOperandCycle; in getOperandCycle() local
188 if ((FirstIdx + OperandIdx) >= LastIdx) in getOperandCycle()
/external/llvm/include/llvm/MC/
DMCInstrItineraries.h174 unsigned LastIdx = Itineraries[ItinClassIndx].LastOperandCycle; in getOperandCycle() local
175 if ((FirstIdx + OperandIdx) >= LastIdx) in getOperandCycle()
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp1711 for (unsigned LastIdx = 0, Idx = 1, Size = Factors.size(); in buildMinimalMultiplyDAG() local
1713 if (Factors[Idx].Power != Factors[LastIdx].Power) { in buildMinimalMultiplyDAG()
1714 LastIdx = Idx; in buildMinimalMultiplyDAG()
1722 InnerProduct.push_back(Factors[LastIdx].Base); in buildMinimalMultiplyDAG()
1726 } while (Idx < Size && Factors[Idx].Power == Factors[LastIdx].Power); in buildMinimalMultiplyDAG()
1730 Value *M = Factors[LastIdx].Base = buildMultiplyTree(Builder, InnerProduct); in buildMinimalMultiplyDAG()
1734 LastIdx = Idx; in buildMinimalMultiplyDAG()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIWholeQuadMode.cpp578 SlotIndex LastIdx = in prepareInsertion() local
580 SlotIndex Idx = PreferLast ? LastIdx : FirstIdx; in prepareInsertion()
595 if (Next > LastIdx) in prepareInsertion()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DReassociate.cpp1735 for (unsigned LastIdx = 0, Idx = 1, Size = Factors.size(); in buildMinimalMultiplyDAG() local
1737 if (Factors[Idx].Power != Factors[LastIdx].Power) { in buildMinimalMultiplyDAG()
1738 LastIdx = Idx; in buildMinimalMultiplyDAG()
1746 InnerProduct.push_back(Factors[LastIdx].Base); in buildMinimalMultiplyDAG()
1750 } while (Idx < Size && Factors[Idx].Power == Factors[LastIdx].Power); in buildMinimalMultiplyDAG()
1754 Value *M = Factors[LastIdx].Base = buildMultiplyTree(Builder, InnerProduct); in buildMinimalMultiplyDAG()
1758 LastIdx = Idx; in buildMinimalMultiplyDAG()
/external/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp516 SlotIndex LastIdx; in shrinkToUses() local
530 if (Idx == LastIdx) in shrinkToUses()
532 LastIdx = Idx; in shrinkToUses()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveIntervals.cpp551 SlotIndex LastIdx; in shrinkToUses() local
566 if (Idx == LastIdx) in shrinkToUses()
568 LastIdx = Idx; in shrinkToUses()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp597 int findAsmOperandNamed(StringRef N, int LastIdx = -1) const { in findAsmOperandNamed()
598 auto I = std::find_if(AsmOperands.begin() + LastIdx + 1, AsmOperands.end(), in findAsmOperandNamed()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DVerifier.cpp4967 unsigned LastIdx = BaseNode->getNumOperands() - NumOpsPerField; in getFieldNodeFromTBAABaseNode() local
4969 BaseNode->getOperand(LastIdx + 1)); in getFieldNodeFromTBAABaseNode()
4971 return cast<MDNode>(BaseNode->getOperand(LastIdx)); in getFieldNodeFromTBAABaseNode()
/external/clang/tools/libclang/
DCIndex.cpp6691 unsigned LastIdx = finished ? NextIdx-1 : NextIdx-2; in annotatePreprocessorTokens() local
6692 assert(TokIdx <= LastIdx); in annotatePreprocessorTokens()
6694 SourceLocation::getFromRawEncoding(Tokens[LastIdx].int_data[1]); in annotatePreprocessorTokens()
6698 for (; TokIdx <= LastIdx; ++TokIdx) in annotatePreprocessorTokens()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp6117 unsigned BaseIdx, unsigned LastIdx, in isHorizontalBinOp() argument
6121 assert(BaseIdx * 2 <= LastIdx && "Invalid Indices in input!"); in isHorizontalBinOp()
6122 assert(VT.isVector() && VT.getVectorNumElements() >= LastIdx && in isHorizontalBinOp()
6128 unsigned NumElts = LastIdx - BaseIdx; in isHorizontalBinOp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp7453 unsigned BaseIdx, unsigned LastIdx, in isHorizontalBinOp() argument
7457 assert(BaseIdx * 2 <= LastIdx && "Invalid Indices in input!"); in isHorizontalBinOp()
7458 assert(VT.isVector() && VT.getVectorNumElements() >= LastIdx && in isHorizontalBinOp()
7464 unsigned NumElts = LastIdx - BaseIdx; in isHorizontalBinOp()