Searched refs:greedy (Results 1 – 25 of 73) sorted by relevance
123
10 : 'return' (options {greedy=false;}:.)* ';'38 : '/*' (options {greedy=false;} : . )* '*/'43 : '//' (options {greedy=false;} : . )* '\n'48 : '"' (options {greedy=false;}: ESC | .)* '"'52 : '\'' (options {greedy=false;}: ESC | .)* '\''
213 // Fuzzy.g:10:2: ( 'return' ( options {greedy=false; } : . )* ';' ) // ruleBlockSingleAlt214 // Fuzzy.g:10:4: 'return' ( options {greedy=false; } : . )* ';' // alt1166 // Fuzzy.g:38:5: ( '/*' ( options {greedy=false; } : . )* '*/' ) // ruleBlockSingleAlt1167 // Fuzzy.g:38:9: '/*' ( options {greedy=false; } : . )* '*/' // alt1245 // Fuzzy.g:43:5: ( '//' ( options {greedy=false; } : . )* '\\n' ) // ruleBlockSingleAlt1246 // Fuzzy.g:43:9: '//' ( options {greedy=false; } : . )* '\\n' // alt1315 // Fuzzy.g:48:2: ( '\"' ( options {greedy=false; } : ESC | . )* '\"' ) // ruleBlockSingleAlt1316 // Fuzzy.g:48:4: '\"' ( options {greedy=false; } : ESC | . )* '\"' // alt1405 … // Fuzzy.g:52:2: ( '\\'' ( options {greedy=false; } : ESC | . )* '\\'' ) // ruleBlockSingleAlt1406 // Fuzzy.g:52:4: '\\'' ( options {greedy=false; } : ESC | . )* '\\'' // alt
13 : 'return' (options {greedy=false;}:.)* ';'22 : '/*' (options {greedy=false;} : . )* '*/'26 : '"' (options {greedy=false;}: ESC | .)* '"'30 : '\'' (options {greedy=false;}: ESC | .)* '\''
21 : 'return' (options {greedy=false;}:.)* ';'49 : '/*' (options {greedy=false;} : . )* '*/'54 : '//' (options {greedy=false;} : . )* '\n'59 : '"' (options {greedy=false;}: ESC | .)* '"'63 : '\'' (options {greedy=false;}: ESC | .)* '\''
44 fragment INTERNAL_DTD : '[' (options {greedy=false;} : .)* ']' ;98 : '<!--' (options {greedy=false;} : .)* '-->'102 : '<![CDATA[' (options {greedy=false;} : .)* ']]>'115 ( options {greedy=true;} : LETTER | '0'..'9' | '.' | '-' | '_' | ':' )*
20 : 'return' (options {greedy=false;}:.)* ';'48 : '/*' (options {greedy=false;} : . )* '*/'53 : '//' (options {greedy=false;} : . )* '\n'58 : '"' (options {greedy=false;}: ESC | .)* '"'62 : '\'' (options {greedy=false;}: ESC | .)* '\''
39 fragment INTERNAL_DTD : '[' (options {greedy=false;} : .)* ']' ;93 : '<!--' (options {greedy=false;} : .)* '-->'97 : '<![CDATA[' (options {greedy=false;} : .)* ']]>'110 ( options {greedy=true;} : LETTER | '0'..'9' | '.' | '-' | '_' | ':' )*
100 : defparameter (options {greedy=true;}:COMMA defparameter)*120 : fpdef (options {greedy=true;}:COMMA fpdef)* (COMMA)?129 : small_stmt (options {greedy=true;}:SEMI small_stmt)* (SEMI)? NEWLINE311 : atom (trailer)* (options {greedy=true;}:DOUBLESTAR factor)?326 listmaker: test ( list_for | (options {greedy=true;}:COMMA test)* ) (COMMA)?338 : subscript (options {greedy=true;}:COMMA subscript)* (COMMA)?512 /** Match various string types. Note that greedy=false implies '''517 ( '\'\'\'' (options {greedy=false;}:.)* '\'\'\''518 | '"""' (options {greedy=false;}:.)* '"""'
140 ( options {greedy=false;}152 ( options {greedy=false;}166 ( options {greedy=false; k=3;}
1 ; RUN: llc -regalloc=greedy -mtriple=x86_64-pc-windows-msvc < %s -o - | FileCheck %s3 ; This test checks for proper handling of a condition where the greedy register
1 ; RUN: llc -regalloc=greedy -relocation-model=pic < %s 2>&1 | FileCheck %s7 ; XXX: not llc -regalloc=greedy -relocation-model=pic -lcr-max-depth=0 < %s 2>&1 | FileCheck %s --…10 ; XXX: not llc -regalloc=greedy -relocation-model=pic -lcr-max-interf=1 < %s 2>&1 | FileCheck %s -…13 ; RUN: llc -regalloc=greedy -relocation-model=pic -lcr-max-interf=1 -lcr-max-depth=0 -exhaustive-re…
3 ; RUN: llc < %s -mtriple=x86_64-linux -regalloc=greedy | FileCheck %s
3 ; RUN: not llc -march x86 -regalloc=greedy < %s 2> %t3
1 ; RUN: llc -O1 -regalloc=greedy -mtriple=x86_64-apple-macosx -march x86-64 < %s -o - | FileCheck %s
3 ; RUN: llc < %s -march=x86 -regalloc=greedy -no-integrated-as | FileCheck %s
4 ; The greedy register allocator uses a single CSR here, invalidating the test.
1 ; RUN: llc < %s -regalloc=greedy -mcpu=cortex-a8 -relocation-model=pic -disable-fp-elim -verify-mac…3 ; ARM tests that crash or fail with the greedy register allocator.
2 ; RUN: llc < %s -march=bfin -join-liveintervals=0 -verify-machineinstrs -regalloc=greedy
2 ; RUN: llc < %s -mtriple=x86_64-linux -regalloc=greedy | FileCheck %s
4 ; RUN: llc < %s -march=x86 -regalloc=greedy | FileCheck %s
45 | '/*' ( options {greedy=false;} : . )* '*/' {skip();}
2 # RUN: llc -O0 -run-pass=regbankselect -global-isel %s -regbankselect-greedy -o - 2>&1 | FileCheck …239 # Check that the greedy mode is able to switch the284 # Check that the greedy mode is able to switch the