Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp17350 uint32_t FloatBits = FloatTy.getSizeInBits(); in performFpToIntCombine() local
17351 if (FloatBits != 32 && FloatBits != 64 && in performFpToIntCombine()
17352 (FloatBits != 16 || !Subtarget->hasFullFP16())) in performFpToIntCombine()
17361 if (IntBits > FloatBits) in performFpToIntCombine()
17392 if (IntBits < FloatBits) in performFpToIntCombine()
17423 int32_t FloatBits = FloatTy.getSizeInBits(); in performFDivCombine() local
17424 if (FloatBits != 32 && FloatBits != 64) in performFDivCombine()
17428 if (IntBits > FloatBits) in performFDivCombine()
17434 if (C == -1 || C == 0 || C > FloatBits) in performFDivCombine()
17443 ResTy = FloatBits == 32 ? MVT::v2i32 : MVT::v2i64; in performFDivCombine()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16897 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVCVTCombine() local
16901 if (FloatBits != 32 || IntBits > 32 || (NumLanes != 4 && NumLanes != 2)) { in PerformVCVTCombine()
16924 if (IntBits < FloatBits) in PerformVCVTCombine()
17038 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVDIVCombine() local
17042 if (FloatBits != 32 || IntBits > 32 || (NumLanes != 4 && NumLanes != 2)) { in PerformVDIVCombine()
17059 if (IntBits < FloatBits) in PerformVDIVCombine()