HomeSort by: relevance | last modified time | path
    Searched refs:UseAA (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp 62 static cl::opt<bool> UseAA("aarch64-use-aa", cl::init(true),
386 bool AArch64Subtarget::useAA() const { return UseAA; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86Subtarget.h 472 bool UseAA = false;
819 bool useAA() const override { return UseAA; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.cpp 61 static cl::opt<bool> UseAA("amdgpu-use-aa-in-codegen",
663 bool GCNSubtarget::useAA() const { return UseAA; }
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 736 bool UseAA = EnableAASchedMI.getNumOccurrences() > 0 ? EnableAASchedMI
737 : ST.useAA();
738 AAForDep = UseAA ? AA : nullptr;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 22826 bool UseAA = CombinerGlobalAA.getNumOccurrences() > 0
22828 : DAG.getSubtarget().useAA();
22832 UseAA = false;
22835 if (UseAA && AA && MUC0.MMO->getValue() && MUC1.MMO->getValue() &&

Completed in 63 milliseconds