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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp183 SDValue PromoteOperand(SDValue Op, EVT PVT, bool &Replace);
184 SDValue SExtPromoteOperand(SDValue Op, EVT PVT);
185 SDValue ZExtPromoteOperand(SDValue Op, EVT PVT);
828 SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT PVT, bool &Replace) { argument
838 return DAG.getExtLoad(ExtType, dl, PVT,
847 return DAG.getNode(ISD::AssertSext, dl, PVT,
848 SExtPromoteOperand(Op.getOperand(0), PVT),
851 return DAG.getNode(ISD::AssertZext, dl, PVT,
852 ZExtPromoteOperand(Op.getOperand(0), PVT),
857 return DAG.getNode(ExtOpc, dl, PVT, O
866 SExtPromoteOperand(SDValue Op, EVT PVT) argument
883 ZExtPromoteOperand(SDValue Op, EVT PVT) argument
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp6468 MVT PVT = getPointerTy(); local
6469 assert((PVT == MVT::i64 || PVT == MVT::i32) &&
6512 const int64_t LabelOffset = 1 * PVT.getStoreSize();
6513 const int64_t TOCOffset = 3 * PVT.getStoreSize();
6514 const int64_t BPOffset = 4 * PVT.getStoreSize();
6517 const TargetRegisterClass *PtrRC = getRegClassFor(PVT);
6606 MVT PVT = getPointerTy(); local
6607 assert((PVT == MVT::i64 || PVT
[all...]

Completed in 303 milliseconds