Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.h453 bool hasBF16() const { return HasBF16; } in hasBF16() function
DAArch64ISelDAGToDAG.cpp4130 (VT == MVT::nxv8bf16 && Subtarget->hasBF16())) { in Select()
4147 (VT == MVT::nxv8bf16 && Subtarget->hasBF16())) { in Select()
4164 (VT == MVT::nxv8bf16 && Subtarget->hasBF16())) { in Select()
4774 (VT == MVT::nxv8bf16 && Subtarget->hasBF16())) { in Select()
4791 (VT == MVT::nxv8bf16 && Subtarget->hasBF16())) { in Select()
4808 (VT == MVT::nxv8bf16 && Subtarget->hasBF16())) { in Select()
DAArch64ISelLowering.cpp242 if (Subtarget->hasBF16()) in AArch64TargetLowering()
252 if (Subtarget->hasBF16()) in AArch64TargetLowering()
276 if (Subtarget->hasBF16()) { in AArch64TargetLowering()
3905 !static_cast<const AArch64Subtarget &>(DAG.getSubtarget()).hasBF16()) in LowerMGATHER()
3960 !static_cast<const AArch64Subtarget &>(DAG.getSubtarget()).hasBF16()) in LowerMSCATTER()
13598 !static_cast<const AArch64Subtarget &>(DAG.getSubtarget()).hasBF16()) in performLDNT1Combine()
13629 !static_cast<const AArch64Subtarget &>(DAG.getSubtarget()).hasBF16()) in performLD1ReplicateCombine()
13654 !static_cast<const AArch64Subtarget &>(DAG.getSubtarget()).hasBF16()) in performST1Combine()
13684 !static_cast<const AArch64Subtarget &>(DAG.getSubtarget()).hasBF16()) in performSTNT1Combine()
DAArch64InstrInfo.td144 def HasBF16 : Predicate<"Subtarget->hasBF16()">,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h691 bool hasBF16() const { return HasBF16; } in hasBF16() function
DX86InstrInfo.td886 def HasBF16 : Predicate<"Subtarget->hasBF16()">;
/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.h733 bool hasBF16() const { return HasBF16; } in hasBF16() function
DX86InstrInfo.td912 def HasBF16 : Predicate<"Subtarget->hasBF16()">;
/external/llvm-project/llvm/lib/Target/ARM/
DARMSubtarget.h710 bool hasBF16() const { return HasBF16; } in hasBF16() function
DARMPredicates.td114 def HasBF16 : Predicate<"Subtarget->hasBF16()">,
DARMISelLowering.cpp753 if (Subtarget->hasBF16()) { in ARMTargetLowering()
808 if (Subtarget->hasBF16()) { in ARMTargetLowering()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenFastISel.inc3154 if ((Subtarget->hasBF16()) && (Subtarget->hasVLX())) {
3163 if ((Subtarget->hasBF16()) && (Subtarget->hasVLX())) {
3172 if ((Subtarget->hasBF16())) {
11079 if ((Subtarget->hasBF16()) && (Subtarget->hasVLX())) {
11088 if ((Subtarget->hasBF16()) && (Subtarget->hasVLX())) {
11097 if ((Subtarget->hasBF16())) {
DX86GenGlobalISel.inc227 if (Subtarget->hasBF16())