Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.cpp57 static cl::opt<bool> UseAA("riscv-use-aa", cl::init(true),
194 bool RISCVSubtarget::useAA() const { return UseAA; } in useAA()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp52 static cl::opt<bool> UseAA("aarch64-use-aa", cl::init(true),
553 bool AArch64Subtarget::useAA() const { return UseAA; } in useAA()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp55 static cl::opt<bool> UseAA("amdgpu-use-aa-in-codegen", variable
689 bool GCNSubtarget::useAA() const { return UseAA; } in useAA()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp745 bool UseAA = EnableAASchedMI.getNumOccurrences() > 0 ? EnableAASchedMI in buildSchedGraph() local
747 AAForDep = UseAA ? AA : nullptr; in buildSchedGraph()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp28371 bool UseAA = CombinerGlobalAA.getNumOccurrences() > 0 in mayAlias() local
28377 UseAA = false; in mayAlias()
28380 if (UseAA && AA && MUC0.MMO->getValue() && MUC1.MMO->getValue() && in mayAlias()