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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp89 const SDValue *Parts, unsigned NumParts,
99 unsigned NumParts, EVT PartVT, EVT ValueVT,
102 return getCopyFromPartsVector(DAG, DL, Parts, NumParts, PartVT, ValueVT);
104 assert(NumParts > 0 && "No parts to assemble!");
108 if (NumParts > 1) {
115 unsigned RoundParts = NumParts & (NumParts - 1) ?
116 1 << Log2_32(NumParts) : NumParts;
139 if (RoundParts < NumParts) {
97 getCopyFromParts(SelectionDAG &DAG, DebugLoc DL, const SDValue *Parts, unsigned NumParts, EVT PartVT, EVT ValueVT, ISD::NodeType AssertOp = ISD::DELETED_NODE) argument
216 getCopyFromPartsVector(SelectionDAG &DAG, DebugLoc DL, const SDValue *Parts, unsigned NumParts, EVT PartVT, EVT ValueVT) argument
324 getCopyToParts(SelectionDAG &DAG, DebugLoc DL, SDValue Val, SDValue *Parts, unsigned NumParts, EVT PartVT, ISD::NodeType ExtendKind = ISD::ANY_EXTEND) argument
443 getCopyToPartsVector(SelectionDAG &DAG, DebugLoc DL, SDValue Val, SDValue *Parts, unsigned NumParts, EVT PartVT) argument
746 unsigned NumParts = TLI.getNumRegisters(*DAG.getContext(), ValueVT); local
1213 unsigned NumParts = TLI.getNumRegisters(*DAG.getContext(), VT); local
6423 unsigned NumParts = getNumRegisters(RetTy->getContext(), VT); local
6726 unsigned NumParts = TLI.getNumRegisters(*CurDAG->getContext(), VT); local
[all...]
H A DTargetLowering.cpp1030 unsigned NumParts = TLI.getNumRegisters(ReturnType->getContext(), VT); local
1046 for (unsigned i = 0; i < NumParts; ++i) {

Completed in 186 milliseconds