Home
last modified time | relevance | path

Searched refs:BFloatTyID (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/llvm/include/llvm/IR/
DType.h58 BFloatTyID, ///< 16-bit floating point type (7-bit significand) enumerator
144 bool isBFloatTy() const { return getTypeID() == BFloatTyID; } in isBFloatTy()
163 return getTypeID() == HalfTyID || getTypeID() == BFloatTyID || in isFloatingPointTy()
172 case BFloatTyID: return APFloat::BFloat(); in getFltSemantics()
DDataLayout.h683 case Type::BFloatTyID: in getTypeSizeInBits()
/external/llvm-project/llvm/lib/IR/
DType.cpp43 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()
DLLVMContextImpl.cpp29 BFloatTy(C, Type::BFloatTyID), in LLVMContextImpl()
DDataLayout.cpp770 case Type::BFloatTyID: in getAlignment()
DConstants.cpp343 case Type::BFloatTyID: in getNullValue()
1553 case Type::BFloatTyID: { in isValueValidForType()
3166 case Type::BFloatTyID: { in getElementAsAPFloat()
DFunction.cpp760 case Type::BFloatTyID: Result += "bf16"; break; in getMangledTypeStr()
DAsmWriter.cpp603 case Type::BFloatTyID: OS << "bfloat"; return; in print()
DCore.cpp485 case Type::BFloatTyID: in LLVMGetTypeKind()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp327 case Type::BFloatTyID: in getSmallestAddressableSize()
/external/llvm-project/llvm/lib/CodeGen/
DValueTypes.cpp499 case Type::BFloatTyID: return MVT(MVT::bf16); in getVT()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp903 case Type::BFloatTyID: Code = bitc::TYPE_CODE_BFLOAT; break; in writeTypeTable()