Lines Matching defs:PVT
5237 EVT PVT = LD->getValueType(0);
5238 if (PVT != MVT::i32 && PVT != MVT::f32)
5286 EVT NVT = EVT::getVectorVT(*DAG.getContext(), PVT, NumElems);
14994 MVT PVT = getPointerTy();
14995 assert((PVT == MVT::i64 || PVT == MVT::i32) &&
15031 const int64_t LabelOffset = 1 * PVT.getStoreSize();
15038 PtrStoreOpc = (PVT == MVT::i64) ? X86::MOV64mr : X86::MOV32mr;
15039 const TargetRegisterClass *PtrRC = getRegClassFor(PVT);
15058 PtrStoreOpc = (PVT == MVT::i64) ? X86::MOV64mi32 : X86::MOV32mi;
15115 MVT PVT = getPointerTy();
15116 assert((PVT == MVT::i64 || PVT == MVT::i32) &&
15120 (PVT == MVT::i64) ? &X86::GR64RegClass : &X86::GR32RegClass;
15125 unsigned FP = (PVT == MVT::i64) ? X86::RBP : X86::EBP;
15130 const int64_t LabelOffset = 1 * PVT.getStoreSize();
15131 const int64_t SPOffset = 2 * PVT.getStoreSize();
15133 unsigned PtrLoadOpc = (PVT == MVT::i64) ? X86::MOV64rm : X86::MOV32rm;
15134 unsigned IJmpOpc = (PVT == MVT::i64) ? X86::JMP64r : X86::JMP32r;
18442 bool X86TargetLowering::IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const {
18503 PVT = MVT::i32;