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.cpp16912 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVCVTCombine() local
16916 if (FloatBits != 32 || IntBits > 32 || (NumLanes != 4 && NumLanes != 2)) { in PerformVCVTCombine()
16939 if (IntBits < FloatBits) in PerformVCVTCombine()
17053 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVMulVCTPCombine() local
17057 if (FloatBits != 32 || IntBits > 32 || (NumLanes != 4 && NumLanes != 2)) { in PerformVMulVCTPCombine()
17084 if (IntBits < FloatBits) in PerformVMulVCTPCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp18602 uint32_t FloatBits = FloatTy.getSizeInBits(); in performFpToIntCombine() local
18603 if (FloatBits != 32 && FloatBits != 64 && in performFpToIntCombine()
18604 (FloatBits != 16 || !Subtarget->hasFullFP16())) in performFpToIntCombine()
18613 if (IntBits > FloatBits) in performFpToIntCombine()
18630 if (SatVT.getScalarSizeInBits() != IntBits || IntBits != FloatBits) in performFpToIntCombine()
18644 if (IntBits < FloatBits) in performFpToIntCombine()