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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp92 EVT PartVT, EVT ValueVT);
101 unsigned NumParts, EVT PartVT, EVT ValueVT,
104 return getCopyFromPartsVector(DAG, DL, Parts, NumParts, PartVT, ValueVT);
113 unsigned PartBits = PartVT.getSizeInBits();
128 PartVT, HalfVT);
130 RoundParts / 2, PartVT, HalfVT);
146 Parts + RoundParts, OddParts, PartVT, OddVT);
160 } else if (PartVT.isFloatingPoint()) {
162 assert(ValueVT == EVT(MVT::ppcf128) && PartVT == EVT(MVT::f64) &&
172 assert(ValueVT.isFloatingPoint() && PartVT
99 getCopyFromParts(SelectionDAG &DAG, DebugLoc DL, const SDValue *Parts, unsigned NumParts, EVT PartVT, EVT ValueVT, ISD::NodeType AssertOp = ISD::DELETED_NODE) argument
218 getCopyFromPartsVector(SelectionDAG &DAG, DebugLoc DL, const SDValue *Parts, unsigned NumParts, EVT PartVT, EVT ValueVT) argument
326 getCopyToParts(SelectionDAG &DAG, DebugLoc DL, SDValue Val, SDValue *Parts, unsigned NumParts, EVT PartVT, ISD::NodeType ExtendKind = ISD::ANY_EXTEND) argument
445 getCopyToPartsVector(SelectionDAG &DAG, DebugLoc DL, SDValue Val, SDValue *Parts, unsigned NumParts, EVT PartVT) argument
1217 EVT PartVT = TLI.getRegisterType(*DAG.getContext(), VT); local
6482 EVT PartVT = getRegisterType(CLI.RetTy->getContext(), VT); local
6784 EVT PartVT = TLI.getRegisterType(*CurDAG->getContext(), VT); local
[all...]
H A DTargetLowering.cpp1015 EVT PartVT = TLI.getRegisterType(ReturnType->getContext(), VT); local
1029 Outs.push_back(ISD::OutputArg(Flags, PartVT, /*isFixed=*/true));

Completed in 2542 milliseconds