/external/v8/test/mjsunit/ |
D | object-literal-overwrite.js | 73 function foo8(i) { function 89 assertEquals(7, foo8(1)); 90 assertEquals(7, foo8(1)); 91 %OptimizeFunctionOnNextCall(foo8); 92 assertEquals(7, foo8(1));
|
/external/llvm/test/CodeGen/MSP430/ |
D | bit.ll | 5 @foo8 = external global i8 36 %t1 = load i8, i8* @foo8 43 ; CHECK: bit.b #15, &foo8 46 %t1 = load i8, i8* @foo8 53 ; CHECK: bit.b #15, &foo8 56 %t1 = load i8, i8* @foo8 63 ; CHECK: bit.b &foo8, r15 66 %t1 = load i8, i8* @foo8 73 ; CHECK: bit.b r15, &foo8 76 %t1 = load i8, i8* @foo8 [all …]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | sdiv-pow2.ll | 20 define i64 @foo8(i64 %a) #0 { 25 ; CHECK-LABEL: @foo8 30 ; CHECK-32-LABEL: @foo8
|
/external/clang/test/CodeGen/ |
D | mips64-padding-arg.c | 51 extern void foo8(float, double); 54 foo8(a0 + 1.0f, a1 + 2.0); in foo7()
|
D | stdcall-fastcall.c | 110 void __attribute__((fastcall)) foo8(struct S1 a, int b); 114 foo8(a, b); in bar8()
|
D | mangle.c | 52 float foo8 __asm__("foo7") = 42;
|
D | arm-aapcs-zerolength-bitfield.c | 227 short foo8: 16; member
|
/external/llvm/test/MC/ELF/ |
D | weakref.s | 32 .weakref foo8, bar8 33 .long foo8
|
D | tls-i386.s | 12 .long foo8@NTPOFF
|
/external/llvm/test/CodeGen/X86/ |
D | 2011-12-28-vselecti8.ll | 16 ; CHECK-LABEL: foo8 21 define void @foo8(float* nocapture %RET) nounwind {
|
D | vararg_tailcall.ll | 82 ; X64: @foo8 84 ; WIN64: @foo8 86 define i8* @foo8(i8* %arg1, i8* %arg2) nounwind optsize ssp noredzone {
|
D | h-register-addressing-64.ll | 5 define double @foo8(double* nocapture inreg %p, i64 inreg %x) nounwind readonly { 12 ; CHECK: foo8:
|
D | h-register-addressing-32.ll | 5 define double @foo8(double* nocapture inreg %p, i32 inreg %x) nounwind readonly { 12 ; CHECK: foo8:
|
/external/clang/test/Driver/ |
D | at_file.c | 28 foo8
|
D | at_file.c.args.utf16le | 7 -Dfoo8=foo8"bar8"zed8
|
D | at_file.c.args | 7 -Dfoo8=foo8"bar8"zed8
|
/external/clang/test/Sema/ |
D | arm-interrupt-attr.c | 14 __attribute__((interrupt)) void foo8() {} in foo8() function
|
D | mips-interrupt-attr.c | 15 __attribute__((interrupt("vector=hw3"))) void foo8() {} in foo8() function
|
/external/clang/test/SemaCXX/ |
D | dcl_ambig_res.cpp | 72 int foo8() { in foo8() function
|
/external/clang/test/PCH/ |
D | ocl_types.cl | 24 void foo8(evt_t evt) {
|
/external/llvm/test/CodeGen/NVPTX/ |
D | load-with-non-coherent-cache.ll | 80 ; SM20-LABEL: .visible .entry foo8( 82 ; SM35-LABEL: .visible .entry foo8( 84 define void @foo8(<2 x i16> * noalias readonly %from, <2 x i16> * %to) { 253 !8 = !{void (<2 x i16> *, <2 x i16> *)* @foo8, !"kernel", i32 1}
|
/external/llvm/test/CodeGen/ARM/ |
D | fptoint.ll | 36 define void @foo8(double %x) {
|
/external/clang/test/Parser/ |
D | cxx-template-argument.cpp | 100 template<class T1, typename T2> struct foo8 : struct
|
/external/llvm/test/CodeGen/Mips/ |
D | brdelayslot.ll | 93 ; STATICO1-LABEL: foo8: 99 define i32 @foo8(i32 %a) nounwind {
|
/external/clang/test/SemaOpenCL/ |
D | amdgpu-num-register-attrs.cl | 17 __attribute__((amdgpu_num_sgpr(64))) kernel void foo8() {}
|