Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp50 static cl::opt<bool> UseAA("aarch64-use-aa", cl::init(true),
355 bool AArch64Subtarget::useAA() const { return UseAA; } in useAA()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h476 bool UseAA = false; variable
824 bool useAA() const override { return UseAA; } in useAA()
H A DX86.td531 def FeatureUseAA : SubtargetFeature<"use-aa", "UseAA", "true",
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp61 static cl::opt<bool> UseAA("amdgpu-use-aa-in-codegen", variable
766 bool GCNSubtarget::useAA() const { return UseAA; } in useAA()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp736 bool UseAA = EnableAASchedMI.getNumOccurrences() > 0 ? EnableAASchedMI in buildSchedGraph() local
738 AAForDep = UseAA ? AA : nullptr; in buildSchedGraph()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp23105 bool UseAA = CombinerGlobalAA.getNumOccurrences() > 0 in isAlias() local
23111 UseAA = false; in isAlias()
23114 if (UseAA && AA && MUC0.MMO->getValue() && MUC1.MMO->getValue() && in isAlias()