Home
last modified time | relevance | path

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

/external/llvm-project/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/llvm-project/llvm/test/Transforms/InstCombine/
Dcos-1.ll2 … %s -instcombine -S | FileCheck %s --check-prefixes=ANY,NO-FLOAT-SHRINK
3 … %s -instcombine -enable-double-float-shrink -S | FileCheck %s --check-prefixes=ANY,DO-FLOAT-SHRINK
274 ; NO-FLOAT-SHRINK-LABEL: @negated_and_shrinkable_libcall(
275 ; NO-FLOAT-SHRINK-NEXT: [[CONV1:%.*]] = fpext float [[F:%.*]] to double
276 ; NO-FLOAT-SHRINK-NEXT: [[COS1:%.*]] = call double @cos(double [[CONV1]])
277 ; NO-FLOAT-SHRINK-NEXT: [[CONV2:%.*]] = fptrunc double [[COS1]] to float
278 ; NO-FLOAT-SHRINK-NEXT: ret float [[CONV2]]
280 ; DO-FLOAT-SHRINK-LABEL: @negated_and_shrinkable_libcall(
281 ; DO-FLOAT-SHRINK-NEXT: [[COSF:%.*]] = call float @cosf(float [[F:%.*]])
282 ; DO-FLOAT-SHRINK-NEXT: ret float [[COSF]]
[all …]
/external/deqp-deps/SPIRV-Tools/tools/fuzz/
Dfuzz.cpp66 SHRINK, // Shrink an existing sequence of transformations with respect to an enumerator
414 return {FuzzActions::SHRINK, 0}; in ParseFlags()
726 case FuzzActions::SHRINK: { in main()
/external/swiftshader/third_party/SPIRV-Tools/tools/fuzz/
Dfuzz.cpp66 SHRINK, // Shrink an existing sequence of transformations with respect to an enumerator
414 return {FuzzActions::SHRINK, 0}; in ParseFlags()
726 case FuzzActions::SHRINK: { in main()
/external/rust/crates/zip/src/
Dcompression.rs35 pub const SHRINK: Self = CompressionMethod::Unsupported(1); constant
/external/angle/third_party/vulkan-deps/spirv-tools/src/tools/fuzz/
Dfuzz.cpp68 SHRINK, // Shrink an existing sequence of transformations with respect to an enumerator
436 return {FuzzActions::SHRINK, 0}; in ParseFlags()
784 case FuzzActions::SHRINK: { in main()
/external/libxml2/
Dparser.c2115 #define SHRINK if ((ctxt->progressive == 0) && \ macro
4206 SHRINK; in xmlParseSystemLiteral()
4248 SHRINK; in xmlParseSystemLiteral()
4261 SHRINK; in xmlParseSystemLiteral()
4296 SHRINK; in xmlParsePubidLiteral()
4336 SHRINK; in xmlParsePubidLiteral()
4348 SHRINK; in xmlParsePubidLiteral()
4426 SHRINK; in xmlParseCharData()
4547 SHRINK; in xmlParseCharData()
4576 SHRINK; in xmlParseCharDataComplex()
[all …]
DHTMLparser.c308 #define SHRINK if ((ctxt->input->cur - ctxt->input->base > 2 * INPUT_CHUNK) && \ macro
3087 SHRINK; in htmlParseScript()
3178 SHRINK; in htmlParseCharDataInternal()
3217 SHRINK; in htmlParseCharDataInternal()
3222 SHRINK; in htmlParseCharDataInternal()
3356 SHRINK; in htmlParsePI()
3419 SHRINK; in htmlParsePI()
3475 SHRINK; in htmlParseComment()
3500 SHRINK; in htmlParseComment()