/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetSubtargetInfo.h | 277 virtual bool useAA() const; 282 return useAA(); in addrSinkUsingGEPs()
|
D | BasicTTIImpl.h | 282 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/ |
D | WebAssemblySubtarget.cpp | 59 bool WebAssemblySubtarget::useAA() const { return true; } in useAA() function in WebAssemblySubtarget
|
D | WebAssemblySubtarget.h | 91 bool useAA() const override;
|
/third_party/skia/src/gpu/ops/ |
D | DashOp.cpp | 343 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/ |
D | TargetSubtargetInfo.cpp | 61 bool TargetSubtargetInfo::useAA() const { in useAA() function in TargetSubtargetInfo
|
D | ScheduleDAGInstrs.cpp | 733 : ST.useAA(); in buildSchedGraph()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.h | 420 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/ |
D | SystemZSubtarget.h | 105 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/ |
D | PPCSubtarget.cpp | 227 bool PPCSubtarget::useAA() const { in useAA() function in PPCSubtarget
|
D | PPCSubtarget.h | 349 bool useAA() const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonSubtarget.h | 210 bool useAA() const override;
|
D | HexagonSubtarget.cpp | 311 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/ |
D | TargetTransformInfo.h | 651 bool useAA() const; 1253 virtual bool useAA() = 0; 1576 bool useAA() override { return Impl.useAA(); } in useAA() function
|
D | TargetTransformInfoImpl.h | 308 bool useAA() { return false; } in useAA() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86Subtarget.h | 745 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/ |
D | ARMSubtarget.h | 823 bool useAA() const override { return true; } in useAA() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 372 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/ |
D | SeparateConstOffsetFromGEP.cpp | 1022 if (TTI.useAA()) in splitGEP()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 20907 : DAG.getSubtarget().useAA(); in isAlias()
|