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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp95 MVT PartVT, EVT ValueVT, const Value *V);
104 unsigned NumParts, MVT PartVT, EVT ValueVT,
109 PartVT, ValueVT, V);
118 unsigned PartBits = PartVT.getSizeInBits();
133 PartVT, HalfVT, V);
135 RoundParts / 2, PartVT, HalfVT, V);
151 Parts + RoundParts, OddParts, PartVT, OddVT, V);
165 } else if (PartVT.isFloatingPoint()) {
167 assert(ValueVT == EVT(MVT::ppcf128) && PartVT == MVT::f64 &&
177 assert(ValueVT.isFloatingPoint() && PartVT
102 getCopyFromParts(SelectionDAG &DAG, SDLoc DL, const SDValue *Parts, unsigned NumParts, MVT PartVT, EVT ValueVT, const Value *V, ISD::NodeType AssertOp = ISD::DELETED_NODE) argument
237 getCopyFromPartsVector(SelectionDAG &DAG, SDLoc DL, const SDValue *Parts, unsigned NumParts, MVT PartVT, EVT ValueVT, const Value *V) argument
346 getCopyToParts(SelectionDAG &DAG, SDLoc DL, SDValue Val, SDValue *Parts, unsigned NumParts, MVT PartVT, const Value *V, ISD::NodeType ExtendKind = ISD::ANY_EXTEND) argument
469 getCopyToPartsVector(SelectionDAG &DAG, SDLoc DL, SDValue Val, SDValue *Parts, unsigned NumParts, MVT PartVT, const Value *V) argument
[all...]
/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1299 MVT PartVT = TLI.getRegisterType(ReturnType->getContext(), VT); local
1313 Outs.push_back(ISD::OutputArg(Flags, PartVT, VT, /*isFixed=*/true, 0, 0));

Completed in 142 milliseconds