Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9102 uint32_t FloatBits = FloatTy.getSizeInBits(); in performFpToIntCombine() local
9103 if (FloatBits != 32 && FloatBits != 64) in performFpToIntCombine()
9112 if (IntBits > FloatBits) in performFpToIntCombine()
9128 ResTy = FloatBits == 32 ? MVT::v2i32 : MVT::v2i64; in performFpToIntCombine()
9131 ResTy = FloatBits == 32 ? MVT::v4i32 : MVT::v4i64; in performFpToIntCombine()
9150 if (IntBits < FloatBits) in performFpToIntCombine()
9181 int32_t FloatBits = FloatTy.getSizeInBits(); in performFDivCombine() local
9182 if (FloatBits != 32 && FloatBits != 64) in performFDivCombine()
9186 if (IntBits > FloatBits) in performFDivCombine()
9192 if (C == -1 || C == 0 || C > FloatBits) in performFDivCombine()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12109 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVCVTCombine() local
12113 if (FloatBits != 32 || IntBits > 32 || NumLanes > 4) { in PerformVCVTCombine()
12136 if (IntBits < FloatBits) in PerformVCVTCombine()
12167 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVDIVCombine() local
12171 if (FloatBits != 32 || IntBits > 32 || NumLanes > 4) { in PerformVDIVCombine()
12188 if (IntBits < FloatBits) in PerformVDIVCombine()