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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp97 /// getCopyFromParts - Create a value that contains the specified legal parts
102 static SDValue getCopyFromParts(SelectionDAG &DAG, SDLoc DL, function
132 Lo = getCopyFromParts(DAG, DL, Parts, RoundParts / 2,
134 Hi = getCopyFromParts(DAG, DL, Parts + RoundParts / 2,
150 Hi = getCopyFromParts(DAG, DL,
180 Val = getCopyFromParts(DAG, DL, Parts, NumParts, PartVT, IntVT, V);
265 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i], 1,
274 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i * Factor], Factor,
750 Values[Value] = getCopyFromParts(DAG, dl, Parts.begin(),
7310 ReturnValues.push_back(getCopyFromParts(CL
[all...]

Completed in 216 milliseconds