Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DType.h146 bool isBFloatTy() const { return getTypeID() == BFloatTyID; } in isBFloatTy() function
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h232 if (Ty->isBFloatTy() && ST->hasBF16()) in isElementTypeLegalForScalableVector()
H A DAArch64TargetTransformInfo.cpp2899 if (Ty->isBFloatTy() || !isElementTypeLegalForScalableVector(Ty)) in isLegalToVectorizeReduction()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp1216 if (CFP->getType()->isHalfTy() || CFP->getType()->isBFloatTy()) in getSequenceIfElementsMatch()
2846 if (Ty->isHalfTy() || Ty->isBFloatTy() || Ty->isFloatTy() || Ty->isDoubleTy()) in isElementTypeCompatible()
2974 assert((ElementType->isHalfTy() || ElementType->isBFloatTy()) && in getFP()
3049 assert((ElementType->isHalfTy() || ElementType->isBFloatTy()) && in getFP()
3098 if (CFP->getType()->isBFloatTy()) { in getSplat()
3204 if (getElementType()->isHalfTy() || getElementType()->isBFloatTy() || in getElementAsConstant()
H A DFunction.cpp1553 case IITDescriptor::BFloat: return !Ty->isBFloatTy(); in matchIntrinsicType()
H A DAutoUpgrade.cpp88 if (F->getReturnType()->getScalarType()->isBFloatTy()) in UpgradeX86BF16Intrinsic()
98 if (F->getFunctionType()->getParamType(1)->getScalarType()->isBFloatTy()) in UpgradeX86BF16DPIntrinsic()
H A DCore.cpp1432 if (Ty->isHalfTy() || Ty->isBFloatTy() || Ty->isFloatTy() || in LLVMConstRealGetDouble()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp1881 if (Ty->isBFloatTy() || Ty->isHalfTy() || Ty->isFloatTy() || Ty->isDoubleTy()) in getValueAsDouble()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1161 if (ImmTy->isBFloatTy() || ImmTy->isHalfTy() || ImmTy->isFloatTy() || in emitDebugValueComment()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3050 else if (CurTy->isBFloatTy()) in parseConstants()
3149 } else if (EltTy->isBFloatTy()) { in parseConstants()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2579 if (Ty->isHalfTy() || Ty->isBFloatTy() || Ty->isFloatTy() || in writeConstants()
/openbsd/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp5707 else if (Ty->isBFloatTy()) in convertValIDToValue()