Home
last modified time | relevance | path

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

/external/llvm/unittests/Support/
DMathExtrasTest.cpp159 TEST(MathExtras, FloatBits) { in TEST() argument
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp7578 uint32_t FloatBits = FloatTy.getSizeInBits(); in performFpToIntCombine() local
7579 if (FloatBits != 32 && FloatBits != 64) in performFpToIntCombine()
7588 if (IntBits > FloatBits) in performFpToIntCombine()
7604 ResTy = FloatBits == 32 ? MVT::v2i32 : MVT::v2i64; in performFpToIntCombine()
7620 if (IntBits < FloatBits) in performFpToIntCombine()
7649 int32_t FloatBits = FloatTy.getSizeInBits(); in performFDivCombine() local
7650 if (FloatBits != 32 && FloatBits != 64) in performFDivCombine()
7654 if (IntBits > FloatBits) in performFDivCombine()
7659 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, FloatBits + 1); in performFDivCombine()
7660 if (C == -1 || C == 0 || C > FloatBits) in performFDivCombine()
[all …]
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp9995 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVCVTCombine() local
9999 if (FloatBits != 32 || IntBits > 32 || NumLanes > 4) { in PerformVCVTCombine()
10022 if (IntBits < FloatBits) in PerformVCVTCombine()
10053 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVDIVCombine() local
10057 if (FloatBits != 32 || IntBits > 32 || NumLanes > 4) { in PerformVDIVCombine()
10074 if (IntBits < FloatBits) in PerformVDIVCombine()