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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp333 /// getCopyToParts - Create a series of nodes that contain the specified value
336 static void getCopyToParts(SelectionDAG &DAG, DebugLoc DL, function
423 getCopyToParts(DAG, DL, OddVal, Parts + RoundParts, OddParts, PartVT, V);
426 // The odd parts were reversed by getCopyToParts - unreverse them.
555 getCopyToParts(DAG, DL, Ops[i], &Parts[i], 1, PartVT, V);
563 getCopyToParts(DAG, DL, Ops[i], &Parts[i*Factor], Factor, PartVT, V);
773 getCopyToParts(DAG, dl, Val.getValue(Val.getResNo() + Value),
1241 getCopyToParts(DAG, getCurDebugLoc(),
6537 getCopyToParts(CLI.DAG, CLI.DL, Op, &Parts[0], NumParts,

Completed in 97 milliseconds