Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DFixupStatepointCallerSaved.cpp483 SmallVector<unsigned, 8> NewIndices; in rewriteStatepoint() local
494 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp17135 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