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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp343 /// getCopyToParts - Create a series of nodes that contain the specified value
346 static void getCopyToParts(SelectionDAG &DAG, SDLoc DL, function
425 getCopyToParts(DAG, DL, OddVal, Parts + RoundParts, OddParts, PartVT, V);
428 // The odd parts were reversed by getCopyToParts - unreverse them.
562 getCopyToParts(DAG, DL, Ops[i], &Parts[i], 1, PartVT, V);
570 getCopyToParts(DAG, DL, Ops[i], &Parts[i*Factor], Factor, PartVT, V);
778 getCopyToParts(DAG, dl, Val.getValue(Val.getResNo() + Value),
1250 getCopyToParts(DAG, getCurSDLoc(),
7219 getCopyToParts(CLI.DAG, CLI.DL, Op, &Parts[0], NumParts, PartVT,

Completed in 87 milliseconds