Searched refs:BFloatTyID (Results 1 – 12 of 12) sorted by relevance
58 BFloatTyID, ///< 16-bit floating point type (7-bit significand) enumerator144 bool isBFloatTy() const { return getTypeID() == BFloatTyID; } in isBFloatTy()163 return getTypeID() == HalfTyID || getTypeID() == BFloatTyID || in isFloatingPointTy()172 case BFloatTyID: return APFloat::BFloat(); in getFltSemantics()
683 case Type::BFloatTyID: in getTypeSizeInBits()
43 case BFloatTyID : return getBFloatTy(C); in getPrimitiveType()116 case Type::BFloatTyID: return TypeSize::Fixed(16); in getPrimitiveSizeInBits()147 if (getTypeID() == BFloatTyID) return 8; in getFPMantissaWidth()
29 BFloatTy(C, Type::BFloatTyID), in LLVMContextImpl()
770 case Type::BFloatTyID: in getAlignment()
343 case Type::BFloatTyID: in getNullValue()1553 case Type::BFloatTyID: { in isValueValidForType()3166 case Type::BFloatTyID: { in getElementAsAPFloat()
760 case Type::BFloatTyID: Result += "bf16"; break; in getMangledTypeStr()
603 case Type::BFloatTyID: OS << "bfloat"; return; in print()
485 case Type::BFloatTyID: in LLVMGetTypeKind()
327 case Type::BFloatTyID: in getSmallestAddressableSize()
499 case Type::BFloatTyID: return MVT(MVT::bf16); in getVT()
903 case Type::BFloatTyID: Code = bitc::TYPE_CODE_BFLOAT; break; in writeTypeTable()