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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9961 uint32_t FloatBits = FloatTy.getSizeInBits(); local
9962 if (FloatBits != 32 && FloatBits != 64)
9971 if (IntBits > FloatBits)
9987 ResTy = FloatBits == 32 ? MVT::v2i32 : MVT::v2i64;
9990 ResTy = FloatBits == 32 ? MVT::v4i32 : MVT::v4i64;
10009 if (IntBits < FloatBits)
10040 int32_t FloatBits = FloatTy.getSizeInBits(); local
10041 if (FloatBits != 32 && FloatBits !
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp13690 uint32_t FloatBits = FloatTy.getSizeInBits(); local
13694 if (FloatBits != 32 || IntBits > 32 || (NumLanes != 4 && NumLanes != 2)) {
13717 if (IntBits < FloatBits)
13748 uint32_t FloatBits = FloatTy.getSizeInBits(); local
13752 if (FloatBits != 32 || IntBits > 32 || (NumLanes != 4 && NumLanes != 2)) {
13769 if (IntBits < FloatBits)

Completed in 175 milliseconds