Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DMathExtrasTest.cpp278 TEST(MathExtras, FloatBits) { in TEST() argument
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp14477 uint32_t FloatBits = FloatTy.getSizeInBits(); in performFpToIntCombine() local
14478 if (FloatBits != 32 && FloatBits != 64 && in performFpToIntCombine()
14479 (FloatBits != 16 || !Subtarget->hasFullFP16())) in performFpToIntCombine()
14488 if (IntBits > FloatBits) in performFpToIntCombine()
14519 if (IntBits < FloatBits) in performFpToIntCombine()
14550 int32_t FloatBits = FloatTy.getSizeInBits(); in performFDivCombine() local
14551 if (FloatBits != 32 && FloatBits != 64) in performFDivCombine()
14555 if (IntBits > FloatBits) in performFDivCombine()
14561 if (C == -1 || C == 0 || C > FloatBits) in performFDivCombine()
14570 ResTy = FloatBits == 32 ? MVT::v2i32 : MVT::v2i64; in performFDivCombine()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16705 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVCVTCombine() local
16709 if (FloatBits != 32 || IntBits > 32 || (NumLanes != 4 && NumLanes != 2)) { in PerformVCVTCombine()
16732 if (IntBits < FloatBits) in PerformVCVTCombine()
16806 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVDIVCombine() local
16810 if (FloatBits != 32 || IntBits > 32 || (NumLanes != 4 && NumLanes != 2)) { in PerformVDIVCombine()
16827 if (IntBits < FloatBits) in PerformVDIVCombine()