Lines Matching defs:VT1
35135 bool X86TargetLowering::isTruncateFree(EVT VT1, EVT VT2) const {
35136 if (!VT1.isScalarInteger() || !VT2.isScalarInteger())
35138 unsigned NumBits1 = VT1.getSizeInBits();
35148 bool X86TargetLowering::isZExtFree(EVT VT1, EVT VT2) const {
35150 return VT1 == MVT::i32 && VT2 == MVT::i64 && Subtarget.is64Bit();
35154 EVT VT1 = Val.getValueType();
35155 if (isZExtFree(VT1, VT2))
35161 if (!VT1.isSimple() || !VT1.isInteger() ||
35165 switch (VT1.getSimpleVT().SimpleTy) {
39551 MVT VT1 = V1.getSimpleValueType();
39553 assert((RootSizeInBits % VT1.getSizeInBits()) == 0 &&
39566 bool FloatDomain = VT1.isFloatingPoint() || VT2.isFloatingPoint() ||
39595 if (VT1 == VT2 && VT1.getSizeInBits() == RootSizeInBits && VT1.isVector()) {
39597 unsigned NumElts = VT1.getVectorNumElements();