Lines Matching refs:PVT
6784 EVT PVT = LD->getValueType(0); in LowerAsSplatVectorLoad() local
6785 if (PVT != MVT::i32 && PVT != MVT::f32) in LowerAsSplatVectorLoad()
6836 EVT NVT = EVT::getVectorVT(*DAG.getContext(), PVT, NumElems); in LowerAsSplatVectorLoad()
7356 MVT PVT = TLI.getPointerTy(DAG.getDataLayout()); in lowerBuildVectorAsBroadcast() local
7362 SDValue CP = DAG.getConstantPool(C, PVT); in lowerBuildVectorAsBroadcast()
7378 SDValue VCP = DAG.getConstantPool(VecC, PVT); in lowerBuildVectorAsBroadcast()
14931 MVT PVT = VT.isFloatingPoint() ? MVT::v4f64 : MVT::v4i64; in lowerShuffleAsLanePermuteAndShuffle() local
14932 SDValue Flipped = DAG.getBitcast(PVT, V1); in lowerShuffleAsLanePermuteAndShuffle()
14934 DAG.getVectorShuffle(PVT, DL, Flipped, DAG.getUNDEF(PVT), {2, 3, 0, 1}); in lowerShuffleAsLanePermuteAndShuffle()
35752 MVT PVT = getPointerTy(MF->getDataLayout()); in emitSetJmpShadowStackFix() local
35753 const TargetRegisterClass *PtrRC = getRegClassFor(PVT); in emitSetJmpShadowStackFix()
35755 unsigned XorRROpc = (PVT == MVT::i64) ? X86::XOR64rr : X86::XOR32rr; in emitSetJmpShadowStackFix()
35763 unsigned RdsspOpc = (PVT == MVT::i64) ? X86::RDSSPQ : X86::RDSSPD; in emitSetJmpShadowStackFix()
35767 unsigned PtrStoreOpc = (PVT == MVT::i64) ? X86::MOV64mr : X86::MOV32mr; in emitSetJmpShadowStackFix()
35769 const int64_t SSPOffset = 3 * PVT.getStoreSize(); in emitSetJmpShadowStackFix()
35811 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjSetJmp() local
35812 assert((PVT == MVT::i64 || PVT == MVT::i32) && in emitEHSjLjSetJmp()
35850 const int64_t LabelOffset = 1 * PVT.getStoreSize(); in emitEHSjLjSetJmp()
35856 PtrStoreOpc = (PVT == MVT::i64) ? X86::MOV64mr : X86::MOV32mr; in emitEHSjLjSetJmp()
35857 const TargetRegisterClass *PtrRC = getRegClassFor(PVT); in emitEHSjLjSetJmp()
35876 PtrStoreOpc = (PVT == MVT::i64) ? X86::MOV64mi32 : X86::MOV32mi; in emitEHSjLjSetJmp()
35954 MVT PVT = getPointerTy(MF->getDataLayout()); in emitLongJmpShadowStackFix() local
35955 const TargetRegisterClass *PtrRC = getRegClassFor(PVT); in emitLongJmpShadowStackFix()
36008 if (PVT == MVT::i64) { in emitLongJmpShadowStackFix()
36019 unsigned RdsspOpc = (PVT == MVT::i64) ? X86::RDSSPQ : X86::RDSSPD; in emitLongJmpShadowStackFix()
36024 unsigned TestRROpc = (PVT == MVT::i64) ? X86::TEST64rr : X86::TEST32rr; in emitLongJmpShadowStackFix()
36036 unsigned PtrLoadOpc = (PVT == MVT::i64) ? X86::MOV64rm : X86::MOV32rm; in emitLongJmpShadowStackFix()
36037 const int64_t SPPOffset = 3 * PVT.getStoreSize(); in emitLongJmpShadowStackFix()
36054 unsigned SubRROpc = (PVT == MVT::i64) ? X86::SUB64rr : X86::SUB32rr; in emitLongJmpShadowStackFix()
36067 unsigned ShrRIOpc = (PVT == MVT::i64) ? X86::SHR64ri : X86::SHR32ri; in emitLongJmpShadowStackFix()
36068 unsigned Offset = (PVT == MVT::i64) ? 3 : 2; in emitLongJmpShadowStackFix()
36075 unsigned IncsspOpc = (PVT == MVT::i64) ? X86::INCSSPQ : X86::INCSSPD; in emitLongJmpShadowStackFix()
36092 unsigned ShlR1Opc = (PVT == MVT::i64) ? X86::SHL64ri : X86::SHL32ri; in emitLongJmpShadowStackFix()
36100 unsigned MovRIOpc = (PVT == MVT::i64) ? X86::MOV64ri32 : X86::MOV32ri; in emitLongJmpShadowStackFix()
36119 unsigned DecROpc = (PVT == MVT::i64) ? X86::DEC64r : X86::DEC32r; in emitLongJmpShadowStackFix()
36144 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjLongJmp() local
36145 assert((PVT == MVT::i64 || PVT == MVT::i32) && in emitEHSjLjLongJmp()
36149 (PVT == MVT::i64) ? &X86::GR64RegClass : &X86::GR32RegClass; in emitEHSjLjLongJmp()
36153 Register FP = (PVT == MVT::i64) ? X86::RBP : X86::EBP; in emitEHSjLjLongJmp()
36158 const int64_t LabelOffset = 1 * PVT.getStoreSize(); in emitEHSjLjLongJmp()
36159 const int64_t SPOffset = 2 * PVT.getStoreSize(); in emitEHSjLjLongJmp()
36161 unsigned PtrLoadOpc = (PVT == MVT::i64) ? X86::MOV64rm : X86::MOV32rm; in emitEHSjLjLongJmp()
36162 unsigned IJmpOpc = (PVT == MVT::i64) ? X86::JMP64r : X86::JMP32r; in emitEHSjLjLongJmp()
36224 MVT PVT = getPointerTy(MF->getDataLayout()); in SetupEntryBlockForSjLj() local
36225 assert((PVT == MVT::i64 || PVT == MVT::i32) && "Invalid Pointer Size!"); in SetupEntryBlockForSjLj()
36234 Op = (PVT == MVT::i64) ? X86::MOV64mi32 : X86::MOV32mi; in SetupEntryBlockForSjLj()
36237 (PVT == MVT::i64) ? &X86::GR64RegClass : &X86::GR32RegClass; in SetupEntryBlockForSjLj()
36239 Op = (PVT == MVT::i64) ? X86::MOV64mr : X86::MOV32mr; in SetupEntryBlockForSjLj()
41003 MVT PVT = TLI.getPointerTy(DAG.getDataLayout()); in combineTargetShuffle() local
41004 SDValue CP = DAG.getConstantPool(ConstantVector::get(ConstantVec), PVT); in combineTargetShuffle()
56693 MVT PVT = TLI.getPointerTy(DAG.getDataLayout()); in combineConcatVectorOps() local
56694 SDValue CV = DAG.getConstantPool(C, PVT); in combineConcatVectorOps()
58042 bool X86TargetLowering::IsDesirableToPromoteOp(SDValue Op, EVT &PVT) const { in IsDesirableToPromoteOp()
58119 PVT = MVT::i32; in IsDesirableToPromoteOp()