Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp106 static SDValue getCopyFromParts(SelectionDAG &DAG, SDLoc DL, in getCopyFromParts() function
136 Lo = getCopyFromParts(DAG, DL, Parts, RoundParts / 2, in getCopyFromParts()
138 Hi = getCopyFromParts(DAG, DL, Parts + RoundParts / 2, in getCopyFromParts()
154 Hi = getCopyFromParts(DAG, DL, in getCopyFromParts()
184 Val = getCopyFromParts(DAG, DL, Parts, NumParts, PartVT, IntVT, V); in getCopyFromParts()
269 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i], 1, in getCopyFromPartsVector()
278 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i * Factor], Factor, in getCopyFromPartsVector()
757 Values[Value] = getCopyFromParts(DAG, dl, Parts.begin(), in getCopyFromRegs()
7556 ReturnValues.push_back(getCopyFromParts(CLI.DAG, CLI.DL, &InVals[CurReg], in LowerCallTo()
7756 SDValue ArgValue = getCopyFromParts(DAG, dl, &InVals[0], 1, in LowerArguments()
[all …]