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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1021 EVT PartVT = TLI.getRegisterType(ReturnType->getContext(), VT); local
H A DSelectionDAGBuilder.cpp99 getCopyFromParts(SelectionDAG &DAG, DebugLoc DL, const SDValue *Parts, unsigned NumParts, EVT PartVT, EVT ValueVT, const Value *V, ISD::NodeType AssertOp = ISD::DELETED_NODE) argument
220 getCopyFromPartsVector(SelectionDAG &DAG, DebugLoc DL, const SDValue *Parts, unsigned NumParts, EVT PartVT, EVT ValueVT, const Value *V) argument
336 getCopyToParts(SelectionDAG &DAG, DebugLoc DL, SDValue Val, SDValue *Parts, unsigned NumParts, EVT PartVT, const Value *V, ISD::NodeType ExtendKind = ISD::ANY_EXTEND) argument
467 getCopyToPartsVector(SelectionDAG &DAG, DebugLoc DL, SDValue Val, SDValue *Parts, unsigned NumParts, EVT PartVT, const Value *V) argument
1239 EVT PartVT = TLI.getRegisterType(*DAG.getContext(), VT); local
6527 EVT PartVT = getRegisterType(CLI.RetTy->getContext(), VT); local
6830 EVT PartVT = TLI.getRegisterType(*CurDAG->getContext(), VT); local
[all...]

Completed in 152 milliseconds