Home
last modified time | relevance | path

Searched refs:REGULAR (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/CodeGen/AArch64/
Darm64-promote-const.ll4 ; The REGULAR run just checks that the inputs passed to promote const expose
6 …disable-machine-cse -aarch64-promote-const=false -mcpu=cyclone | FileCheck -check-prefix=REGULAR %s
21 ; REGULAR-LABEL: test1:
24 ; REGULAR: adrp [[PAGEADDR:x[0-9]+]], [[CSTLABEL:lCP.*]]@PAGE
26 ; REGULAR: ldr q0, {{\[}}[[PAGEADDR]], [[CSTLABEL]]@PAGEOFF]
27 ; REGULAR: adrp [[PAGEADDR:x[0-9]+]], [[CSTLABEL:lCP.*]]@PAGE
28 ; REGULAR: ldr q1, {{\[}}[[PAGEADDR]], [[CSTLABEL]]@PAGEOFF]
29 ; REGULAR: adrp [[PAGEADDR2:x[0-9]+]], [[CSTLABEL2:lCP.*]]@PAGE
30 ; REGULAR: ldr q2, {{\[}}[[PAGEADDR2]], [[CSTLABEL2]]@PAGEOFF]
31 ; REGULAR: adrp [[PAGEADDR3:x[0-9]+]], [[CSTLABEL3:lCP.*]]@PAGE
[all …]
/external/llvm/test/CodeGen/X86/
Dload-slice.ll2 …: llc -mtriple x86_64-apple-macosx -mcpu=corei7-avx < %s -o - | FileCheck %s --check-prefix=REGULAR
33 ; Same for REGULAR, we eliminate register bank copy with each slices.
34 ; REGULAR-LABEL: t1:
36 ; REGULAR: vmovss 64([[BASE:[^)]+]]), [[OUT_Real:%xmm[0-9]+]]
38 ; REGULAR-NEXT: vaddss ([[BASE]]), [[OUT_Real]], [[RES_Real:%xmm[0-9]+]]
40 ; REGULAR-NEXT: vmovss 68([[BASE]]), [[OUT_Imm:%xmm[0-9]+]]
42 ; REGULAR-NEXT: vaddss 4([[BASE]]), [[OUT_Imm]], [[RES_Imm:%xmm[0-9]+]]
44 ; REGULAR-NEXT: vinsertps $16, [[RES_Imm]], [[RES_Real]], [[RES_Vec:%xmm[0-9]+]]
46 ; REGULAR-NEXT: vmovq [[RES_Vec]], ([[BASE]])
98 ; For the REGULAR heuristic, this is not profitable to slice things that are not
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
DAutoEscapeContext.java205 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.REGULAR, true, null); in createHtmlParser()
209 return HtmlParserFactory.createParserInAttribute(HtmlParser.ATTR_TYPE.REGULAR, false, null); in createHtmlParser()
387 case REGULAR: in getCurrentAttributeState()
/external/jsilver/src/com/google/streamhtmlparser/
DHtmlParser.java70 REGULAR, enumConstant
DHtmlParserFactory.java199 case REGULAR: in createParserInAttribute()
/external/jsilver/src/com/google/streamhtmlparser/impl/
DHtmlParserImpl.java261 return ATTR_TYPE.REGULAR; in getAttributeType()
/external/pcre/dist/doc/
Dpcre.txt1389 REGULAR EXPRESSIONS AS TREES
4727 PCRE REGULAR EXPRESSION DETAILS
7660 PCRE REGULAR EXPRESSION SYNTAX SUMMARY
9912 PASSING MODIFIERS TO THE REGULAR EXPRESSION ENGINE