Searched defs:LastIdx (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCInstrItineraries.h174 unsigned LastIdx = Itineraries[ItinClassIndx].LastOperandCycle; local
175 if ((FirstIdx + OperandIdx) >= LastIdx)
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCInstrItineraries.h187 unsigned LastIdx = Itineraries[ItinClassIndx].LastOperandCycle; local
188 if ((FirstIdx + OperandIdx) >= LastIdx)
/external/llvm/lib/CodeGen/
H A DLiveIntervalAnalysis.cpp516 SlotIndex LastIdx; local
530 if (Idx == LastIdx)
532 LastIdx = Idx;
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6114 /// in range [BaseIdx, LastIdx).
6117 unsigned BaseIdx, unsigned LastIdx,
6121 assert(BaseIdx * 2 <= LastIdx && "Invalid Indices in input!");
6122 assert(VT.isVector() && VT.getVectorNumElements() >= LastIdx &&
6128 unsigned NumElts = LastIdx - BaseIdx;
6115 isHorizontalBinOp(const BuildVectorSDNode *N, unsigned Opcode, SelectionDAG &DAG, unsigned BaseIdx, unsigned LastIdx, SDValue &V0, SDValue &V1) argument
[all...]

Completed in 482 milliseconds