Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp107 static SDValue getCopyFromParts(SelectionDAG &DAG, SDLoc DL, in getCopyFromParts() function
137 Lo = getCopyFromParts(DAG, DL, Parts, RoundParts / 2, in getCopyFromParts()
139 Hi = getCopyFromParts(DAG, DL, Parts + RoundParts / 2, in getCopyFromParts()
155 Hi = getCopyFromParts(DAG, DL, in getCopyFromParts()
185 Val = getCopyFromParts(DAG, DL, Parts, NumParts, PartVT, IntVT, V); in getCopyFromParts()
270 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i], 1, in getCopyFromPartsVector()
279 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i * Factor], Factor, in getCopyFromPartsVector()
758 Values[Value] = getCopyFromParts(DAG, dl, Parts.begin(), in getCopyFromRegs()
7399 ReturnValues.push_back(getCopyFromParts(CLI.DAG, CLI.DL, &InVals[CurReg], in LowerCallTo()
7598 SDValue ArgValue = getCopyFromParts(DAG, dl, &InVals[0], 1, in LowerArguments()
[all …]