HomeSort by: relevance | last modified time | path
    Searched refs:useAA (Results 1 - 22 of 22) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblySubtarget.cpp 61 bool WebAssemblySubtarget::useAA() const { return true; }
WebAssemblySubtarget.h 87 bool useAA() const override;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TargetSubtargetInfo.cpp 60 bool TargetSubtargetInfo::useAA() const {
ScheduleDAGInstrs.cpp 736 bool UseAA = EnableAASchedMI.getNumOccurrences() > 0 ? EnableAASchedMI
737 : ST.useAA();
738 AAForDep = UseAA ? AA : nullptr;
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetSubtargetInfo.h 282 virtual bool useAA() const;
287 return useAA();
BasicTTIImpl.h 352 bool useAA() const { return getST()->useAA(); }
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZSubtarget.h 116 bool useAA() const override { return true; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 223 bool PPCSubtarget::useAA() const {
PPCSubtarget.h 366 bool useAA() const override;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64Subtarget.h 498 bool useAA() const override;
534 return useAA() || isTargetILP32();
AArch64Subtarget.cpp 62 static cl::opt<bool> UseAA("aarch64-use-aa", cl::init(true),
386 bool AArch64Subtarget::useAA() const { return UseAA; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonSubtarget.h 266 bool useAA() const override;
HexagonSubtarget.cpp 381 bool HexagonSubtarget::useAA() const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
GCNSubtarget.h 762 bool useAA() const override;
AMDGPUSubtarget.cpp 61 static cl::opt<bool> UseAA("amdgpu-use-aa-in-codegen",
663 bool GCNSubtarget::useAA() const { return UseAA; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMSubtarget.h 867 bool useAA() const override { return true; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86Subtarget.h 472 bool UseAA = false;
819 bool useAA() const override { return UseAA; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h 706 bool useAA() const;
1529 virtual bool useAA() = 0;
1923 bool useAA() override { return Impl.useAA(); }
TargetTransformInfoImpl.h 290 bool useAA() const { return false; }
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
TargetTransformInfo.cpp 446 bool TargetTransformInfo::useAA() const { return TTIImpl->useAA(); }
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp 1053 if (TTI.useAA())
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 22826 bool UseAA = CombinerGlobalAA.getNumOccurrences() > 0
22828 : DAG.getSubtarget().useAA();
22832 UseAA = false;
22835 if (UseAA && AA && MUC0.MMO->getValue() && MUC1.MMO->getValue() &&

Completed in 65 milliseconds