Searched refs:getBFloatTy (Results 1 – 17 of 17) sorted by relevance
/external/llvm-project/llvm/lib/CodeGen/ |
D | ValueTypes.cpp | 191 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/ |
D | Type.h | 400 static Type *getBFloatTy(LLVMContext &C); 435 Ty = Type::getBFloatTy(C); in getFloatingPointTy()
|
D | IRBuilder.h | 492 Type *getBFloatTy() { in getBFloatTy() function 493 return Type::getBFloatTy(Context); in getBFloatTy()
|
/external/llvm-project/llvm/lib/IR/ |
D | Type.cpp | 43 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()
|
D | Function.cpp | 1114 case IITDescriptor::BFloat: return Type::getBFloatTy(Context); in DecodeFixedType()
|
D | AutoUpgrade.cpp | 660 FixedVectorType::get(Type::getBFloatTy(Ctx), OperandWidth / 16) in UpgradeIntrinsicFunction1() 3683 Type *NewTy = FixedVectorType::get(Type::getBFloatTy(C), OperandWidth / 16); in UpgradeIntrinsicCall()
|
D | Core.cpp | 606 return (LLVMTypeRef) Type::getBFloatTy(*unwrap(C)); in LLVMBFloatTypeInContext()
|
/external/llvm-project/mlir/lib/Target/LLVMIR/ |
D | TypeTranslation.cpp | 45 return llvm::Type::getBFloatTy(context); in translateType()
|
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/ |
D | LLVMTypes.h | 138 static LLVMType getBFloatTy(MLIRContext *context);
|
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
D | LLVMTypes.cpp | 173 LLVMType LLVMType::getBFloatTy(MLIRContext *context) { in getBFloatTy() function in LLVMType
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenTypes.cpp | 311 return llvm::Type::getBFloatTy(VMContext); in getTypeForFormat()
|
D | CodeGenModule.cpp | 116 BFloatTy = llvm::Type::getBFloatTy(LLVMContext); in CodeGenModule()
|
D | TargetInfo.cpp | 5610 llvm::Type::getBFloatTy(getVMContext()), 8); in coerceIllegalVector()
|
D | CGBuiltin.cpp | 8047 return Builder.getBFloatTy(); in getEltType() 8112 return llvm::ScalableVectorType::get(Builder.getBFloatTy(), 8); in getSVEType()
|
/external/llvm-project/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 833 TYPEKEYWORD("bfloat", Type::getBFloatTy(Context)); in LexIdentifier()
|
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/ |
D | StandardToLLVM.cpp | 197 return LLVM::LLVMType::getBFloatTy(&getContext()); in convertFloatType()
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 1736 ResultTy = Type::getBFloatTy(Context); in parseTypeTableBody()
|