Searched refs:blk2 (Results 1 – 8 of 8) sorted by relevance
/llvm-project/clang/test/CodeGen/ |
H A D | inline-asm-mrv.c | 4 int sad16_sse2(void *v, unsigned char *blk2, unsigned char *blk1, in sad16_sse2() argument 8 : "+r" (h), "+r" (blk1), "+r" (blk2) in sad16_sse2()
|
/llvm-project/flang/test/Semantics/ |
H A D | declarations03.f90 | 9 common /blk1/ x, /blk2/ y common 10 bind(c, name="aa") :: /blk1/, /blk2/
|
/llvm-project/llvm/test/CodeGen/X86/ |
H A D | inline-asm-mrv.ll | 8 define i32 @test1(ptr %v, ptr %blk2, ptr %blk1, i32 %stride, i32 %h) nounwind { 21 "=r,=r,=r,r,r,r,r"( i64 %tmp12, i32 %h, ptr %blk1, ptr %blk2 ) nounwind
|
/llvm-project/flang/test/Semantics/OpenMP/ |
H A D | threadprivate02.f90 | 32 common /blk2/ a2 common
|
H A D | threadprivate04.f90 | 9 common /blk1/ y1, /blk2/ y2, /blk3/ y3, /blk4/ y4, /blk5/ y5 common
|
H A D | declare-target02.f90 | 75 common /blk2/ a2, a2_to, a2_link common
|
/llvm-project/llvm/test/Transforms/SLPVectorizer/AArch64/ |
H A D | horizontal.ll | 22 define i32 @test_select(ptr noalias nocapture readonly %blk1, ptr noalias nocapture readonly %blk2,… 65 %p2.024 = phi ptr [ %blk2, %for.body.lr.ph ], [ %add.ptr29, %for.body ] 131 …_br(ptr noalias nocapture readonly %blk1, ptr noalias nocapture readonly %blk2, i32 %lx, i32 %h, i… 183 %p2.018 = phi ptr [ %blk2, %for.body.lr.ph ], [ %add.ptr16, %if.end ] 235 …ect(ptr noalias nocapture readonly %blk1, ptr noalias nocapture readonly %blk2, i32 %lx, i32 %h, i… 285 %p2.045 = phi ptr [ %blk2, %for.body.lr.ph ], [ %add.ptr88, %if.end.86 ]
|
/llvm-project/clang/test/SemaObjC/ |
H A D | externally-retained.m | 71 void (^blk2)(ObjCTy *, ObjCTy *) =
|