Home
last modified time | relevance | path

Searched refs:UseAA (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h174 bool UseAA = false; variable
420 bool useAA() const override { return UseAA; } in useAA()
DAArch64.td154 def FeatureUseAA : SubtargetFeature<"use-aa", "UseAA", "true",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h428 bool UseAA = false; variable
745 bool useAA() const override { return UseAA; } in useAA()
DX86.td469 def FeatureUseAA : SubtargetFeature<"use-aa", "UseAA", "true",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp732 bool UseAA = EnableAASchedMI.getNumOccurrences() > 0 ? EnableAASchedMI in buildSchedGraph() local
734 AAForDep = UseAA ? AA : nullptr; in buildSchedGraph()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp20905 bool UseAA = CombinerGlobalAA.getNumOccurrences() > 0 in isAlias() local
20911 UseAA = false; in isAlias()
20914 if (UseAA && AA && MUC0.MMO->getValue() && MUC1.MMO->getValue()) { in isAlias()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc23206 if (Bits[X86::FeatureUseAA]) UseAA = true;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenSubtargetInfo.inc19301 if (Bits[AArch64::FeatureUseAA]) UseAA = true;