Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16985 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVCVTCombine() local
16989 if (FloatBits != 32 || IntBits > 32 || (NumLanes != 4 && NumLanes != 2)) { in PerformVCVTCombine()
17012 if (IntBits < FloatBits) in PerformVCVTCombine()
17126 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVMulVCTPCombine() local
17130 if (FloatBits != 32 || IntBits > 32 || (NumLanes != 4 && NumLanes != 2)) { in PerformVMulVCTPCombine()
17157 if (IntBits < FloatBits) in PerformVMulVCTPCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp19245 uint32_t FloatBits = FloatTy.getSizeInBits(); in performFpToIntCombine() local
19246 if (FloatBits != 32 && FloatBits != 64 && in performFpToIntCombine()
19247 (FloatBits != 16 || !Subtarget->hasFullFP16())) in performFpToIntCombine()
19256 if (IntBits > FloatBits) in performFpToIntCombine()
19273 if (SatVT.getScalarSizeInBits() != IntBits || IntBits != FloatBits) in performFpToIntCombine()
19287 if (IntBits < FloatBits) in performFpToIntCombine()