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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp335 /// getCopyToParts - Create a series of nodes that contain the specified value
338 static void getCopyToParts(SelectionDAG &DAG, SDLoc DL, function
426 getCopyToParts(DAG, DL, OddVal, Parts + RoundParts, OddParts, PartVT, V);
429 // The odd parts were reversed by getCopyToParts - unreverse them.
563 getCopyToParts(DAG, DL, Ops[i], &Parts[i], 1, PartVT, V);
571 getCopyToParts(DAG, DL, Ops[i], &Parts[i*Factor], Factor, PartVT, V);
791 getCopyToParts(DAG, dl, Val.getValue(Val.getResNo() + Value),
1253 getCopyToParts(DAG, getCurSDLoc(),
6525 getCopyToParts(CLI.DAG, CLI.DL, Op, &Parts[0], NumParts,

Completed in 57 milliseconds