Home
last modified time | relevance | path

Searched refs:REGULAR (Results 1 – 13 of 13) 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 …]
Daarch64-deferred-spilling.ll2 …deferred-spilling=false -mcpu=cortex-a57 | FileCheck %s --check-prefix=CHECK --check-prefix=REGULAR
10 ; REGULAR: str w21, [sp, #[[OFFSET:[0-9]+]]] // 4-byte Folded Spill
12 ; REGULAR-NOT: {{[wx]}}21{{,?}}
25 ; REGULAR-NOT: {{[wx]}}21{{,?}}
26 ; REGULAR: ldr w21, [sp, #[[OFFSET]]] // 4-byte Folded Reload
/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: vmovlps [[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/v8/src/
Dassembler.cc1822 return ConstantPoolEntry::REGULAR; in NextAccess()
1851 (merged ? ConstantPoolEntry::REGULAR : NextAccess(type)); in AddEntry()
1855 if (entry.sharing_ok() && !merged && access == ConstantPoolEntry::REGULAR) { in AddEntry()
1865 if (access == ConstantPoolEntry::REGULAR) { in AddEntry()
1896 ConstantPoolEntry::REGULAR, type); in EmitSharedEntries()
1914 if (access == ConstantPoolEntry::REGULAR) { in EmitGroup()
1919 if (access == ConstantPoolEntry::REGULAR) { in EmitGroup()
1947 entry_access = ConstantPoolEntry::REGULAR; in EmitGroup()
1972 EmitGroup(assm, ConstantPoolEntry::REGULAR, ConstantPoolEntry::DOUBLE); in Emit()
1973 EmitGroup(assm, ConstantPoolEntry::REGULAR, ConstantPoolEntry::INTPTR); in Emit()
Dassembler.h1266 enum Access { REGULAR, OVERFLOWED }; enumerator
/external/v8/src/ppc/
Dassembler-ppc-inl.h508 : ConstantPoolEntry::REGULAR); in IsConstantPoolLoadStart()
530 : ConstantPoolEntry::REGULAR); in IsConstantPoolLoadEnd()
/external/v8/test/cctest/
Dtest-constantpool.cc16 const ConstantPoolEntry::Access kRegAccess = ConstantPoolEntry::REGULAR;
/external/jsilver/src/com/google/streamhtmlparser/impl/
DHtmlParserImpl.java261 return ATTR_TYPE.REGULAR; in getAttributeType()
/external/v8/src/arm/
Dassembler-arm.cc1190 DCHECK(access == ConstantPoolEntry::REGULAR); in move_32_bit_immediate()
2723 DCHECK(access == ConstantPoolEntry::REGULAR); in vmov()
3933 return ConstantPoolEntry::REGULAR; in ConstantPoolAddEntry()
3953 return ConstantPoolEntry::REGULAR; in ConstantPoolAddEntry()
/external/pcre/dist/doc/
Dpcre.txt1400 REGULAR EXPRESSIONS AS TREES
4738 PCRE REGULAR EXPRESSION DETAILS
7684 PCRE REGULAR EXPRESSION SYNTAX SUMMARY
9936 PASSING MODIFIERS TO THE REGULAR EXPRESSION ENGINE