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

/macosx-10.9.5/llvmCore-3425.0.33/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);
247 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i], 1,
256 Ops[i] = getCopyFromParts(DAG, DL, &Parts[i * Factor], Factor,
745 Values[Value] = getCopyFromParts(DAG, dl, Parts.begin(),
6618 ReturnValues.push_back(getCopyFromParts(CL
[all...]

Completed in 86 milliseconds