Home
last modified time | relevance | path

Searched refs:getBFloatTy (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/llvm/lib/CodeGen/
DValueTypes.cpp191 case MVT::bf16: return Type::getBFloatTy(Context); in getTypeForEVT()
321 return FixedVectorType::get(Type::getBFloatTy(Context), 2); in getTypeForEVT()
323 return FixedVectorType::get(Type::getBFloatTy(Context), 3); in getTypeForEVT()
325 return FixedVectorType::get(Type::getBFloatTy(Context), 4); in getTypeForEVT()
327 return FixedVectorType::get(Type::getBFloatTy(Context), 8); in getTypeForEVT()
329 return FixedVectorType::get(Type::getBFloatTy(Context), 16); in getTypeForEVT()
331 return FixedVectorType::get(Type::getBFloatTy(Context), 32); in getTypeForEVT()
333 return FixedVectorType::get(Type::getBFloatTy(Context), 64); in getTypeForEVT()
335 return FixedVectorType::get(Type::getBFloatTy(Context), 128); in getTypeForEVT()
459 return ScalableVectorType::get(Type::getBFloatTy(Context), 2); in getTypeForEVT()
[all …]
/external/llvm-project/llvm/include/llvm/IR/
DType.h400 static Type *getBFloatTy(LLVMContext &C);
435 Ty = Type::getBFloatTy(C); in getFloatingPointTy()
DIRBuilder.h492 Type *getBFloatTy() { in getBFloatTy() function
493 return Type::getBFloatTy(Context); in getBFloatTy()
/external/llvm-project/llvm/lib/IR/
DType.cpp43 case BFloatTyID : return getBFloatTy(C); in getPrimitiveType()
173 Type *Type::getBFloatTy(LLVMContext &C) { return &C.pImpl->BFloatTy; } in getBFloatTy() function in Type
199 return getBFloatTy(C)->getPointerTo(AS); in getBFloatPtrTy()
DFunction.cpp1114 case IITDescriptor::BFloat: return Type::getBFloatTy(Context); in DecodeFixedType()
DAutoUpgrade.cpp660 FixedVectorType::get(Type::getBFloatTy(Ctx), OperandWidth / 16) in UpgradeIntrinsicFunction1()
3683 Type *NewTy = FixedVectorType::get(Type::getBFloatTy(C), OperandWidth / 16); in UpgradeIntrinsicCall()
DCore.cpp606 return (LLVMTypeRef) Type::getBFloatTy(*unwrap(C)); in LLVMBFloatTypeInContext()
/external/llvm-project/mlir/lib/Target/LLVMIR/
DTypeTranslation.cpp45 return llvm::Type::getBFloatTy(context); in translateType()
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
DLLVMTypes.h138 static LLVMType getBFloatTy(MLIRContext *context);
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMTypes.cpp173 LLVMType LLVMType::getBFloatTy(MLIRContext *context) { in getBFloatTy() function in LLVMType
/external/llvm-project/clang/lib/CodeGen/
DCodeGenTypes.cpp311 return llvm::Type::getBFloatTy(VMContext); in getTypeForFormat()
DCodeGenModule.cpp116 BFloatTy = llvm::Type::getBFloatTy(LLVMContext); in CodeGenModule()
DTargetInfo.cpp5610 llvm::Type::getBFloatTy(getVMContext()), 8); in coerceIllegalVector()
DCGBuiltin.cpp8047 return Builder.getBFloatTy(); in getEltType()
8112 return llvm::ScalableVectorType::get(Builder.getBFloatTy(), 8); in getSVEType()
/external/llvm-project/llvm/lib/AsmParser/
DLLLexer.cpp833 TYPEKEYWORD("bfloat", Type::getBFloatTy(Context)); in LexIdentifier()
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp197 return LLVM::LLVMType::getBFloatTy(&getContext()); in convertFloatType()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1736 ResultTy = Type::getBFloatTy(Context); in parseTypeTableBody()