/external/llvm/test/Transforms/InstCombine/ |
invariant.ll | 1 ; Test to make sure unused llvm.invariant.start calls are not trivially eliminated 6 declare {}* @llvm.invariant.start(i64, i8* nocapture) nounwind readonly 11 %i = call {}* @llvm.invariant.start(i64 1, i8* %a) ; <{}*> [#uses=0] 12 ; CHECK: call {}* @llvm.invariant.start
|
/external/llvm/test/Analysis/BasicAA/ |
invariant_load.ll | 3 ; The input *.ll is obtained by manually annotating "invariant.load" to the 4 ; two loads. With "invariant.load" metadata, the second load is redundant. 13 %0 = load i32* %p, align 4, !invariant.load !3 16 %1 = load i32* %p, align 4, !invariant.load !3
|
/external/icu4c/common/ |
uinvchar.h | 16 * Definitions for handling invariant characters, moved here from putil.c 26 * Check if a char string only contains invariant characters. 31 * @return TRUE if s contains only invariant characters. 39 * Check if a Unicode string only contains invariant characters. 44 * @return TRUE if s contains only invariant characters. 53 * Get the ordinal number of an uppercase invariant character 67 * Compare two EBCDIC invariant-character strings in ASCII order. 75 * Compare two invariant-character strings in ASCII order. 87 * Converts an EBCDIC invariant character to lowercase ASCII. 95 * Converts an invariant character to lowercase ASCII [all...] |
udataswp.h | 121 * Compare invariant-character strings, one in the output data and the 127 * Returns Unicode code point order for invariant characters. 165 /** Compare an invariant-character output string with a local one. @internal ICU 2.8 */ 181 /** Transform an invariant-character string. @internal ICU 2.8 */ 247 * Swap a block of invariant, NUL-terminated strings, but not padding 266 * Swap invariant char * strings ASCII->EBCDIC. 275 * Copy invariant ASCII char * strings and verify they are invariant. 284 * Swap invariant char * strings EBCDIC->ASCII. 293 * Copy invariant EBCDIC char * strings and verify they are invariant [all...] |
/external/clang/test/CodeGenObjC/ |
ivar-base-as-invariant-load.m | 26 // CHECK: [[T1:%.*]] = load i64* @"OBJC_IVAR_$_A._flags", !invariant.load !4 27 // CHECK: [[T2:%.*]] = load i64* @"OBJC_IVAR_$_A._flags", !invariant.load !4 28 // CHECK: [[T3:%.*]] = load i64* @"OBJC_IVAR_$_A._flags", !invariant.load !4
|
selector-ref-invariance.m | 6 // CHECK: load i8** @"\01L_OBJC_SELECTOR_REFERENCES_", !invariant.load
|
ivar-invariant.m | 32 // CHECK: [[IVAR:%.*]] = load i64* @"OBJC_IVAR_$_Derived.member", !invariant.load 55 // CHECK: [[IVAR:%.*]] = load i64* @"OBJC_IVAR_$_Derived.member", !invariant.load
|
/external/chromium_org/third_party/icu/source/common/ |
uinvchar.h | 16 * Definitions for handling invariant characters, moved here from putil.c 26 * Check if a char string only contains invariant characters. 31 * @return TRUE if s contains only invariant characters. 39 * Check if a Unicode string only contains invariant characters. 44 * @return TRUE if s contains only invariant characters. 53 * Get the ordinal number of an uppercase invariant character 67 * Compare two EBCDIC invariant-character strings in ASCII order. 75 * Compare two invariant-character strings in ASCII order.
|
udataswp.h | 121 * Compare invariant-character strings, one in the output data and the 127 * Returns Unicode code point order for invariant characters. 165 /** Compare an invariant-character output string with a local one. @internal ICU 2.8 */ 181 /** Transform an invariant-character string. @internal ICU 2.8 */ 247 * Swap a block of invariant, NUL-terminated strings, but not padding 266 * Swap invariant char * strings ASCII->EBCDIC. 275 * Copy invariant ASCII char * strings and verify they are invariant. 284 * Swap invariant char * strings EBCDIC->ASCII. 293 * Copy invariant EBCDIC char * strings and verify they are invariant [all...] |
/external/clang/test/CodeGenCXX/ |
init-invariant.cpp | 4 // Check that we add an llvm.invariant.start to mark when a global becomes 9 // CHECK-O0-NOT: llvm.invariant.start 45 // CHECK: call {{.*}}@llvm.invariant.start(i64 4, i8* bitcast ({{.*}} @a to i8*)) 48 // CHECK-NOT: call {{.*}}@llvm.invariant.start(i64 4, i8* bitcast ({{.*}} @b to i8*)) 51 // CHECK-NOT: call {{.*}}@llvm.invariant.start(i64 4, i8* bitcast ({{.*}} @c to i8*)) 55 // CHECK: call {{.*}}@llvm.invariant.start(i64 4, i8* bitcast ({{.*}} @d to i8*)) 59 // CHECK: call {{.*}}@llvm.invariant.start(i64 4, i8* bitcast ({{.*}} @_ZZ1evE1a to i8*)) 60 // CHECK-NOT: llvm.invariant.end
|
/external/llvm/test/Transforms/GlobalOpt/ |
invariant-nodatalayout.ll | 4 declare {}* @llvm.invariant.start(i64 %size, i8* nocapture %ptr) 11 call {}* @llvm.invariant.start(i64 4, i8* %ptr)
|
invariant.ll | 6 declare {}* @llvm.invariant.start(i64 %size, i8* nocapture %ptr) 9 call {}* @llvm.invariant.start(i64 4, i8* %ptr) 28 %B = call {}* @llvm.invariant.start(i64 4, i8* %A) 39 call {}* @llvm.invariant.start(i64 3, i8* %A) 49 call {}* @llvm.invariant.start(i64 -1, i8* %A)
|
/external/iptables/include/linux/netfilter/ |
xt_quota2.h | 18 /* Comparison-invariant */
|
/external/llvm/test/Feature/ |
memorymarkers.ll | 9 declare {}* @llvm.invariant.start(i64, i8* nocapture) readonly nounwind 10 declare void @llvm.invariant.end({}*, i64, i8* nocapture) nounwind 27 %inv = call {}* @llvm.invariant.start(i64 8, i8* %y) 32 call void @llvm.invariant.end({}* %inv, i64 8, i8* %y)
|
/external/chromium_org/third_party/angle/src/compiler/ |
VersionGLSL.cpp | 13 // 1. "invariant" keyword: This can occur in both - vertex and fragment shaders 29 // TODO(alokp): The following two cases of invariant decalaration get lost 32 // 1. When a pragma is used to force all output variables to be invariant: 33 // - #pragma STDGL invariant(all) 34 // 2. When a previously decalared or built-in variable is marked invariant: 35 // - invariant gl_Position; 36 // - varying vec3 color; invariant color;
|
VersionGLSL.h | 21 // - invariant keyword and its support. 32 // - "invariant",
|
/external/clang/test/PCH/ |
preprocess.c | 1 // Check that -E mode is invariant when using an implicit PCH.
|
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
aliastest.ll | 25 ; Test that basic invariant-memory queries work. 59 ; Invariant memory. 61 ; Not invariant memory.
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/test/org/antlr/runtime/test/ |
TestANTLRStringStream.as | 24 assertEquals(stream.size, 3); // invariant 26 assertEquals(stream.line, 1); // invariant 34 assertEquals(stream.size, 3); // invariant 36 assertEquals(stream.line, 1); // invariant
|
/external/clang/test/Index/Inputs/CommentXML/ |
valid-para-kind-01.xml | 13 <Para kind="invariant">Bbb</Para>
|
/external/llvm/test/Transforms/LoopVectorize/ |
undef-inst-bug.ll | 6 ; invariant instruction anchored in the loop when used as a getelementptr index. 24 ; Loop invariant anchored in loop.
|
/external/bison/doc/ |
fdl.texi | 68 The ``Invariant Sections'' are certain Secondary Sections whose titles 69 are designated, as being those of Invariant Sections, in the notice 72 allowed to be designated as Invariant. The Document may contain zero 73 Invariant Sections. If the Document does not identify any Invariant 228 Preserve in that license notice the full lists of Invariant Sections 259 Preserve all the Invariant Sections of the Document, 269 to conflict in title with any Invariant Section. 278 of these sections as invariant. To do this, add their titles to the 279 list of Invariant Sections in the Modified Version's license notice [all...] |
/ndk/sources/host-tools/sed-4.2.1/ |
COPYING.DOC | 62 The "Invariant Sections" are certain Secondary Sections whose titles 63 are designated, as being those of Invariant Sections, in the notice 66 allowed to be designated as Invariant. The Document may contain zero 67 Invariant Sections. If the Document does not identify any Invariant 206 G. Preserve in that license notice the full lists of Invariant Sections 227 L. Preserve all the Invariant Sections of the Document, 233 or to conflict in title with any Invariant Section. 239 of these sections as invariant. To do this, add their titles to the 240 list of Invariant Sections in the Modified Version's license notice [all...] |
/external/valgrind/main/ |
COPYING.DOCS | 62 The "Invariant Sections" are certain Secondary Sections whose titles 63 are designated, as being those of Invariant Sections, in the notice 66 allowed to be designated as Invariant. The Document may contain zero 67 Invariant Sections. If the Document does not identify any Invariant 203 G. Preserve in that license notice the full lists of Invariant Sections 224 L. Preserve all the Invariant Sections of the Document, 230 or to conflict in title with any Invariant Section. 236 of these sections as invariant. To do this, add their titles to the 237 list of Invariant Sections in the Modified Version's license notice [all...] |
/ndk/sources/host-tools/make-3.81/doc/ |
fdl.texi | 69 The ``Invariant Sections'' are certain Secondary Sections whose titles 70 are designated, as being those of Invariant Sections, in the notice 73 allowed to be designated as Invariant. The Document may contain zero 74 Invariant Sections. If the Document does not identify any Invariant 226 Preserve in that license notice the full lists of Invariant Sections 257 Preserve all the Invariant Sections of the Document, 267 to conflict in title with any Invariant Section. 276 of these sections as invariant. To do this, add their titles to the 277 list of Invariant Sections in the Modified Version's license notice [all...] |