Lines Matching refs:getCopyFromParts
128 static SDValue getCopyFromParts(SelectionDAG &DAG, const SDLoc &DL, in getCopyFromParts() function
157 Lo = getCopyFromParts(DAG, DL, Parts, RoundParts / 2, in getCopyFromParts()
159 Hi = getCopyFromParts(DAG, DL, Parts + RoundParts / 2, in getCopyFromParts()
175 Hi = getCopyFromParts(DAG, DL, in getCopyFromParts()
206 Val = getCopyFromParts(DAG, DL, Parts, NumParts, PartVT, IntVT, V); in getCopyFromParts()
305 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i], 1, in getCopyFromPartsVector()
314 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i * Factor], Factor, in getCopyFromPartsVector()
732 Values[Value] = getCopyFromParts(DAG, dl, Parts.begin(), in getCopyFromRegs()
7761 ReturnValues.push_back(getCopyFromParts(CLI.DAG, CLI.DL, &InVals[CurReg], in LowerCallTo()
7974 SDValue ArgValue = getCopyFromParts(DAG, dl, &InVals[0], 1, in LowerArguments()
8020 ArgValues.push_back(getCopyFromParts(DAG, dl, &InVals[i], in LowerArguments()