/external/llvm-project/llvm/test/CodeGen/MSP430/ |
D | bit.ll | 86 @foo16 = external global i16 117 %t1 = load i16, i16* @foo16 124 ; CHECK: bit #4080, &foo16 127 %t1 = load i16, i16* @foo16 134 ; CHECK: bit #4080, &foo16 137 %t1 = load i16, i16* @foo16 144 ; CHECK: bit &foo16, r12 147 %t1 = load i16, i16* @foo16 154 ; CHECK: bit r12, &foo16 157 %t1 = load i16, i16* @foo16 [all …]
|
/external/llvm/test/CodeGen/MSP430/ |
D | bit.ll | 86 @foo16 = external global i16 117 %t1 = load i16, i16* @foo16 124 ; CHECK: bit.w #4080, &foo16 127 %t1 = load i16, i16* @foo16 134 ; CHECK: bit.w #4080, &foo16 137 %t1 = load i16, i16* @foo16 144 ; CHECK: bit.w &foo16, r15 147 %t1 = load i16, i16* @foo16 154 ; CHECK: bit.w r15, &foo16 157 %t1 = load i16, i16* @foo16 [all …]
|
/external/llvm-project/lld/test/ELF/ |
D | aarch64-lo12-alignment.s | 22 ldr q0, [x0, #:lo12:foo16] // Ok as foo16 is 16-byte aligned 26 .globl foo16 symbol 31 foo16: label
|
D | aarch64-relocs.s | 150 ldr h17, [x19, :lo12:foo16] 151 ldrh w1, [x19, :lo12:foo16] 152 ldrh w2, [x19, :lo12:foo16 + 2] 153 foo16: label
|
/external/llvm-project/clang/test/Sema/ |
D | mips16_attr_allowed.c | 4 void foo16(); 6 void __attribute__((mips16)) foo16();
|
D | mips16_attr_not_allowed.c | 4 void __attribute__((mips16)) foo16(); // expected-warning {{unknown attribute 'mips16' ignored}}
|
/external/clang/test/Sema/ |
D | mips16_attr_allowed.c | 4 void foo16(); 6 void __attribute__((mips16)) foo16();
|
D | mips16_attr_not_allowed.c | 4 void __attribute__((mips16)) foo16(); // expected-warning {{unknown attribute 'mips16' ignored}}
|
/external/llvm/test/CodeGen/X86/ |
D | pr28173.ll | 26 define i16 @foo16(i1 zeroext %i, i32 %j) #0 { 27 ; CHECK-LABEL: foo16:
|
D | h-register-store.ll | 39 define void @foo16(i16 inreg %p, i8* inreg %z) nounwind {
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.overload.frag | 37 void foo16(uint) {} 38 void foo16(uint2) {} 134 foo16(int2(i,i));
|
/external/clang/test/SemaObjC/ |
D | method-sentinel-attr.m | 23 - (id) foo16 : (id**)firstObj, ... __attribute__((sentinel(0,1))); 46 [ p foo16 : NULL];
|
/external/llvm-project/clang/test/SemaObjC/ |
D | method-sentinel-attr.m | 23 - (id) foo16 : (id**)firstObj, ... __attribute__((sentinel(0,1))); 46 [ p foo16 : NULL];
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | pr28173.ll | 25 define i16 @foo16(i1 zeroext %i) #0 { 26 ; CHECK-LABEL: foo16:
|
D | h-register-store.ll | 39 define void @foo16(i16 inreg %p, i8* inreg %z) nounwind {
|
/external/llvm/test/CodeGen/ARM/ |
D | bicZext.ll | 5 define zeroext i16 @foo16(i16 zeroext %f) nounwind readnone optsize ssp {
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | bicZext.ll | 5 define zeroext i16 @foo16(i16 zeroext %f) nounwind readnone optsize ssp {
|
/external/llvm-project/llvm/test/CodeGen/NVPTX/ |
D | load-with-non-coherent-cache.ll | 160 ; SM20-LABEL: .visible .entry foo16( 162 ; SM35-LABEL: .visible .entry foo16( 164 define void @foo16(<4 x float> * noalias readonly %from, <4 x float> * %to) { 261 !16 = !{void (<4 x float> *, <4 x float> *)* @foo16, !"kernel", i32 1}
|
/external/llvm/test/CodeGen/NVPTX/ |
D | load-with-non-coherent-cache.ll | 160 ; SM20-LABEL: .visible .entry foo16( 162 ; SM35-LABEL: .visible .entry foo16( 164 define void @foo16(<4 x float> * noalias readonly %from, <4 x float> * %to) { 261 !16 = !{void (<4 x float> *, <4 x float> *)* @foo16, !"kernel", i32 1}
|
/external/llvm-project/llvm/test/Analysis/MemorySSA/ |
D | pr41640.ll | 42 tail call void @foo16() 102 declare dso_local void @foo16() local_unnamed_addr #1
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/ |
D | graph-function-name-bug.pbtxt | 92 name: "foo16"
|
/external/clang/test/SemaOpenCL/ |
D | amdgpu-num-register-attrs.cl | 38 kernel __attribute__((amdgpu_num_vgpr(40))) void foo16() {}
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | hlsl.overload.frag.out | 96 0:37 Function Definition: foo16(u1; ( temp void) 99 0:38 Function Definition: foo16(vu2; ( temp void) 332 0:134 Function Call: foo16(vu2; ( temp void) 465 0:37 Function Definition: foo16(u1; ( temp void) 468 0:38 Function Definition: foo16(vu2; ( temp void) 701 0:134 Function Call: foo16(vu2; ( temp void) 812 Name 132 "foo16(u1;" 814 Name 138 "foo16(vu2;" 1151 132(foo16(u1;): 2 Function None 70 1156 138(foo16(vu2;): 2 Function None 136 [all …]
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-csel.ll | 188 define i32 @foo16(i32 %a, i32 %b) nounwind readnone optsize ssp { 190 ; CHECK-LABEL: foo16:
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | arm64-csel.ll | 189 define i32 @foo16(i32 %a, i32 %b) nounwind readnone optsize ssp { 191 ; CHECK-LABEL: foo16:
|