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