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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp90 EVT PartVT, EVT ValueVT);
99 unsigned NumParts, EVT PartVT, EVT ValueVT,
102 return getCopyFromPartsVector(DAG, DL, Parts, NumParts, PartVT, ValueVT);
111 unsigned PartBits = PartVT.getSizeInBits();
126 PartVT, HalfVT);
128 RoundParts / 2, PartVT, HalfVT);
144 Parts + RoundParts, OddParts, PartVT, OddVT);
158 } else if (PartVT.isFloatingPoint()) {
160 assert(ValueVT == EVT(MVT::ppcf128) && PartVT == EVT(MVT::f64) &&
170 assert(ValueVT.isFloatingPoint() && PartVT
97 getCopyFromParts(SelectionDAG &DAG, DebugLoc DL, const SDValue *Parts, unsigned NumParts, EVT PartVT, EVT ValueVT, ISD::NodeType AssertOp = ISD::DELETED_NODE) argument
217 getCopyFromPartsVector(SelectionDAG &DAG, DebugLoc DL, const SDValue *Parts, unsigned NumParts, EVT PartVT, EVT ValueVT) argument
325 getCopyToParts(SelectionDAG &DAG, DebugLoc DL, SDValue Val, SDValue *Parts, unsigned NumParts, EVT PartVT, ISD::NodeType ExtendKind = ISD::ANY_EXTEND) argument
438 getCopyToPartsVector(SelectionDAG &DAG, DebugLoc DL, SDValue Val, SDValue *Parts, unsigned NumParts, EVT PartVT) argument
1191 EVT PartVT = TLI.getRegisterType(*DAG.getContext(), VT); local
6376 EVT PartVT = getRegisterType(RetTy->getContext(), VT); local
6680 EVT PartVT = TLI.getRegisterType(*CurDAG->getContext(), VT); local
[all...]
H A DTargetLowering.cpp1032 EVT PartVT = TLI.getRegisterType(ReturnType->getContext(), VT); local
1034 PartVT.getTypeForEVT(ReturnType->getContext()));
1048 Outs.push_back(ISD::OutputArg(Flags, PartVT, /*isFixed=*/true));
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp121 MVT PartVT, EVT ValueVT, const Value *V);
130 MVT PartVT, EVT ValueVT, const Value *V,
134 PartVT, ValueVT, V);
143 unsigned PartBits = PartVT.getSizeInBits();
158 PartVT, HalfVT, V);
160 RoundParts / 2, PartVT, HalfVT, V);
176 Parts + RoundParts, OddParts, PartVT, OddVT, V);
191 } else if (PartVT.isFloatingPoint()) {
193 assert(ValueVT == EVT(MVT::ppcf128) && PartVT == MVT::f64 &&
203 assert(ValueVT.isFloatingPoint() && PartVT
128 getCopyFromParts(SelectionDAG &DAG, const SDLoc &DL, const SDValue *Parts, unsigned NumParts, MVT PartVT, EVT ValueVT, const Value *V, Optional<ISD::NodeType> AssertOp = None) argument
276 getCopyFromPartsVector(SelectionDAG &DAG, const SDLoc &DL, const SDValue *Parts, unsigned NumParts, MVT PartVT, EVT ValueVT, const Value *V) argument
382 getCopyToParts(SelectionDAG &DAG, const SDLoc &DL, SDValue Val, SDValue *Parts, unsigned NumParts, MVT PartVT, const Value *V, ISD::NodeType ExtendKind = ISD::ANY_EXTEND) argument
513 getCopyToPartsVector(SelectionDAG &DAG, const SDLoc &DL, SDValue Val, SDValue *Parts, unsigned NumParts, MVT PartVT, const Value *V) argument
[all...]
/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1597 MVT PartVT = TLI.getRegisterType(ReturnType->getContext(), VT); local
1611 Outs.push_back(ISD::OutputArg(Flags, PartVT, VT, /*isFixed=*/true, 0, 0));

Completed in 175 milliseconds