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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp149 SDValue PromoteOperand(SDValue Op, EVT PVT, bool &Replace);
150 SDValue SExtPromoteOperand(SDValue Op, EVT PVT);
151 SDValue ZExtPromoteOperand(SDValue Op, EVT PVT);
726 SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT PVT, bool &Replace) { argument
736 return DAG.getExtLoad(ExtType, dl, PVT,
747 return DAG.getNode(ISD::AssertSext, dl, PVT,
748 SExtPromoteOperand(Op.getOperand(0), PVT),
751 return DAG.getNode(ISD::AssertZext, dl, PVT,
752 ZExtPromoteOperand(Op.getOperand(0), PVT),
757 return DAG.getNode(ExtOpc, dl, PVT, O
766 SExtPromoteOperand(SDValue Op, EVT PVT) argument
783 ZExtPromoteOperand(SDValue Op, EVT PVT) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp6049 MVT PVT = getPointerTy(); local
6050 assert((PVT == MVT::i64 || PVT == MVT::i32) &&
6093 const int64_t LabelOffset = 1 * PVT.getStoreSize();
6094 const int64_t TOCOffset = 3 * PVT.getStoreSize();
6097 const TargetRegisterClass *PtrRC = getRegClassFor(PVT);
6169 MVT PVT = getPointerTy(); local
6170 assert((PVT == MVT::i64 || PVT == MVT::i32) &&
6174 (PVT
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h554 virtual bool IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const;
H A DX86ISelLowering.cpp4996 EVT PVT = LD->getValueType(0);
4997 if (PVT != MVT::i32 && PVT != MVT::f32)
5045 EVT NVT = EVT::getVectorVT(*DAG.getContext(), PVT, NumElems);
14515 MVT PVT = getPointerTy(); local
14516 assert((PVT == MVT::i64 || PVT == MVT::i32) &&
14552 const int64_t LabelOffset = 1 * PVT.getStoreSize();
14559 PtrStoreOpc = (PVT == MVT::i64) ? X86::MOV64mr : X86::MOV32mr;
14560 const TargetRegisterClass *PtrRC = getRegClassFor(PVT);
14633 MVT PVT = getPointerTy(); local
[all...]

Completed in 165 milliseconds