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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp321 /// getCopyToParts - Create a series of nodes that contain the specified value
324 static void getCopyToParts(SelectionDAG &DAG, DebugLoc DL, function
399 getCopyToParts(DAG, DL, OddVal, Parts + RoundParts, OddParts, PartVT);
402 // The odd parts were reversed by getCopyToParts - unreverse them.
531 getCopyToParts(DAG, DL, Ops[i], &Parts[i], 1, PartVT);
539 getCopyToParts(DAG, DL, Ops[i], &Parts[i*Factor], Factor, PartVT);
749 getCopyToParts(DAG, dl, Val.getValue(Val.getResNo() + Value),
1216 getCopyToParts(DAG, getCurDebugLoc(),
6432 getCopyToParts(DAG, dl, Op, &Parts[0], NumParts,

Completed in 48 milliseconds