Home
last modified time | relevance | path

Searched refs:cgp (Results 1 – 25 of 38) sorted by relevance

12

/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dsext-i1.ll1 ; RUN: llc < %s -march=x86 -disable-cgp-branch-opts | FileCheck %s -check-prefix=32
2 ; RUN: llc < %s -march=x86-64 -disable-cgp-branch-opts | FileCheck %s -check-prefix=64
Dpersonality.ll1 ; RUN: llc < %s -disable-cfi -mtriple=x86_64-apple-darwin9 -disable-cgp-branch-opts | FileCheck %s …
2 ; RUN: llc < %s -disable-cfi -mtriple=i386-apple-darwin9 -disable-cgp-branch-opts | FileCheck %s -c…
Dpr3366.ll1 ; RUN: llc < %s -march=x86 -disable-cgp-branch-opts | grep movzbl
DMachineSink-PHIUse.ll1 ; RUN: llc < %s -mtriple=x86_64-appel-darwin -disable-cgp-branch-opts -stats |& grep {machine-sink}
D2010-09-30-CMOV-JumpTable-PHI.ll10 ; -cgp-critical-edge-splitting=0 prevents the edge to PHI from being split.
/external/skia/src/gpu/ops/
DGrOvalOpFactory.cpp114 const CircleGeometryProcessor& cgp = args.fGP.cast<CircleGeometryProcessor>(); in onEmitCode() local
121 varyingHandler->emitAttributes(cgp); in onEmitCode()
123 varyingHandler->addPassThroughAttribute(cgp.fInCircleEdge, "circleEdge", in onEmitCode()
125 if (cgp.fInClipPlane) { in onEmitCode()
127 varyingHandler->addPassThroughAttribute(cgp.fInClipPlane, "clipPlane"); in onEmitCode()
129 if (cgp.fInIsectPlane) { in onEmitCode()
130 SkASSERT(cgp.fInClipPlane); in onEmitCode()
132 varyingHandler->addPassThroughAttribute(cgp.fInIsectPlane, "isectPlane"); in onEmitCode()
134 if (cgp.fInUnionPlane) { in onEmitCode()
135 SkASSERT(cgp.fInClipPlane); in onEmitCode()
[all …]
/external/llvm/test/CodeGen/X86/
Dsext-i1.ll1 ; RUN: llc < %s -march=x86 -disable-cgp-branch-opts | FileCheck %s -check-prefix=32
2 ; RUN: llc < %s -march=x86-64 -disable-cgp-branch-opts | FileCheck %s -check-prefix=64
Dpr3366.ll1 ; RUN: llc < %s -march=x86 -disable-cgp-branch-opts | grep movzbl
DMachineSink-PHIUse.ll2 ; RUN: llc < %s -mtriple=x86_64-appel-darwin -disable-cgp-branch-opts -stats 2>&1 | grep "machine-s…
Dfma-do-not-commute.ll1 ; RUN: llc -fp-contract=fast -mattr=+fma -disable-cgp < %s -o - | FileCheck %s
D2012-10-18-crash-dagco.ll1 ; RUN: llc -march=x86-64 -mcpu=corei7 -disable-cgp-select2branch < %s
D2010-09-30-CMOV-JumpTable-PHI.ll10 ; -cgp-critical-edge-splitting=0 prevents the edge to PHI from being split.
/external/swiftshader/third_party/LLVM/utils/TableGen/
DDAGISelEmitter.cpp65 PatternSortingPredicate(CodeGenDAGPatterns &cgp) : CGP(cgp) {} in PatternSortingPredicate()
DDAGISelMatcherGen.cpp97 MatcherGen(const PatternToMatch &pattern, const CodeGenDAGPatterns &cgp);
144 const CodeGenDAGPatterns &cgp) in MatcherGen() argument
145 : Pattern(pattern), CGP(cgp), NextRecordedOperandNo(0), in MatcherGen()
/external/llvm/utils/TableGen/
DDAGISelEmitter.cpp79 PatternSortingPredicate(CodeGenDAGPatterns &cgp) : CGP(cgp) {} in PatternSortingPredicate()
/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/
Djumptable.ll1 ;RUN: llc --march=cellspu -disable-cgp-branch-opts %s -o - | FileCheck %s
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb/
Ddyn-stackalloc.ll1 ; RUN: llc < %s -mtriple=thumb-apple-darwin -disable-cgp-branch-opts -disable-post-ra | FileCheck %s
2 ; RUN: llc < %s -mtriple=thumb-apple-darwin -disable-cgp-branch-opts -disable-post-ra -regalloc=bas…
/external/llvm/test/CodeGen/Thumb/
Ddyn-stackalloc.ll1 ; RUN: llc < %s -mtriple=thumb-apple-darwin -disable-cgp-branch-opts -disable-post-ra -verify-machi…
2 ; RUN: llc < %s -mtriple=thumb-apple-darwin -disable-cgp-branch-opts -disable-post-ra -regalloc=bas…
/external/llvm/test/CodeGen/Hexagon/
Dtail-dup-subreg-abort.ll1 ; RUN: llc -march=hexagon -O2 -disable-cgp < %s
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
Dconstants.ll1 ; RUN: llc < %s -mtriple=armv4t-unknown-linux-gnueabi -disable-cgp-branch-opts | FileCheck %s
/external/llvm/test/CodeGen/NVPTX/
Dbranch-fold.ll1 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_35 -disable-cgp | FileCheck %s
/external/llvm/test/CodeGen/ARM/
Dtaildup-branch-weight.ll2 ; RUN: -enable-tail-merge=false -disable-cgp %s -o /dev/null 2>&1 \
Dconstants.ll1 ; RUN: llc < %s -mtriple=armv4t-unknown-linux-gnueabi -disable-cgp-branch-opts -verify-machineinstr…
/external/skia/samplecode/
DSampleBigGradient.cpp299 MyPort cgp(c2.get()); in onDrawContent() local
300 doDraw(&cgp); in onDrawContent()
/external/llvm/test/Transforms/CodeGenPrepare/X86/
Dextend-sink-hoist.ll1 ; RUN: opt -codegenprepare -disable-cgp-branch-opts -S < %s | FileCheck %s

12