Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp62 static cl::opt<bool> UseAA("aarch64-use-aa", cl::init(true),
386 bool AArch64Subtarget::useAA() const { return UseAA; } in useAA()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.h472 bool UseAA = false; variable
819 bool useAA() const override { return UseAA; } in useAA()
H A DX86.td526 def FeatureUseAA : SubtargetFeature<"use-aa", "UseAA", "true",
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp61 static cl::opt<bool> UseAA("amdgpu-use-aa-in-codegen", variable
663 bool GCNSubtarget::useAA() const { return UseAA; } in useAA()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp736 bool UseAA = EnableAASchedMI.getNumOccurrences() > 0 ? EnableAASchedMI in buildSchedGraph() local
738 AAForDep = UseAA ? AA : nullptr; in buildSchedGraph()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp22826 bool UseAA = CombinerGlobalAA.getNumOccurrences() > 0 in isAlias() local
22832 UseAA = false; in isAlias()
22835 if (UseAA && AA && MUC0.MMO->getValue() && MUC1.MMO->getValue() && in isAlias()