Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp52 static cl::opt<bool> UseAA("aarch64-use-aa", cl::init(true),
467 bool AArch64Subtarget::useAA() const { return UseAA; } in useAA()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp53 static cl::opt<bool> UseAA("amdgpu-use-aa-in-codegen", variable
621 bool GCNSubtarget::useAA() const { return UseAA; } in useAA()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp732 bool UseAA = EnableAASchedMI.getNumOccurrences() > 0 ? EnableAASchedMI in buildSchedGraph() local
734 AAForDep = UseAA ? AA : nullptr; in buildSchedGraph()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp26136 bool UseAA = CombinerGlobalAA.getNumOccurrences() > 0 in mayAlias() local
26142 UseAA = false; in mayAlias()
26145 if (UseAA && AA && MUC0.MMO->getValue() && MUC1.MMO->getValue() && Size0 && in mayAlias()