Searched refs:PVT (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | DAGCombiner.cpp | 162 SDValue PromoteOperand(SDValue Op, EVT PVT, bool &Replace); 163 SDValue SExtPromoteOperand(SDValue Op, EVT PVT); 164 SDValue ZExtPromoteOperand(SDValue Op, EVT PVT); 756 SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT PVT, bool &Replace) { in PromoteOperand() argument 766 return DAG.getExtLoad(ExtType, dl, PVT, in PromoteOperand() 775 return DAG.getNode(ISD::AssertSext, dl, PVT, in PromoteOperand() 776 SExtPromoteOperand(Op.getOperand(0), PVT), in PromoteOperand() 779 return DAG.getNode(ISD::AssertZext, dl, PVT, in PromoteOperand() 780 ZExtPromoteOperand(Op.getOperand(0), PVT), in PromoteOperand() 785 return DAG.getNode(ExtOpc, dl, PVT, Op); in PromoteOperand() [all …]
|
| /freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/ |
| D | PPCISelLowering.cpp | 6110 MVT PVT = getPointerTy(); in emitEHSjLjSetJmp() local 6111 assert((PVT == MVT::i64 || PVT == MVT::i32) && in emitEHSjLjSetJmp() 6154 const int64_t LabelOffset = 1 * PVT.getStoreSize(); in emitEHSjLjSetJmp() 6155 const int64_t TOCOffset = 3 * PVT.getStoreSize(); in emitEHSjLjSetJmp() 6156 const int64_t BPOffset = 4 * PVT.getStoreSize(); in emitEHSjLjSetJmp() 6159 const TargetRegisterClass *PtrRC = getRegClassFor(PVT); in emitEHSjLjSetJmp() 6248 MVT PVT = getPointerTy(); in emitEHSjLjLongJmp() local 6249 assert((PVT == MVT::i64 || PVT == MVT::i32) && in emitEHSjLjLongJmp() 6253 (PVT == MVT::i64) ? &PPC::G8RCRegClass : &PPC::GPRCRegClass; in emitEHSjLjLongJmp() 6256 unsigned FP = (PVT == MVT::i64) ? PPC::X31 : PPC::R31; in emitEHSjLjLongJmp() [all …]
|
| /freebsd-10-stable/contrib/llvm/lib/Target/X86/ |
| D | X86ISelLowering.h | 604 virtual bool IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const;
|
| D | X86ISelLowering.cpp | 5324 EVT PVT = LD->getValueType(0); in LowerAsSplatVectorLoad() local 5325 if (PVT != MVT::i32 && PVT != MVT::f32) in LowerAsSplatVectorLoad() 5373 EVT NVT = EVT::getVectorVT(*DAG.getContext(), PVT, NumElems); in LowerAsSplatVectorLoad() 15625 MVT PVT = getPointerTy(); in emitEHSjLjSetJmp() local 15626 assert((PVT == MVT::i64 || PVT == MVT::i32) && in emitEHSjLjSetJmp() 15662 const int64_t LabelOffset = 1 * PVT.getStoreSize(); in emitEHSjLjSetJmp() 15669 PtrStoreOpc = (PVT == MVT::i64) ? X86::MOV64mr : X86::MOV32mr; in emitEHSjLjSetJmp() 15670 const TargetRegisterClass *PtrRC = getRegClassFor(PVT); in emitEHSjLjSetJmp() 15689 PtrStoreOpc = (PVT == MVT::i64) ? X86::MOV64mi32 : X86::MOV32mi; in emitEHSjLjSetJmp() 15746 MVT PVT = getPointerTy(); in emitEHSjLjLongJmp() local [all …]
|