Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1795 static bool getUniqueInsertion(SDNode *N, unsigned &UniqueIdx) { in getUniqueInsertion() argument
1811 UniqueIdx = Idx++; in getUniqueInsertion()
1834 unsigned UniqueIdx; in lowerBUILD_VECTOR() local
1835 if (getUniqueInsertion(Op.getNode(), UniqueIdx)) { in lowerBUILD_VECTOR()
1837 auto ElemV = Op->getOperand(UniqueIdx); in lowerBUILD_VECTOR()
1838 SDValue IdxV = CDAG.getConstant(UniqueIdx, MVT::i64); in lowerBUILD_VECTOR()