Home
last modified time | relevance | path

Searched refs:useAA (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetSubtargetInfo.h277 virtual bool useAA() const;
282 return useAA(); in addrSinkUsingGEPs()
DBasicTTIImpl.h282 bool useAA() const { return getST()->useAA(); } in useAA() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblySubtarget.cpp59 bool WebAssemblySubtarget::useAA() const { return true; } in useAA() function in WebAssemblySubtarget
DWebAssemblySubtarget.h91 bool useAA() const override;
/third_party/skia/src/gpu/ops/
DDashOp.cpp343 bool useAA = this->aaMode() != AAMode::kNone; in onPrepareDraws() local
385 if (useAA) { in onPrepareDraws()
418 if (useAA && !lineDone) { in onPrepareDraws()
465 if ((strokeWidth < 1.f && !useAA) || 0.f == strokeWidth) { in onPrepareDraws()
497 if (devIntervals[1] <= 0.f && useAA) { in onPrepareDraws()
543 SkASSERT(useAA); // so that we know bloatX and bloatY have been set in onPrepareDraws()
548 SkASSERT(useAA); // so that we know bloatX and bloatY have been set in onPrepareDraws()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetSubtargetInfo.cpp61 bool TargetSubtargetInfo::useAA() const { in useAA() function in TargetSubtargetInfo
DScheduleDAGInstrs.cpp733 : ST.useAA(); in buildSchedGraph()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.h420 bool useAA() const override { return UseAA; } in useAA() function
450 return useAA() || isTargetILP32(); in addrSinkUsingGEPs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZSubtarget.h105 bool useAA() const override { return true; } in useAA() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCSubtarget.cpp227 bool PPCSubtarget::useAA() const { in useAA() function in PPCSubtarget
DPPCSubtarget.h349 bool useAA() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonSubtarget.h210 bool useAA() const override;
DHexagonSubtarget.cpp311 bool HexagonSubtarget::useAA() const { in useAA() function in HexagonSubtarget
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetTransformInfo.h651 bool useAA() const;
1253 virtual bool useAA() = 0;
1576 bool useAA() override { return Impl.useAA(); } in useAA() function
DTargetTransformInfoImpl.h308 bool useAA() { return false; } in useAA() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h745 bool useAA() const override { return UseAA; } in useAA() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSubtarget.h823 bool useAA() const override { return true; } in useAA() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTargetTransformInfo.cpp372 bool TargetTransformInfo::useAA() const { return TTIImpl->useAA(); } in useAA() function in TargetTransformInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp1022 if (TTI.useAA()) in splitGEP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp20907 : DAG.getSubtarget().useAA(); in isAlias()