Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12414 uint32_t FloatBits = FloatTy.getSizeInBits(); in performFpToIntCombine() local
12415 if (FloatBits != 32 && FloatBits != 64) in performFpToIntCombine()
12424 if (IntBits > FloatBits) in performFpToIntCombine()
12440 ResTy = FloatBits == 32 ? MVT::v2i32 : MVT::v2i64; in performFpToIntCombine()
12443 ResTy = FloatBits == 32 ? MVT::v4i32 : MVT::v4i64; in performFpToIntCombine()
12462 if (IntBits < FloatBits) in performFpToIntCombine()
12493 int32_t FloatBits = FloatTy.getSizeInBits(); in performFDivCombine() local
12494 if (FloatBits != 32 && FloatBits != 64) in performFDivCombine()
12498 if (IntBits > FloatBits) in performFDivCombine()
12503 int32_t C = BV->getConstantFPSplatPow2ToLog2Int(&UndefElements, FloatBits + 1); in performFDivCombine()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp15466 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVCVTCombine() local
15470 if (FloatBits != 32 || IntBits > 32 || (NumLanes != 4 && NumLanes != 2)) { in PerformVCVTCombine()
15493 if (IntBits < FloatBits) in PerformVCVTCombine()
15524 uint32_t FloatBits = FloatTy.getSizeInBits(); in PerformVDIVCombine() local
15528 if (FloatBits != 32 || IntBits > 32 || (NumLanes != 4 && NumLanes != 2)) { in PerformVDIVCombine()
15545 if (IntBits < FloatBits) in PerformVDIVCombine()