Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h155 bool UseAA = false; variable
382 bool useAA() const override { return UseAA; } in useAA()
H A DAArch64.td139 def FeatureUseAA : SubtargetFeature<"use-aa", "UseAA", "true",
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMSubtarget.h206 bool UseAA = false; variable
763 bool useAA() const override { return UseAA; } in useAA()
H A DARM.td363 def FeatureUseAA : SubtargetFeature<"use-aa", "UseAA", "true",
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp710 bool UseAA = EnableAASchedMI.getNumOccurrences() > 0 ? EnableAASchedMI in buildSchedGraph() local
712 AAForDep = UseAA ? AA : nullptr; in buildSchedGraph()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19105 bool UseAA = CombinerGlobalAA.getNumOccurrences() > 0 in isAlias() local
19111 UseAA = false; in isAlias()
19114 if (UseAA && AA && in isAlias()