Searched refs:getBFloatTy (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Type.cpp | 40 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 D | AutoUpgrade.cpp | 663 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 D | Function.cpp | 1405 case IITDescriptor::BFloat: return Type::getBFloatTy(Context); in DecodeFixedType()
|
H A D | Core.cpp | 711 return (LLVMTypeRef) Type::getBFloatTy(*unwrap(C)); in LLVMBFloatTypeInContext()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Type.h | 449 static Type *getBFloatTy(LLVMContext &C);
|
H A D | IRBuilder.h | 546 Type *getBFloatTy() { in getBFloatTy() function 547 return Type::getBFloatTy(Context); in getBFloatTy()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.cpp | 279 return llvm::Type::getBFloatTy(VMContext); in getTypeForFormat()
|
H A D | CodeGenModule.cpp | 355 BFloatTy = llvm::Type::getBFloatTy(LLVMContext); in CodeGenModule()
|
H A D | CGBuiltin.cpp | 9702 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 D | LLLexer.cpp | 833 TYPEKEYWORD("bfloat", Type::getBFloatTy(Context)); in LexIdentifier()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | AArch64.cpp | 259 llvm::Type::getBFloatTy(getVMContext()), 8); in coerceIllegalVector()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCasts.cpp | 1583 return Type::getBFloatTy(CFP->getContext()); in shrinkFPConstant()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 2475 ResultTy = Type::getBFloatTy(Context); in parseTypeTableBody()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 16666 if (VTy->getElementType() == Type::getBFloatTy(VTy->getContext())) in getSVEContainerIRType()
|