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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp94 /// getCopyFromParts - Create a value that contains the specified legal parts
99 static SDValue getCopyFromParts(SelectionDAG &DAG, DebugLoc DL, function
129 Lo = getCopyFromParts(DAG, DL, Parts, RoundParts / 2,
131 Hi = getCopyFromParts(DAG, DL, Parts + RoundParts / 2,
147 Hi = getCopyFromParts(DAG, DL,
177 Val = getCopyFromParts(DAG, DL, Parts, NumParts, PartVT, IntVT, V);
248 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i], 1,
257 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i * Factor], Factor,
749 Values[Value] = getCopyFromParts(DAG, dl, Parts.begin(),
6553 ReturnValues.push_back(getCopyFromParts(CL
[all...]

Completed in 134 milliseconds