Home
last modified time | relevance | path

Searched refs:FloatBits (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/unittests/Support/
DMathExtrasTest.cpp75 TEST(MathExtras, FloatBits) { in TEST() argument
/external/llvm/unittests/Support/
DMathExtrasTest.cpp188 TEST(MathExtras, FloatBits) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DMathExtrasTest.cpp232 TEST(MathExtras, FloatBits) { in TEST() argument
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7701 uint32_t FloatBits = FloatTy.getSizeInBits(); in performFpToIntCombine() local
7702 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() local
7779 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 …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp8858 uint32_t FloatBits = FloatTy.getSizeInBits(); in performFpToIntCombine() local
8859 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() local
8938 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 …]
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp10405 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVCVTCombine() local
10409 if (FloatBits != 32 || IntBits > 32 || NumLanes > 4) { in PerformVCVTCombine()
10432 if (IntBits < FloatBits) in PerformVCVTCombine()
10463 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVDIVCombine() local
10467 if (FloatBits != 32 || IntBits > 32 || NumLanes > 4) { in PerformVDIVCombine()
10484 if (IntBits < FloatBits) in PerformVDIVCombine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp12062 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVCVTCombine() local
12066 if (FloatBits != 32 || IntBits > 32 || NumLanes > 4) { in PerformVCVTCombine()
12089 if (IntBits < FloatBits) in PerformVCVTCombine()
12120 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVDIVCombine() local
12124 if (FloatBits != 32 || IntBits > 32 || NumLanes > 4) { in PerformVDIVCombine()
12141 if (IntBits < FloatBits) in PerformVDIVCombine()