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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h194 bool UseAA = false; member in class:llvm::final
466 bool useAA() const override { return UseAA; }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h456 bool UseAA = false; member in class:llvm::final
801 bool useAA() const override { return UseAA; }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp733 bool UseAA = EnableAASchedMI.getNumOccurrences() > 0 ? EnableAASchedMI local
735 AAForDep = UseAA ? AA : nullptr;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21833 bool UseAA = CombinerGlobalAA.getNumOccurrences() > 0 local
21839 UseAA = false;
21842 if (UseAA && AA && MUC0.MMO->getValue() && MUC1.MMO->getValue() &&

Completed in 204 milliseconds