Lines Matching refs:getCopyFromParts
112 static SDValue getCopyFromParts(SelectionDAG &DAG, SDLoc DL, in getCopyFromParts() function
142 Lo = getCopyFromParts(DAG, DL, Parts, RoundParts / 2, in getCopyFromParts()
144 Hi = getCopyFromParts(DAG, DL, Parts + RoundParts / 2, in getCopyFromParts()
160 Hi = getCopyFromParts(DAG, DL, in getCopyFromParts()
191 Val = getCopyFromParts(DAG, DL, Parts, NumParts, PartVT, IntVT, V); in getCopyFromParts()
286 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i], 1, in getCopyFromPartsVector()
295 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i * Factor], Factor, in getCopyFromPartsVector()
704 Values[Value] = getCopyFromParts(DAG, dl, Parts.begin(), in getCopyFromRegs()
7233 ReturnValues.push_back(getCopyFromParts(CLI.DAG, CLI.DL, &InVals[CurReg], in LowerCallTo()
7440 SDValue ArgValue = getCopyFromParts(DAG, dl, &InVals[0], 1, in LowerArguments()
7486 ArgValues.push_back(getCopyFromParts(DAG, dl, &InVals[i], in LowerArguments()