Lines Matching refs:VT1
34221 bool X86TargetLowering::isTruncateFree(EVT VT1, EVT VT2) const { in isTruncateFree() argument
34222 if (!VT1.isScalarInteger() || !VT2.isScalarInteger()) in isTruncateFree()
34224 unsigned NumBits1 = VT1.getSizeInBits(); in isTruncateFree()
34234 bool X86TargetLowering::isZExtFree(EVT VT1, EVT VT2) const { in isZExtFree() argument
34236 return VT1 == MVT::i32 && VT2 == MVT::i64 && Subtarget.is64Bit(); in isZExtFree()
34240 EVT VT1 = Val.getValueType(); in isZExtFree() local
34241 if (isZExtFree(VT1, VT2)) in isZExtFree()
34247 if (!VT1.isSimple() || !VT1.isInteger() || in isZExtFree()
34251 switch (VT1.getSimpleVT().SimpleTy) { in isZExtFree()
38531 MVT VT1 = V1.getSimpleValueType(); in combineX86ShuffleChain() local
38533 assert((RootSizeInBits % VT1.getSizeInBits()) == 0 && in combineX86ShuffleChain()
38546 bool FloatDomain = VT1.isFloatingPoint() || VT2.isFloatingPoint() || in combineX86ShuffleChain()
38575 if (VT1 == VT2 && VT1.getSizeInBits() == RootSizeInBits && VT1.isVector()) { in combineX86ShuffleChain()
38577 unsigned NumElts = VT1.getVectorNumElements(); in combineX86ShuffleChain()