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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h175 bool UseAA = false; member in class:llvm::final
421 bool useAA() const override { return UseAA; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h438 bool UseAA = false; member in class:llvm::final
768 bool useAA() const override { return UseAA; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp732 bool UseAA = EnableAASchedMI.getNumOccurrences() > 0 ? EnableAASchedMI local
734 AAForDep = UseAA ? AA : nullptr;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20910 bool UseAA = CombinerGlobalAA.getNumOccurrences() > 0 local
20916 UseAA = false;
20919 if (UseAA && AA && MUC0.MMO->getValue() && MUC1.MMO->getValue()) {

Completed in 254 milliseconds