/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | sext-i1.ll | 1 ; 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
|
D | personality.ll | 1 ; 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…
|
D | pr3366.ll | 1 ; RUN: llc < %s -march=x86 -disable-cgp-branch-opts | grep movzbl
|
D | MachineSink-PHIUse.ll | 1 ; RUN: llc < %s -mtriple=x86_64-appel-darwin -disable-cgp-branch-opts -stats |& grep {machine-sink}
|
D | 2010-09-30-CMOV-JumpTable-PHI.ll | 10 ; -cgp-critical-edge-splitting=0 prevents the edge to PHI from being split.
|
/external/skia/src/gpu/ops/ |
D | GrOvalOpFactory.cpp | 114 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/ |
D | sext-i1.ll | 1 ; 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
|
D | pr3366.ll | 1 ; RUN: llc < %s -march=x86 -disable-cgp-branch-opts | grep movzbl
|
D | MachineSink-PHIUse.ll | 2 ; RUN: llc < %s -mtriple=x86_64-appel-darwin -disable-cgp-branch-opts -stats 2>&1 | grep "machine-s…
|
D | fma-do-not-commute.ll | 1 ; RUN: llc -fp-contract=fast -mattr=+fma -disable-cgp < %s -o - | FileCheck %s
|
D | 2012-10-18-crash-dagco.ll | 1 ; RUN: llc -march=x86-64 -mcpu=corei7 -disable-cgp-select2branch < %s
|
D | 2010-09-30-CMOV-JumpTable-PHI.ll | 10 ; -cgp-critical-edge-splitting=0 prevents the edge to PHI from being split.
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | DAGISelEmitter.cpp | 65 PatternSortingPredicate(CodeGenDAGPatterns &cgp) : CGP(cgp) {} in PatternSortingPredicate()
|
D | DAGISelMatcherGen.cpp | 97 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/ |
D | DAGISelEmitter.cpp | 79 PatternSortingPredicate(CodeGenDAGPatterns &cgp) : CGP(cgp) {} in PatternSortingPredicate()
|
/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/ |
D | jumptable.ll | 1 ;RUN: llc --march=cellspu -disable-cgp-branch-opts %s -o - | FileCheck %s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb/ |
D | dyn-stackalloc.ll | 1 ; 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/ |
D | dyn-stackalloc.ll | 1 ; 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/ |
D | tail-dup-subreg-abort.ll | 1 ; RUN: llc -march=hexagon -O2 -disable-cgp < %s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | constants.ll | 1 ; RUN: llc < %s -mtriple=armv4t-unknown-linux-gnueabi -disable-cgp-branch-opts | FileCheck %s
|
/external/llvm/test/CodeGen/NVPTX/ |
D | branch-fold.ll | 1 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_35 -disable-cgp | FileCheck %s
|
/external/llvm/test/CodeGen/ARM/ |
D | taildup-branch-weight.ll | 2 ; RUN: -enable-tail-merge=false -disable-cgp %s -o /dev/null 2>&1 \
|
D | constants.ll | 1 ; RUN: llc < %s -mtriple=armv4t-unknown-linux-gnueabi -disable-cgp-branch-opts -verify-machineinstr…
|
/external/skia/samplecode/ |
D | SampleBigGradient.cpp | 299 MyPort cgp(c2.get()); in onDrawContent() local 300 doDraw(&cgp); in onDrawContent()
|
/external/llvm/test/Transforms/CodeGenPrepare/X86/ |
D | extend-sink-hoist.ll | 1 ; RUN: opt -codegenprepare -disable-cgp-branch-opts -S < %s | FileCheck %s
|