Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrItineraries.h169 unsigned LastIdx = Itineraries[ItinClassIndx].LastOperandCycle; in getOperandCycle() local
170 if ((FirstIdx + OperandIdx) >= LastIdx) in getOperandCycle()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIWholeQuadMode.cpp590 SlotIndex LastIdx = in prepareInsertion() local
592 SlotIndex Idx = PreferLast ? LastIdx : FirstIdx; in prepareInsertion()
607 if (Next > LastIdx) in prepareInsertion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DReassociate.cpp1751 for (unsigned LastIdx = 0, Idx = 1, Size = Factors.size(); in buildMinimalMultiplyDAG() local
1753 if (Factors[Idx].Power != Factors[LastIdx].Power) { in buildMinimalMultiplyDAG()
1754 LastIdx = Idx; in buildMinimalMultiplyDAG()
1762 InnerProduct.push_back(Factors[LastIdx].Base); in buildMinimalMultiplyDAG()
1766 } while (Idx < Size && Factors[Idx].Power == Factors[LastIdx].Power); in buildMinimalMultiplyDAG()
1770 Value *M = Factors[LastIdx].Base = buildMultiplyTree(Builder, InnerProduct); in buildMinimalMultiplyDAG()
1774 LastIdx = Idx; in buildMinimalMultiplyDAG()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveIntervals.cpp561 SlotIndex LastIdx; in shrinkToUses() local
576 if (Idx == LastIdx) in shrinkToUses()
578 LastIdx = Idx; in shrinkToUses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelectorImpl.h388 const uint64_t LastIdx = CurrentIdx + NumAddrSpace; in executeMatchTable() local
408 CurrentIdx = LastIdx; in executeMatchTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1302 unsigned LastIdx = 0; in getValueBits() local
1312 LHSBits[i].getValueBitIndex() == LastIdx + 1) in getValueBits()
1315 RHSBits[i].getValueBitIndex() == LastIdx + 1) in getValueBits()
1331 LastIdx = Bits[i].getValueBitIndex(); in getValueBits()
1335 LastIdx = 0; in getValueBits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp5394 unsigned LastIdx = BaseNode->getNumOperands() - NumOpsPerField; in getFieldNodeFromTBAABaseNode() local
5396 BaseNode->getOperand(LastIdx + 1)); in getFieldNodeFromTBAABaseNode()
5398 return cast<MDNode>(BaseNode->getOperand(LastIdx)); in getFieldNodeFromTBAABaseNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp8864 unsigned BaseIdx, unsigned LastIdx, in isHorizontalBinOpPart() argument
8868 assert(BaseIdx * 2 <= LastIdx && "Invalid Indices in input!"); in isHorizontalBinOpPart()
8869 assert(VT.isVector() && VT.getVectorNumElements() >= LastIdx && in isHorizontalBinOpPart()
8875 unsigned NumElts = LastIdx - BaseIdx; in isHorizontalBinOpPart()