Home
last modified time | relevance | path

Searched refs:hasBF16 (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h213 if (Ty->isBFloatTy() && ST->hasBF16()) in isLegalElementTypeForSVE()
H A DAArch64Subtarget.h474 bool hasBF16() const { return HasBF16; } in hasBF16() function
H A DAArch64ISelDAGToDAG.cpp4172 (VT == MVT::nxv8bf16 && Subtarget->hasBF16())) { in Select()
4189 (VT == MVT::nxv8bf16 && Subtarget->hasBF16())) { in Select()
4206 (VT == MVT::nxv8bf16 && Subtarget->hasBF16())) { in Select()
4816 (VT == MVT::nxv8bf16 && Subtarget->hasBF16())) { in Select()
4833 (VT == MVT::nxv8bf16 && Subtarget->hasBF16())) { in Select()
4850 (VT == MVT::nxv8bf16 && Subtarget->hasBF16())) { in Select()
H A DAArch64ISelLowering.cpp267 if (Subtarget->hasBF16()) in AArch64TargetLowering()
277 if (Subtarget->hasBF16()) in AArch64TargetLowering()
301 if (Subtarget->hasBF16()) { in AArch64TargetLowering()
4253 !static_cast<const AArch64Subtarget &>(DAG.getSubtarget()).hasBF16()) in LowerMGATHER()
4313 !static_cast<const AArch64Subtarget &>(DAG.getSubtarget()).hasBF16()) in LowerMSCATTER()
14267 !static_cast<const AArch64Subtarget &>(DAG.getSubtarget()).hasBF16()) in performLDNT1Combine()
14298 !static_cast<const AArch64Subtarget &>(DAG.getSubtarget()).hasBF16()) in performLD1ReplicateCombine()
14323 !static_cast<const AArch64Subtarget &>(DAG.getSubtarget()).hasBF16()) in performST1Combine()
14353 !static_cast<const AArch64Subtarget &>(DAG.getSubtarget()).hasBF16()) in performSTNT1Combine()
H A DAArch64InstrInfo.td147 def HasBF16 : Predicate<"Subtarget->hasBF16()">,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.h742 bool hasBF16() const { return HasBF16; } in hasBF16() function
H A DX86InstrInfo.td921 def HasBF16 : Predicate<"Subtarget->hasBF16()">;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSubtarget.h733 bool hasBF16() const { return HasBF16; } in hasBF16() function
H A DARMPredicates.td116 def HasBF16 : Predicate<"Subtarget->hasBF16()">,
H A DARMISelLowering.cpp759 if (Subtarget->hasBF16()) { in ARMTargetLowering()
814 if (Subtarget->hasBF16()) { in ARMTargetLowering()