Home
last modified time | relevance | path

Searched refs:SHRINK (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Dshrink-wrapping.ll5 ; RUN: FileCheck %s -check-prefix=SHRINK-WRAP-STATIC
9 ; RUN: FileCheck %s -check-prefix=NO-SHRINK-WRAP-STATIC
13 ; RUN: FileCheck %s -check-prefix=SHRINK-WRAP-PIC
17 ; RUN: FileCheck %s -check-prefix=NO-SHRINK-WRAP-PIC
21 ; RUN: FileCheck %s -check-prefix=SHRINK-WRAP-64-STATIC
25 ; RUN: FileCheck %s -check-prefix=NO-SHRINK-WRAP-64-STATIC
29 ; RUN: FileCheck %s -check-prefix=SHRINK-WRAP-64-PIC
33 ; RUN: FileCheck %s -check-prefix=NO-SHRINK-WRAP-64-PIC
38 ; SHRINK-WRAP-STATIC-LABEL: foo:
39 ; SHRINK-WRAP-STATIC: # %bb.0: # %entry
[all …]
/external/llvm/test/Transforms/InstCombine/
Dcos-1.ll3 ; RUN: opt < %s -instcombine -S | FileCheck %s -check-prefix=NO-FLOAT-SHRINK
4 …: opt < %s -instcombine -enable-double-float-shrink -S | FileCheck %s -check-prefix=DO-FLOAT-SHRINK
13 ; NO-FLOAT-SHRINK-LABEL: @test_simplify1(
16 ; NO-FLOAT-SHRINK: call double @cos(double %d)
21 ; DO-FLOAT-SHRINK-LABEL: @test_simplify2(
26 ; DO-FLOAT-SHRINK: call float @cosf(float %f)
31 ; NO-FLOAT-SHRINK-LABEL: @test_simplify3(
35 ; NO-FLOAT-SHRINK: call double @cos(double %conv1)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dcos-1.ll3 ; RUN: opt < %s -instcombine -S | FileCheck %s -check-prefix=NO-FLOAT-SHRINK
4 …: opt < %s -instcombine -enable-double-float-shrink -S | FileCheck %s -check-prefix=DO-FLOAT-SHRINK
13 ; NO-FLOAT-SHRINK-LABEL: @test_simplify1(
16 ; NO-FLOAT-SHRINK: call double @cos(double %d)
21 ; DO-FLOAT-SHRINK-LABEL: @test_simplify2(
26 ; DO-FLOAT-SHRINK: call float @cosf(float %f)
31 ; NO-FLOAT-SHRINK-LABEL: @test_simplify3(
35 ; NO-FLOAT-SHRINK: call double @cos(double %conv1)
/external/libxml2/
Dparser.c2062 #define SHRINK if ((ctxt->progressive == 0) && \ macro
4144 SHRINK; in xmlParseSystemLiteral()
4198 SHRINK; in xmlParseSystemLiteral()
4233 SHRINK; in xmlParsePubidLiteral()
4284 SHRINK; in xmlParsePubidLiteral()
4362 SHRINK; in xmlParseCharData()
4483 SHRINK; in xmlParseCharData()
4512 SHRINK; in xmlParseCharDataComplex()
4614 SHRINK; in xmlParseExternalID()
4768 SHRINK; in xmlParseCommentComplex()
[all …]
DHTMLparser.c308 #define SHRINK if ((ctxt->input->cur - ctxt->input->base > 2 * INPUT_CHUNK) && \ macro
2927 SHRINK; in htmlParseScript()
3019 SHRINK; in htmlParseCharDataInternal()
3056 SHRINK; in htmlParseCharDataInternal()
3061 SHRINK; in htmlParseCharDataInternal()
3195 SHRINK; in htmlParsePI()
3252 SHRINK; in htmlParsePI()
3307 SHRINK; in htmlParseComment()
3350 SHRINK; in htmlParseComment()