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

/external/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h75 bool UseAA = false; member in class:llvm::AArch64Subtarget
226 bool useAA() const override { return UseAA; }
/external/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp852 bool UseAA = EnableAASchedMI.getNumOccurrences() > 0 ? EnableAASchedMI local
854 AAForDep = UseAA ? AA : nullptr;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1601 bool UseAA = CombinerAA.getNumOccurrences() > 0 ? CombinerAA local
1603 return CombineTo(N, Result, UseAA /*add to worklist*/);
10124 bool UseAA = CombinerAA.getNumOccurrences() > 0 ? CombinerAA local
10129 UseAA = false;
10131 if (UseAA && LD->isUnindexed()) {
11324 bool UseAA = CombinerAA.getNumOccurrences() > 0 ? CombinerAA local
11326 if (UseAA) {
11380 bool UseAA = CombinerAA.getNumOccurrences() > 0 ? CombinerAA local
11383 if (UseAA) {
11550 bool UseAA
14814 bool UseAA = CombinerGlobalAA.getNumOccurrences() > 0 local
[all...]

Completed in 147 milliseconds