Searched refs:UseAA (Results 1 – 6 of 6) sorted by relevance
50 static cl::opt<bool> UseAA("aarch64-use-aa", cl::init(true),355 bool AArch64Subtarget::useAA() const { return UseAA; } in useAA()
476 bool UseAA = false; variable824 bool useAA() const override { return UseAA; } in useAA()
531 def FeatureUseAA : SubtargetFeature<"use-aa", "UseAA", "true",
61 static cl::opt<bool> UseAA("amdgpu-use-aa-in-codegen", variable766 bool GCNSubtarget::useAA() const { return UseAA; } in useAA()
736 bool UseAA = EnableAASchedMI.getNumOccurrences() > 0 ? EnableAASchedMI in buildSchedGraph() local738 AAForDep = UseAA ? AA : nullptr; in buildSchedGraph()
23105 bool UseAA = CombinerGlobalAA.getNumOccurrences() > 0 in isAlias() local23111 UseAA = false; in isAlias()23114 if (UseAA && AA && MUC0.MMO->getValue() && MUC1.MMO->getValue() && in isAlias()