Searched refs:FloatBits (Results 1 – 7 of 7) sorted by relevance
75 TEST(MathExtras, FloatBits) { in TEST() argument
188 TEST(MathExtras, FloatBits) { in TEST() argument
232 TEST(MathExtras, FloatBits) { in TEST() argument
7701 uint32_t FloatBits = FloatTy.getSizeInBits(); in performFpToIntCombine() local7702 if (FloatBits != 32 && FloatBits != 64) in performFpToIntCombine()7711 if (IntBits > FloatBits) in performFpToIntCombine()7727 ResTy = FloatBits == 32 ? MVT::v2i32 : MVT::v2i64; in performFpToIntCombine()7730 ResTy = FloatBits == 32 ? MVT::v4i32 : MVT::v4i64; in performFpToIntCombine()7749 if (IntBits < FloatBits) in performFpToIntCombine()7778 int32_t FloatBits = FloatTy.getSizeInBits(); in performFDivCombine() local7779 if (FloatBits != 32 && FloatBits != 64) in performFDivCombine()7783 if (IntBits > FloatBits) in performFDivCombine()7788 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, FloatBits + 1); in performFDivCombine()[all …]
8858 uint32_t FloatBits = FloatTy.getSizeInBits(); in performFpToIntCombine() local8859 if (FloatBits != 32 && FloatBits != 64) in performFpToIntCombine()8868 if (IntBits > FloatBits) in performFpToIntCombine()8884 ResTy = FloatBits == 32 ? MVT::v2i32 : MVT::v2i64; in performFpToIntCombine()8887 ResTy = FloatBits == 32 ? MVT::v4i32 : MVT::v4i64; in performFpToIntCombine()8906 if (IntBits < FloatBits) in performFpToIntCombine()8937 int32_t FloatBits = FloatTy.getSizeInBits(); in performFDivCombine() local8938 if (FloatBits != 32 && FloatBits != 64) in performFDivCombine()8942 if (IntBits > FloatBits) in performFDivCombine()8947 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, FloatBits + 1); in performFDivCombine()[all …]
10405 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVCVTCombine() local10409 if (FloatBits != 32 || IntBits > 32 || NumLanes > 4) { in PerformVCVTCombine()10432 if (IntBits < FloatBits) in PerformVCVTCombine()10463 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVDIVCombine() local10467 if (FloatBits != 32 || IntBits > 32 || NumLanes > 4) { in PerformVDIVCombine()10484 if (IntBits < FloatBits) in PerformVDIVCombine()
12062 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVCVTCombine() local12066 if (FloatBits != 32 || IntBits > 32 || NumLanes > 4) { in PerformVCVTCombine()12089 if (IntBits < FloatBits) in PerformVCVTCombine()12120 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVDIVCombine() local12124 if (FloatBits != 32 || IntBits > 32 || NumLanes > 4) { in PerformVDIVCombine()12141 if (IntBits < FloatBits) in PerformVDIVCombine()