Lines Matching refs:InnerVT
1015 for (MVT InnerVT : MVT::fixedlen_vector_valuetypes()) { in X86TargetLowering() local
1016 setTruncStoreAction(InnerVT, VT, Expand); in X86TargetLowering()
1018 setLoadExtAction(ISD::SEXTLOAD, InnerVT, VT, Expand); in X86TargetLowering()
1019 setLoadExtAction(ISD::ZEXTLOAD, InnerVT, VT, Expand); in X86TargetLowering()
1026 setLoadExtAction(ISD::EXTLOAD, InnerVT, VT, Expand); in X86TargetLowering()
1032 setLoadExtAction(ISD::EXTLOAD, InnerVT, VT, Expand); in X86TargetLowering()
22546 EVT InnerVT = Inner.getValueType(); in MatchVectorAllEqualTest() local
22547 if (llvm::has_single_bit<uint32_t>(InnerVT.getSizeInBits())) { in MatchVectorAllEqualTest()
22548 unsigned BW = InnerVT.getScalarSizeInBits(); in MatchVectorAllEqualTest()
22552 DAG.getConstant(Cmp, DL, InnerVT), CC, in MatchVectorAllEqualTest()
41236 MVT InnerVT = V.getSimpleValueType(); in combineTargetShuffle() local
41237 if (InnerVT.getScalarSizeInBits() <= VT.getScalarSizeInBits()) { in combineTargetShuffle()
41240 Res = DAG.getBitcast(InnerVT, Res); in combineTargetShuffle()
41241 Res = DAG.getNode(V.getOpcode(), DL, InnerVT, Res, V.getOperand(1)); in combineTargetShuffle()