HomeSort by relevance Sort by last modified time
    Searched refs:useAA (Results 26 - 35 of 35) sorted by null

12

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
TargetTransformInfo.cpp 218 bool TargetTransformInfo::useAA() const { return TTIImpl->useAA(); }
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 283 bool useAA() { return false; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 698 bool UseAA = EnableAASchedMI.getNumOccurrences() > 0 ? EnableAASchedMI
699 : ST.useAA();
700 AAForDep = UseAA ? AA : nullptr;
    [all...]
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 852 bool UseAA = EnableAASchedMI.getNumOccurrences() > 0 ? EnableAASchedMI
853 : ST.useAA();
854 AAForDep = UseAA ? AA : nullptr;
    [all...]
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 364 milliseconds

12