OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:blk1
(Results
1 - 13
of
13
) sorted by null
/external/clang/test/CodeGen/
inline-asm-mrv.c
4
int sad16_sse2(void *v, unsigned char *blk2, unsigned char *
blk1
,
8
: "+r" (h), "+r" (
blk1
), "+r" (blk2)
10
asm volatile("set %0 %1" : "=r"(ret) : "r"(
blk1
));
/external/clang/test/SemaObjC/
arc-nsconsumed-errors.m
5
typedef void (^
blk1
)(__attribute((ns_consumed))id arg1, __attribute((ns_consumed)) id arg2);
14
blk1
a1 = ^void (__attribute((ns_consumed)) id arg1, id arg2){}; // expected-error {{incompatible block pointer types initializing}}
16
blk1
b2 = ^void (id arg1, __attribute((ns_consumed)) id arg2){}; // expected-error {{incompatible block pointer types initializing}}
18
blk1
c3 = ^void (__attribute((ns_consumed)) id arg1, __attribute((ns_consumed)) id arg2){};
20
blk1
d4 = ^void (id arg1, id arg2) {}; // expected-error {{incompatible block pointer types initializing}}
/external/clang/test/SemaObjCXX/
arc-nsconsumed-errors.mm
5
typedef void (^
blk1
)(__attribute((ns_consumed))id, __attribute((ns_consumed)) id);
14
blk1
a1 = ^void (__attribute((ns_consumed)) id, id){}; // expected-error {{cannot initialize a variable of type '__strong
blk1
'}}
16
blk1
b2 = ^void (id, __attribute((ns_consumed)) id){}; // expected-error {{cannot initialize a variable of type '__strong
blk1
'}}
18
blk1
c3 = ^void (__attribute((ns_consumed)) id, __attribute((ns_consumed)) id){};
20
blk1
d4 = ^void (id, id) {}; // expected-error {{cannot initialize a variable of type '__strong
blk1
'}}
/external/llvm/test/CodeGen/X86/
inline-asm-mrv.ll
10
define i32 @test1(i8* %v, i8* %blk2, i8* %
blk1
, i32 %stride, i32 %h) nounwind {
13
"=r,=r,=r,r,r,r,r"( i64 %tmp12, i32 %h, i8* %
blk1
, i8* %blk2 ) nounwind
/external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h
202
BBInfo *IntersectDominators(BBInfo *
Blk1
, BBInfo *Blk2) {
203
while (
Blk1
!= Blk2) {
204
while (
Blk1
->BlkNum < Blk2->BlkNum) {
205
Blk1
=
Blk1
->IDom;
206
if (!
Blk1
)
209
while (Blk2->BlkNum <
Blk1
->BlkNum) {
212
return
Blk1
;
215
return
Blk1
;
/external/llvm/test/Transforms/SLPVectorizer/AArch64/
horizontal.ll
13
define i32 @test_select(i32* noalias nocapture readonly %
blk1
, i32* noalias nocapture readonly %blk2, i32 %lx, i32 %h) {
26
%p1.023 = phi i32* [ %
blk1
, %for.body.lr.ph ], [ %add.ptr, %for.body ]
91
define i32 @reduction_with_br(i32* noalias nocapture readonly %
blk1
, i32* noalias nocapture readonly %blk2, i32 %lx, i32 %h, i32 %lim) {
108
%p1.017 = phi i32* [ %
blk1
, %for.body.lr.ph ], [ %add.ptr, %if.end ]
153
define i32 @test_unrolled_select(i8* noalias nocapture readonly %
blk1
, i8* noalias nocapture readonly %blk2, i32 %lx, i32 %h, i32 %lim) #0 {
166
%p1.044 = phi i8* [ %
blk1
, %for.body.lr.ph ], [ %add.ptr, %if.end.86 ]
/external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp
2229
BlockT *
blk1
= *srcBlk->succ_begin();
local
[
all
...]
/art/runtime/arch/x86/
memcmp16_x86.S
39
#define
BLK1
PARMS
40
#define BLK2
BLK1
+4
51
movl
BLK1
(%esp), %eax
/frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java
134
if(localLOGV || TRACKING) Log.i(TAG, "
blk1
="+blks1+", blks2="+blks2);
151
Log.i(TAG, "
blk1
="+blks1+", blks2="+blks2);
/bionic/libc/arch-x86/silvermont/string/
sse4-memcmp-slm.S
94
#define
BLK1
PARMS
95
#define BLK2
BLK1
+ 4
135
movl
BLK1
(%esp), %eax
/external/llvm/unittests/CodeGen/
DIEHashTest.cpp
681
DIEInteger
Blk1
(0xc3);
686
PIBlock.addValue(Alloc, (dwarf::Attribute)0, dwarf::DW_FORM_data1,
Blk1
);
/bionic/libc/arch-x86/atom/string/
ssse3-memcmp-atom.S
94
#define
BLK1
PARMS
95
#define BLK2
BLK1
+4
117
movl
BLK1
(%esp), %eax
[
all
...]
/external/libavc/encoder/arm/
ime_distortion_metrics_a9q.s
[
all
...]
Completed in 643 milliseconds