Home | History | Annotate | Download | only in X86

Lines Matching refs:PVT

5317     EVT PVT = LD->getValueType(0);
5318 if (PVT != MVT::i32 && PVT != MVT::f32)
5368 EVT NVT = EVT::getVectorVT(*DAG.getContext(), PVT, NumElems);
22007 MVT PVT = getPointerTy(MF->getDataLayout());
22008 assert((PVT == MVT::i64 || PVT == MVT::i32) &&
22046 const int64_t LabelOffset = 1 * PVT.getStoreSize();
22053 PtrStoreOpc = (PVT == MVT::i64) ? X86::MOV64mr : X86::MOV32mr;
22054 const TargetRegisterClass *PtrRC = getRegClassFor(PVT);
22073 PtrStoreOpc = (PVT == MVT::i64) ? X86::MOV64mi32 : X86::MOV32mi;
22140 MVT PVT = getPointerTy(MF->getDataLayout());
22141 assert((PVT == MVT::i64 || PVT == MVT::i32) &&
22145 (PVT == MVT::i64) ? &X86::GR64RegClass : &X86::GR32RegClass;
22149 unsigned FP = (PVT == MVT::i64) ? X86::RBP : X86::EBP;
22154 const int64_t LabelOffset = 1 * PVT.getStoreSize();
22155 const int64_t SPOffset = 2 * PVT.getStoreSize();
22157 unsigned PtrLoadOpc = (PVT == MVT::i64) ? X86::MOV64rm : X86::MOV32rm;
22158 unsigned IJmpOpc = (PVT == MVT::i64) ? X86::JMP64r : X86::JMP32r;
27786 bool X86TargetLowering::IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const {
27847 PVT = MVT::i32;