Home
last modified time | relevance | path

Searched refs:FRAME (Results 1 – 25 of 33) sorted by relevance

12

/external/llvm/test/CodeGen/XCore/
Dtrampoline.ll3 %struct.FRAME.f = type { i32, i32 ()* }
11 %FRAME.0 = alloca %struct.FRAME.f, align 4
13 %FRAME.02 = bitcast %struct.FRAME.f* %FRAME.0 to i8*
14 ….trampoline(i8* %TRAMP.23.sub, i8* bitcast (i32 (%struct.FRAME.f*)* @g.1101 to i8*), i8* %FRAME.02)
16 %0 = getelementptr inbounds %struct.FRAME.f, %struct.FRAME.f* %FRAME.0, i32 0, i32 1
19 %2 = getelementptr inbounds %struct.FRAME.f, %struct.FRAME.f* %FRAME.0, i32 0, i32 0
25 define internal i32 @g.1101(%struct.FRAME.f* nocapture nest %CHAIN.1) nounwind readonly {
31 %0 = getelementptr inbounds %struct.FRAME.f, %struct.FRAME.f* %CHAIN.1, i32 0, i32 0
/external/llvm/test/Transforms/InstCombine/
D2008-01-14-VarArgTrampoline.ll3 %struct.FRAME.nest = type { i32, i32 (...)* }
9 declare i32 @f(%struct.FRAME.nest* nest , ...)
13 %FRAME.0 = alloca %struct.FRAME.nest, align 8 ; <%struct.FRAME.nest*> [#uses=3]
16 …%tmp3 = getelementptr %struct.FRAME.nest, %struct.FRAME.nest* %FRAME.0, i32 0, i32 0 ; <i32*> [#u…
18 %FRAME.06 = bitcast %struct.FRAME.nest* %FRAME.0 to i8* ; <i8*> [#uses=1]
19 …ampoline( i8* %TRAMP.216.sub, i8* bitcast (i32 (%struct.FRAME.nest*, ...)* @f to i8*), i8* %FRAME.…
21 …%tmp7 = getelementptr %struct.FRAME.nest, %struct.FRAME.nest* %FRAME.0, i32 0, i32 1 ; <i32 (...)…
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
D2008-01-14-DoubleNest.ll3 %struct.FRAME.nest = type { i32, i32 (i32*)* }
8 declare i32 @f(%struct.FRAME.nest* nest , i32*)
12 %FRAME.0 = alloca %struct.FRAME.nest, align 8 ; <%struct.FRAME.nest*> [#uses=3]
15 %tmp3 = getelementptr %struct.FRAME.nest* %FRAME.0, i32 0, i32 0 ; <i32*> [#uses=1]
17 %FRAME.06 = bitcast %struct.FRAME.nest* %FRAME.0 to i8* ; <i8*> [#uses=1]
18 …mpoline( i8* %TRAMP.216.sub, i8* bitcast (i32 (%struct.FRAME.nest*, i32*)* @f to i8*), i8* %FRAME.…
19 %tmp7 = getelementptr %struct.FRAME.nest* %FRAME.0, i32 0, i32 1 ; <i32 (i32*)**> [#uses=1]
D2007-09-11-Trampoline.ll3 %struct.FRAME.nest = type { i32, i32 (i32)* }
8 declare i32 @f(%struct.FRAME.nest* nest , i32 )
12 %FRAME.0 = alloca %struct.FRAME.nest, align 8 ; <%struct.FRAME.nest*> [#uses=3]
15 %tmp3 = getelementptr %struct.FRAME.nest* %FRAME.0, i32 0, i32 0 ; <i32*> [#uses=1]
17 %FRAME.06 = bitcast %struct.FRAME.nest* %FRAME.0 to i8* ; <i8*> [#uses=1]
18 …mpoline( i8* %TRAMP.216.sub, i8* bitcast (i32 (%struct.FRAME.nest* , i32)* @f to i8*), i8* %FRAME.…
19 %tmp7 = getelementptr %struct.FRAME.nest* %FRAME.0, i32 0, i32 1 ; <i32 (i32)**> [#uses=1]
D2008-01-14-VarArgTrampoline.ll3 %struct.FRAME.nest = type { i32, i32 (...)* }
9 declare i32 @f(%struct.FRAME.nest* nest , ...)
13 %FRAME.0 = alloca %struct.FRAME.nest, align 8 ; <%struct.FRAME.nest*> [#uses=3]
16 %tmp3 = getelementptr %struct.FRAME.nest* %FRAME.0, i32 0, i32 0 ; <i32*> [#uses=1]
18 %FRAME.06 = bitcast %struct.FRAME.nest* %FRAME.0 to i8* ; <i8*> [#uses=1]
19 …ampoline( i8* %TRAMP.216.sub, i8* bitcast (i32 (%struct.FRAME.nest*, ...)* @f to i8*), i8* %FRAME.…
21 %tmp7 = getelementptr %struct.FRAME.nest* %FRAME.0, i32 0, i32 1 ; <i32 (...)**> [#uses=1]
/external/swiftshader/third_party/LLVM/test/CodeGen/XCore/
Dtrampoline.ll3 %struct.FRAME.f = type { i32, i32 ()* }
11 %FRAME.0 = alloca %struct.FRAME.f, align 4
13 %FRAME.02 = bitcast %struct.FRAME.f* %FRAME.0 to i8*
14 ….trampoline(i8* %TRAMP.23.sub, i8* bitcast (i32 (%struct.FRAME.f*)* @g.1101 to i8*), i8* %FRAME.02)
16 %0 = getelementptr inbounds %struct.FRAME.f* %FRAME.0, i32 0, i32 1
19 %2 = getelementptr inbounds %struct.FRAME.f* %FRAME.0, i32 0, i32 0
25 define internal i32 @g.1101(%struct.FRAME.f* nocapture nest %CHAIN.1) nounwind readonly {
31 %0 = getelementptr inbounds %struct.FRAME.f* %CHAIN.1, i32 0, i32 0
/external/swiftshader/third_party/LLVM/test/Transforms/GlobalOpt/
D2008-02-16-NestAttr.ll2 %struct.FRAME.nest = type { i32, i32 (i32)* }
12 define internal fastcc i32 @g.1478(%struct.FRAME.nest* nest %CHAIN.1, i32 %m) nounwind {
14 %tmp3 = getelementptr %struct.FRAME.nest* %CHAIN.1, i32 0, i32 0 ; <i32*> [#uses=1]
21 define internal i32 @f.1481(%struct.FRAME.nest* nest %CHAIN.2, i32 %m) nounwind {
23 …%tmp4 = tail call fastcc i32 @g.1478( %struct.FRAME.nest* nest %CHAIN.2, i32 %m ) nounwind ; <i…
24 %tmp6 = getelementptr %struct.FRAME.nest* %CHAIN.2, i32 0, i32 0 ; <i32*> [#uses=1]
34 %FRAME.0 = alloca %struct.FRAME.nest ; <%struct.FRAME.nest*> [#uses=3]
36 %tmp3 = getelementptr %struct.FRAME.nest* %FRAME.0, i32 0, i32 0 ; <i32*> [#uses=1]
38 %FRAME.06 = bitcast %struct.FRAME.nest* %FRAME.0 to i8* ; <i8*> [#uses=1]
39 …oline( i8* %TRAMP.316.sub, i8* bitcast (i32 (%struct.FRAME.nest*, i32)* @f.1481 to i8*), i8* %FRAM…
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dtrampoline.ll7 …%"struct.FRAME.-[NSBitmapImageRep copyWithZone:]" = type { %struct.NSBitmapImageRep*, void (%struc…
60 …%FRAME.7 = alloca %"struct.FRAME.-[NSBitmapImageRep copyWithZone:]" ; <%"struct.FRAME.-[NSBitmapI…
65 …3 = getelementptr %"struct.FRAME.-[NSBitmapImageRep copyWithZone:]", %"struct.FRAME.-[NSBitmapImag…
69 …%FRAME.72 = bitcast %"struct.FRAME.-[NSBitmapImageRep copyWithZone:]"* %FRAME.7 to i8* ; <i8*> [#…
70 … (void (%"struct.FRAME.-[NSBitmapImageRep copyWithZone:]"*, %struct.__block_1*, %struct.CGImage*)*…
73 …5 = getelementptr %"struct.FRAME.-[NSBitmapImageRep copyWithZone:]", %"struct.FRAME.-[NSBitmapImag…
87 …4 = getelementptr %"struct.FRAME.-[NSBitmapImageRep copyWithZone:]", %"struct.FRAME.-[NSBitmapImag…
100 …3 = getelementptr %"struct.FRAME.-[NSBitmapImageRep copyWithZone:]", %"struct.FRAME.-[NSBitmapImag…
120 define internal void @__helper_1.1632(%"struct.FRAME.-[NSBitmapImageRep copyWithZone:]"* nest %CHAI…
122 …%CHAIN.8_addr = alloca %"struct.FRAME.-[NSBitmapImageRep copyWithZone:]"* ; <%"struct.FRAME.-[NSB…
[all …]
/external/boringssl/src/crypto/fipsmodule/aes/asm/
Daesp8-ppc.pl73 $FRAME=8*$SIZE_T;
373 $STU $sp,-$FRAME($sp)
375 $PUSH r10,`$FRAME+$LRSAVE`($sp)
411 addi $sp,$sp,$FRAME
681 $STU $sp,-`($FRAME+21*16+6*$SIZE_T)`($sp)
682 li r10,`$FRAME+8*16+15`
683 li r11,`$FRAME+8*16+31`
707 stw $vrsave,`$FRAME+21*16-4`($sp) # save vrsave
709 $PUSH r26,`$FRAME+21*16+0*$SIZE_T`($sp)
711 $PUSH r27,`$FRAME+21*16+1*$SIZE_T`($sp)
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
Dtrampoline.ll7 …%"struct.FRAME.-[NSBitmapImageRep copyWithZone:]" = type { %struct.NSBitmapImageRep*, void (%struc…
60 …%FRAME.7 = alloca %"struct.FRAME.-[NSBitmapImageRep copyWithZone:]" ; <%"struct.FRAME.-[NSBitmapI…
65 …%3 = getelementptr %"struct.FRAME.-[NSBitmapImageRep copyWithZone:]"* %FRAME.7, i32 0, i32 0 ; <%…
69 …%FRAME.72 = bitcast %"struct.FRAME.-[NSBitmapImageRep copyWithZone:]"* %FRAME.7 to i8* ; <i8*> [#…
70 … (void (%"struct.FRAME.-[NSBitmapImageRep copyWithZone:]"*, %struct.__block_1*, %struct.CGImage*)*…
73 …%5 = getelementptr %"struct.FRAME.-[NSBitmapImageRep copyWithZone:]"* %FRAME.7, i32 0, i32 1 ; <v…
87 …%14 = getelementptr %"struct.FRAME.-[NSBitmapImageRep copyWithZone:]"* %FRAME.7, i32 0, i32 1 ; <…
100 …%23 = getelementptr %"struct.FRAME.-[NSBitmapImageRep copyWithZone:]"* %FRAME.7, i32 0, i32 0 ; <…
120 define internal void @__helper_1.1632(%"struct.FRAME.-[NSBitmapImageRep copyWithZone:]"* nest %CHAI…
122 …%CHAIN.8_addr = alloca %"struct.FRAME.-[NSBitmapImageRep copyWithZone:]"* ; <%"struct.FRAME.-[NSB…
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2008-01-16-Trampoline.ll4 …%struct.FRAME.gnat__perfect_hash_generators__select_char_position__build_identical_keys_sets = typ…
8 …%tramp22 = call i8* @llvm.init.trampoline( i8* null, i8* bitcast (void (%struct.FRAME.gnat__perfec…
12 …ators__select_char_position__build_identical_keys_sets__move.5177(%struct.FRAME.gnat__perfect_hash…
D2011-08-23-Trampoline.ll4 …%struct.FRAME.gnat__perfect_hash_generators__select_char_position__build_identical_keys_sets = typ…
8 …call void @llvm.init.trampoline( i8* null, i8* bitcast (void (%struct.FRAME.gnat__perfect_hash_gen…
13 …ators__select_char_position__build_identical_keys_sets__move.5177(%struct.FRAME.gnat__perfect_hash…
/external/llvm/test/CodeGen/X86/
D2011-08-23-Trampoline.ll4 …%struct.FRAME.gnat__perfect_hash_generators__select_char_position__build_identical_keys_sets = typ…
8 …call void @llvm.init.trampoline( i8* null, i8* bitcast (void (%struct.FRAME.gnat__perfect_hash_gen…
13 …ators__select_char_position__build_identical_keys_sets__move.5177(%struct.FRAME.gnat__perfect_hash…
/external/valgrind/none/tests/
Dstackgrowth.c5 #define FRAME (1024) macro
9 volatile char frame[FRAME]; in test()
Dthread-exits.c45 #define FRAME 4096 macro
49 volatile char frame[FRAME]; in grow()
/external/valgrind/docs/internals/
Dxml-output-protocol4.txt227 one or more FRAME
231 FRAME
233 FRAME records a single program location:
488 * <file>TEXT</file>, as defined in FRAME
490 * <line>INT</line>, as defined in FRAME
492 * <dir>TEXT</dir>, as defined in FRAME
586 * <file>TEXT</file>, as defined in FRAME
588 * <line>INT</line>, as defined in FRAME
590 * <dir>TEXT</dir>, as defined in FRAME
661 * <file>TEXT</file>, as defined in FRAME
[all …]
Dxml-output.txt362 one or more FRAME
366 FRAME
368 FRAME records a single program location:
/external/boringssl/src/crypto/fipsmodule/modes/asm/
Dghashp8-ppc.pl56 $FRAME=6*$SIZE_T+13*16; # 13*16 is for v20-v31 offload
384 $STU $sp,-$FRAME($sp)
411 stw $vrsave,`$FRAME-4`($sp) # save vrsave
643 addi $sp,$sp,$FRAME
/external/python/cpython2/Modules/_ctypes/libffi_msvc/
Dwin64.asm16 ffi_closure_OUTER PROC FRAME
75 ffi_call_AMD64 PROC FRAME
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
DAbstractMatcher.java81 while (cursor != null && (cursor.getType() == AbstractInsnNode.FRAME in skipNonOpcodes()
/external/python/cpython2/Modules/_ctypes/libffi/src/pa/
Dlinux.S50 .callinfo FRAME=64,CALLS,SAVE_RP,SAVE_SP,ENTRY_GR=4
263 .callinfo FRAME=64,CALLS,SAVE_RP,SAVE_SP,ENTRY_GR=3
Dhpux32.S57 .callinfo FRAME=64,CALLS,SAVE_RP,SAVE_SP,ENTRY_GR=4
272 .callinfo FRAME=64,CALLS,SAVE_RP,SAVE_SP,ENTRY_GR=3
/external/python/cpython2/Lib/plat-irix5/
DCL_old.py188 FRAME = 1 variable
/external/libavc/common/
Dih264_defs.h122 FRAME, enumerator
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
Dwin64.S35 ffi_closure_win64 PROC FRAME
83 ffi_call_win64 PROC FRAME

12