Searched refs:SHRINK (Results 1 – 9 of 9) sorted by relevance
5 ; RUN: FileCheck %s -check-prefix=SHRINK-WRAP-STATIC9 ; RUN: FileCheck %s -check-prefix=NO-SHRINK-WRAP-STATIC13 ; RUN: FileCheck %s -check-prefix=SHRINK-WRAP-PIC17 ; RUN: FileCheck %s -check-prefix=NO-SHRINK-WRAP-PIC21 ; RUN: FileCheck %s -check-prefix=SHRINK-WRAP-64-STATIC25 ; RUN: FileCheck %s -check-prefix=NO-SHRINK-WRAP-64-STATIC29 ; RUN: FileCheck %s -check-prefix=SHRINK-WRAP-64-PIC33 ; RUN: FileCheck %s -check-prefix=NO-SHRINK-WRAP-64-PIC38 ; SHRINK-WRAP-STATIC-LABEL: foo:39 ; SHRINK-WRAP-STATIC: # %bb.0: # %entry[all …]
3 ; RUN: opt < %s -instcombine -S | FileCheck %s -check-prefix=NO-FLOAT-SHRINK4 …: opt < %s -instcombine -enable-double-float-shrink -S | FileCheck %s -check-prefix=DO-FLOAT-SHRINK13 ; 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)
2 … %s -instcombine -S | FileCheck %s --check-prefixes=ANY,NO-FLOAT-SHRINK3 … %s -instcombine -enable-double-float-shrink -S | FileCheck %s --check-prefixes=ANY,DO-FLOAT-SHRINK274 ; NO-FLOAT-SHRINK-LABEL: @negated_and_shrinkable_libcall(275 ; NO-FLOAT-SHRINK-NEXT: [[CONV1:%.*]] = fpext float [[F:%.*]] to double276 ; NO-FLOAT-SHRINK-NEXT: [[COS1:%.*]] = call double @cos(double [[CONV1]])277 ; NO-FLOAT-SHRINK-NEXT: [[CONV2:%.*]] = fptrunc double [[COS1]] to float278 ; 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 …]
66 SHRINK, // Shrink an existing sequence of transformations with respect to an enumerator414 return {FuzzActions::SHRINK, 0}; in ParseFlags()726 case FuzzActions::SHRINK: { in main()
35 pub const SHRINK: Self = CompressionMethod::Unsupported(1); constant
68 SHRINK, // Shrink an existing sequence of transformations with respect to an enumerator436 return {FuzzActions::SHRINK, 0}; in ParseFlags()784 case FuzzActions::SHRINK: { in main()
2115 #define SHRINK if ((ctxt->progressive == 0) && \ macro4206 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 …]
308 #define SHRINK if ((ctxt->input->cur - ctxt->input->base > 2 * INPUT_CHUNK) && \ macro3087 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()