Searched refs:NewIndices (Results 1 – 2 of 2) sorted by relevance
483 SmallVector<unsigned, 8> NewIndices; in rewriteStatepoint() local494 NewIndices.push_back(NewMI->getNumOperands()); in rewriteStatepoint()504 NewIndices.push_back(NewMI->getNumOperands()); in rewriteStatepoint()507 NewIndices.push_back(NumOps); in rewriteStatepoint()533 assert(NewIndices[OldDef] < NumOps); in rewriteStatepoint()534 MIB->tieOperands(NewIndices[OldDef], MIB->getNumOperands() - 1); in rewriteStatepoint()
17135 SmallVector<SDValue> NewIndices; in PerformDAGCombine() 17137 NewIndices.push_back(Index.getOperand(i)); in PerformDAGCombine() 17140 Index = DAG.getBuildVector(IndexVT, DL, NewIndices); in PerformDAGCombine() 17132 SmallVector<SDValue> NewIndices; PerformDAGCombine() local