Lines Matching defs:VCVT
7692 // Reconstruct an MVE VCVT from a BuildVector of scalar fptrunc, all extracted
7746 // Reconstruct an MVE VCVT from a BuildVector of scalar fpext, all extracted
8158 // VCVT's
8159 if (SDValue VCVT = LowerBuildVectorOfFPTrunc(Op, DAG, Subtarget))
8160 return VCVT;
8161 if (SDValue VCVT = LowerBuildVectorOfFPExt(Op, DAG, Subtarget))
8162 return VCVT;
16937 /// PerformVCVTCombine - VCVT (floating-point to fixed-point, Advanced SIMD)
16938 /// can replace combinations of VMUL and VCVT (floating-point to integer)
17077 /// PerformVMulVCTPCombine - VCVT (fixed-point to floating-point, Advanced SIMD)
17078 /// can replace combinations of VCVT (integer to floating-point) and VMUL