Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.cpp9961 uint32_t FloatBits = FloatTy.getSizeInBits(); in performFpToIntCombine() local
9962 if (FloatBits != 32 && FloatBits != 64) in performFpToIntCombine()
9971 if (IntBits > FloatBits) in performFpToIntCombine()
9987 ResTy = FloatBits == 32 ? MVT::v2i32 : MVT::v2i64; in performFpToIntCombine()
9990 ResTy = FloatBits == 32 ? MVT::v4i32 : MVT::v4i64; in performFpToIntCombine()
10009 if (IntBits < FloatBits) in performFpToIntCombine()
10040 int32_t FloatBits = FloatTy.getSizeInBits(); in performFDivCombine() local
10041 if (FloatBits != 32 && FloatBits != 64) in performFDivCombine()
10045 if (IntBits > FloatBits) in performFDivCombine()
10050 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, FloatBits + 1); in performFDivCombine()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelLowering.cpp13690 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVCVTCombine() local
13694 if (FloatBits != 32 || IntBits > 32 || (NumLanes != 4 && NumLanes != 2)) { in PerformVCVTCombine()
13717 if (IntBits < FloatBits) in PerformVCVTCombine()
13748 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVDIVCombine() local
13752 if (FloatBits != 32 || IntBits > 32 || (NumLanes != 4 && NumLanes != 2)) { in PerformVDIVCombine()
13769 if (IntBits < FloatBits) in PerformVDIVCombine()