Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp97 static SDValue getCopyFromParts(SelectionDAG &DAG, DebugLoc DL, in getCopyFromParts() function
125 Lo = getCopyFromParts(DAG, DL, Parts, RoundParts / 2, in getCopyFromParts()
127 Hi = getCopyFromParts(DAG, DL, Parts + RoundParts / 2, in getCopyFromParts()
143 Hi = getCopyFromParts(DAG, DL, in getCopyFromParts()
173 Val = getCopyFromParts(DAG, DL, Parts, NumParts, PartVT, IntVT); in getCopyFromParts()
244 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i], 1, in getCopyFromPartsVector()
253 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i * Factor], Factor, in getCopyFromPartsVector()
717 Values[Value] = getCopyFromParts(DAG, dl, Parts.begin(), in getCopyFromRegs()
5290 getCopyFromParts(DAG, getCurDebugLoc(), &Values[CurReg], NumRegs, in LowerCallTo()
6468 ReturnValues.push_back(getCopyFromParts(DAG, dl, &InVals[CurReg], in LowerCallTo()
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp128 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()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp196 static SDValue getCopyFromParts(SelectionDAG &DAG, const SDLoc &DL, in getCopyFromParts() function
226 Lo = getCopyFromParts(DAG, DL, Parts, RoundParts / 2, in getCopyFromParts()
228 Hi = getCopyFromParts(DAG, DL, Parts + RoundParts / 2, in getCopyFromParts()
244 Hi = getCopyFromParts(DAG, DL, Parts + RoundParts, OddParts, PartVT, in getCopyFromParts()
275 Val = getCopyFromParts(DAG, DL, Parts, NumParts, PartVT, IntVT, V, CC); in getCopyFromParts()
386 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i], 1, in getCopyFromPartsVector()
395 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i * Factor], Factor, in getCopyFromPartsVector()
853 Values[Value] = getCopyFromParts(DAG, dl, Parts.begin(), NumRegs, in getCopyFromRegs()
8638 ReturnValues.push_back(getCopyFromParts(CLI.DAG, CLI.DL, &InVals[CurReg], in LowerCallTo()
9051 SDValue ArgValue = getCopyFromParts(DAG, dl, &InVals[0], 1, RegVT, VT, in LowerArguments()
[all …]