Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp40 case BFloatTyID : return getBFloatTy(C); in getPrimitiveType()
98 Ty = Type::getBFloatTy(C); in getFloatingPointTy()
240 Type *Type::getBFloatTy(LLVMContext &C) { return &C.pImpl->BFloatTy; } in getBFloatTy() function in Type
H A DAutoUpgrade.cpp663 FixedVectorType::get(Type::getBFloatTy(Ctx), OperandWidth / 16)}}; in upgradeArmOrAarch64IntrinsicFunction()
4088 VectorType::get(Type::getBFloatTy(Ctx), VT->getElementCount()); in upgradeAMDGCNIntrinsicCall()
4461 Type *NewTy = FixedVectorType::get(Type::getBFloatTy(C), OperandWidth / 16); in UpgradeIntrinsicCall()
4724 Args[1], FixedVectorType::get(Builder.getBFloatTy(), NumElts)); in UpgradeIntrinsicCall()
4742 Args[1], FixedVectorType::get(Builder.getBFloatTy(), NumElts)); in UpgradeIntrinsicCall()
4744 Args[2], FixedVectorType::get(Builder.getBFloatTy(), NumElts)); in UpgradeIntrinsicCall()
H A DFunction.cpp1405 case IITDescriptor::BFloat: return Type::getBFloatTy(Context); in DecodeFixedType()
H A DCore.cpp711 return (LLVMTypeRef) Type::getBFloatTy(*unwrap(C)); in LLVMBFloatTypeInContext()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h449 static Type *getBFloatTy(LLVMContext &C);
H A DIRBuilder.h546 Type *getBFloatTy() { in getBFloatTy() function
547 return Type::getBFloatTy(Context); in getBFloatTy()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp279 return llvm::Type::getBFloatTy(VMContext); in getTypeForFormat()
H A DCodeGenModule.cpp355 BFloatTy = llvm::Type::getBFloatTy(LLVMContext); in CodeGenModule()
H A DCGBuiltin.cpp9702 return Builder.getBFloatTy(); in getEltType()
9767 return llvm::ScalableVectorType::get(Builder.getBFloatTy(), 8); in getSVEType()
19245 llvm::Type::getBFloatTy(Builder.getContext()), 2); in EmitAMDGPUBuiltinExpr()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp833 TYPEKEYWORD("bfloat", Type::getBFloatTy(Context)); in LexIdentifier()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAArch64.cpp259 llvm::Type::getBFloatTy(getVMContext()), 8); in coerceIllegalVector()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1583 return Type::getBFloatTy(CFP->getContext()); in shrinkFPConstant()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2475 ResultTy = Type::getBFloatTy(Context); in parseTypeTableBody()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp16666 if (VTy->getElementType() == Type::getBFloatTy(VTy->getContext())) in getSVEContainerIRType()