Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.cpp61 static cl::opt<bool> UseAA("riscv-use-aa", cl::init(true),
199 bool RISCVSubtarget::useAA() const { return UseAA; } in useAA()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp51 static cl::opt<bool> UseAA("aarch64-use-aa", cl::init(true),
506 bool AArch64Subtarget::useAA() const { return UseAA; } in useAA()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp54 static cl::opt<bool> UseAA("amdgpu-use-aa-in-codegen", variable
653 bool GCNSubtarget::useAA() const { return UseAA; } in useAA()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp743 bool UseAA = EnableAASchedMI.getNumOccurrences() > 0 ? EnableAASchedMI in buildSchedGraph() local
745 AAForDep = UseAA ? AA : nullptr; in buildSchedGraph()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp27967 bool UseAA = CombinerGlobalAA.getNumOccurrences() > 0 in mayAlias() local
27973 UseAA = false; in mayAlias()
27976 if (UseAA && AA && MUC0.MMO->getValue() && MUC1.MMO->getValue() && Size0 && in mayAlias()