HomeSort by relevance Sort by last modified time
    Searched full:useaa (Results 1 - 21 of 21) sorted by null

  /external/llvm/test/CodeGen/AArch64/
aarch64-gep-opt.ll 3 ; RUN: llc -O3 -aarch64-gep-opt=true -print-after=codegenprepare -mcpu=cortex-a53 < %s >%t 2>&1 && FileCheck --check-prefix=CHECK-UseAA <%t %s
8 ; backend. If useAA() returns true, it will lower a GEP with multiple indices
50 ; CHECK-UseAA-LABEL: @test_GEP_CSE(
51 ; CHECK-UseAA: [[PTR0:%[a-zA-Z0-9]+]] = bitcast [240 x %struct]* %string to i8*
52 ; CHECK-UseAA: [[IDX:%[a-zA-Z0-9]+]] = mul i64 %idxprom, 96
53 ; CHECK-UseAA: [[PTR1:%[a-zA-Z0-9]+]] = getelementptr i8, i8* [[PTR0]], i64 [[IDX]]
54 ; CHECK-UseAA: getelementptr i8, i8* [[PTR1]], i64 23052
55 ; CHECK-UseAA: bitcast
56 ; CHECK-UseAA: if.then:
57 ; CHECK-UseAA: getelementptr i8, i8* [[PTR1]], i64 2304
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
ppc64-gep-opt.ll 3 ; RUN: llc -O3 -print-after=codegenprepare -mcpu=pwr7 < %s >%t 2>&1 && FileCheck --check-prefix=CHECK-UseAA <%t %s
8 ; backend. If useAA() returns true, it will lower a GEP with multiple indices
44 ; CHECK-UseAA-LABEL: @test_GEP_CSE(
45 ; CHECK-UseAA: [[PTR0:%[a-zA-Z0-9]+]] = bitcast [240 x %struct]* %string to i8*
46 ; CHECK-UseAA: [[IDX:%[a-zA-Z0-9]+]] = mul i64 %idxprom, 96
47 ; CHECK-UseAA: [[PTR1:%[a-zA-Z0-9]+]] = getelementptr i8, i8* [[PTR0]], i64 [[IDX]]
48 ; CHECK-UseAA: getelementptr i8, i8* [[PTR1]], i64 23052
49 ; CHECK-UseAA: bitcast
50 ; CHECK-UseAA: if.then:
51 ; CHECK-UseAA: getelementptr i8, i8* [[PTR1]], i64 2304
    [all...]
  /external/skia/samplecode/
SampleClipDrawMatch.cpp 89 static void draw_normal_geom(SkCanvas* canvas, const SkPoint& offset, int geom, bool useAA) {
91 p.setAntiAlias(useAA);
161 void drawClippedGeom(SkCanvas* canvas, const SkPoint& offset, bool useAA) {
167 canvas->clipRect(create_rect(offset), SkRegion::kReplace_Op, useAA);
170 canvas->clipRRect(create_rrect(offset), SkRegion::kReplace_Op, useAA);
173 canvas->clipRRect(create_circle(offset), SkRegion::kReplace_Op, useAA);
176 canvas->clipPath(create_convex_path(offset), SkRegion::kReplace_Op, useAA);
179 canvas->clipPath(create_concave_path(offset), SkRegion::kReplace_Op, useAA);
185 canvas->clipRect(create_rect(offset), SkRegion::kIntersect_Op, useAA);
191 canvas->clipRRect(create_rrect(offset), SkRegion::kIntersect_Op, useAA);
    [all...]
  /external/skia/src/gpu/effects/
GrDashingEffect.h 24 const SkMatrix& viewMatrix, const SkPoint pts[2], bool useAA,
GrDashingEffect.cpp 365 // useAA here means Edge AA or MSAA
366 bool useAA = this->aaMode() != kBW_DashAAMode;
411 if (useAA) {
444 if (useAA && !lineDone) {
478 if ((strokeWidth < 1.f && useAA) || 0.f == strokeWidth) {
500 if (devIntervals[1] <= 0.f && useAA) {
546 SkASSERT(useAA); // so that we know bloatX and bloatY have been set
551 SkASSERT(useAA); // so that we know bloatX and bloatY have been set
697 bool useAA, const GrStrokeInfo& strokeInfo, bool msaaRT) {
735 useAA ? kEdgeAA_DashAAMode : kBW_DashAAMode
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblySubtarget.cpp 49 bool WebAssemblySubtarget::useAA() const { return true; }
WebAssemblySubtarget.h 72 bool useAA() const override;
  /external/llvm/lib/Target/
TargetSubtargetInfo.cpp 54 bool TargetSubtargetInfo::useAA() const {
  /external/llvm/lib/Target/SystemZ/
SystemZSubtarget.h 77 bool useAA() const override { return true; }
  /external/llvm/test/CodeGen/X86/
dag-merge-fast-accesses.ll 57 ;; ..but is not currently. See the UseAA FIXME in DAGCombiner.cpp
MergeConsecutiveStores.ll 293 ;; in MergeConsecutiveStores. See UseAA FIXME in DAGCombiner.cpp
  /external/llvm/lib/Target/AArch64/
AArch64Subtarget.h 147 bool useAA() const override { return isCortexA53(); }
  /external/llvm/include/llvm/Target/
TargetSubtargetInfo.h 179 virtual bool useAA() const;
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 207 bool PPCSubtarget::useAA() const {
PPCSubtarget.h 292 bool useAA() const override;
  /external/skia/include/gpu/
GrDrawContext.h 286 bool useAA,
  /external/skia/src/gpu/
GrDrawContext.cpp 721 bool useAA,
732 bool useCoverageAA = useAA &&
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 830 bool UseAA = EnableAASchedMI.getNumOccurrences() > 0 ? EnableAASchedMI
831 : ST.useAA();
832 AliasAnalysis *AAForDep = UseAA ? AA : nullptr;
    [all...]
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 1151 milliseconds