Lines Matching refs:PVT
7128 EVT PVT = LD->getValueType(0); in LowerAsSplatVectorLoad() local
7129 if (PVT != MVT::i32 && PVT != MVT::f32) in LowerAsSplatVectorLoad()
7179 EVT NVT = EVT::getVectorVT(*DAG.getContext(), PVT, NumElems); in LowerAsSplatVectorLoad()
7494 MVT PVT = TLI.getPointerTy(DAG.getDataLayout()); in lowerBuildVectorAsBroadcast() local
7503 SDValue CP = DAG.getConstantPool(C, PVT); in lowerBuildVectorAsBroadcast()
7527 SDValue CP = DAG.getConstantPool(C, PVT); in lowerBuildVectorAsBroadcast()
7543 SDValue VCP = DAG.getConstantPool(VecC, PVT); in lowerBuildVectorAsBroadcast()
13984 MVT PVT = VT.isFloatingPoint() ? MVT::v4f64 : MVT::v4i64; in lowerVectorShuffleAsLanePermuteAndBlend() local
13985 SDValue Flipped = DAG.getBitcast(PVT, V1); in lowerVectorShuffleAsLanePermuteAndBlend()
13986 Flipped = DAG.getVectorShuffle(PVT, DL, Flipped, DAG.getUNDEF(PVT), in lowerVectorShuffleAsLanePermuteAndBlend()
29023 MVT PVT = getPointerTy(MF->getDataLayout()); in emitSetJmpShadowStackFix() local
29024 const TargetRegisterClass *PtrRC = getRegClassFor(PVT); in emitSetJmpShadowStackFix()
29026 unsigned XorRROpc = (PVT == MVT::i64) ? X86::XOR64rr : X86::XOR32rr; in emitSetJmpShadowStackFix()
29034 unsigned RdsspOpc = (PVT == MVT::i64) ? X86::RDSSPQ : X86::RDSSPD; in emitSetJmpShadowStackFix()
29038 unsigned PtrStoreOpc = (PVT == MVT::i64) ? X86::MOV64mr : X86::MOV32mr; in emitSetJmpShadowStackFix()
29040 const int64_t SSPOffset = 3 * PVT.getStoreSize(); in emitSetJmpShadowStackFix()
29082 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjSetJmp() local
29083 assert((PVT == MVT::i64 || PVT == MVT::i32) && in emitEHSjLjSetJmp()
29121 const int64_t LabelOffset = 1 * PVT.getStoreSize(); in emitEHSjLjSetJmp()
29127 PtrStoreOpc = (PVT == MVT::i64) ? X86::MOV64mr : X86::MOV32mr; in emitEHSjLjSetJmp()
29128 const TargetRegisterClass *PtrRC = getRegClassFor(PVT); in emitEHSjLjSetJmp()
29147 PtrStoreOpc = (PVT == MVT::i64) ? X86::MOV64mi32 : X86::MOV32mi; in emitEHSjLjSetJmp()
29224 MVT PVT = getPointerTy(MF->getDataLayout()); in emitLongJmpShadowStackFix() local
29225 const TargetRegisterClass *PtrRC = getRegClassFor(PVT); in emitLongJmpShadowStackFix()
29276 unsigned XorRROpc = (PVT == MVT::i64) ? X86::XOR64rr : X86::XOR32rr; in emitLongJmpShadowStackFix()
29284 unsigned RdsspOpc = (PVT == MVT::i64) ? X86::RDSSPQ : X86::RDSSPD; in emitLongJmpShadowStackFix()
29289 unsigned TestRROpc = (PVT == MVT::i64) ? X86::TEST64rr : X86::TEST32rr; in emitLongJmpShadowStackFix()
29299 unsigned PtrLoadOpc = (PVT == MVT::i64) ? X86::MOV64rm : X86::MOV32rm; in emitLongJmpShadowStackFix()
29300 const int64_t SPPOffset = 3 * PVT.getStoreSize(); in emitLongJmpShadowStackFix()
29317 unsigned SubRROpc = (PVT == MVT::i64) ? X86::SUB64rr : X86::SUB32rr; in emitLongJmpShadowStackFix()
29328 unsigned ShrRIOpc = (PVT == MVT::i64) ? X86::SHR64ri : X86::SHR32ri; in emitLongJmpShadowStackFix()
29329 unsigned Offset = (PVT == MVT::i64) ? 3 : 2; in emitLongJmpShadowStackFix()
29336 unsigned IncsspOpc = (PVT == MVT::i64) ? X86::INCSSPQ : X86::INCSSPD; in emitLongJmpShadowStackFix()
29351 unsigned ShlR1Opc = (PVT == MVT::i64) ? X86::SHL64r1 : X86::SHL32r1; in emitLongJmpShadowStackFix()
29358 unsigned MovRIOpc = (PVT == MVT::i64) ? X86::MOV64ri32 : X86::MOV32ri; in emitLongJmpShadowStackFix()
29377 unsigned DecROpc = (PVT == MVT::i64) ? X86::DEC64r : X86::DEC32r; in emitLongJmpShadowStackFix()
29400 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjLongJmp() local
29401 assert((PVT == MVT::i64 || PVT == MVT::i32) && in emitEHSjLjLongJmp()
29405 (PVT == MVT::i64) ? &X86::GR64RegClass : &X86::GR32RegClass; in emitEHSjLjLongJmp()
29409 unsigned FP = (PVT == MVT::i64) ? X86::RBP : X86::EBP; in emitEHSjLjLongJmp()
29414 const int64_t LabelOffset = 1 * PVT.getStoreSize(); in emitEHSjLjLongJmp()
29415 const int64_t SPOffset = 2 * PVT.getStoreSize(); in emitEHSjLjLongJmp()
29417 unsigned PtrLoadOpc = (PVT == MVT::i64) ? X86::MOV64rm : X86::MOV32rm; in emitEHSjLjLongJmp()
29418 unsigned IJmpOpc = (PVT == MVT::i64) ? X86::JMP64r : X86::JMP32r; in emitEHSjLjLongJmp()
29480 MVT PVT = getPointerTy(MF->getDataLayout()); in SetupEntryBlockForSjLj() local
29481 assert((PVT == MVT::i64 || PVT == MVT::i32) && "Invalid Pointer Size!"); in SetupEntryBlockForSjLj()
29490 Op = (PVT == MVT::i64) ? X86::MOV64mi32 : X86::MOV32mi; in SetupEntryBlockForSjLj()
29493 (PVT == MVT::i64) ? &X86::GR64RegClass : &X86::GR32RegClass; in SetupEntryBlockForSjLj()
29495 Op = (PVT == MVT::i64) ? X86::MOV64mr : X86::MOV32mr; in SetupEntryBlockForSjLj()
41690 bool X86TargetLowering::IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const { in IsDesirableToPromoteOp()
41766 PVT = MVT::i32; in IsDesirableToPromoteOp()