/prebuilts/go/darwin-x86/src/runtime/ |
os_solaris.go | 23 //LibCall libcall; 34 var libcall libcall 35 libcall.fn = uintptr(unsafe.Pointer(fn)) 36 libcall.n = 0 37 libcall.args = uintptr(unsafe.Pointer(fn)) // it's unused but must be non-nil, otherwise crashes 38 asmcgocall(unsafe.Pointer(&asmsysvicall6), unsafe.Pointer(&libcall)) 39 return libcall.r1 44 var libcall libcal [all...] |
syscall_solaris.go | 31 call := libcall{ 44 call := libcall{ 59 call := libcall{ 70 call := libcall{ 87 call := libcall{ 104 call := libcall{ 115 call := libcall{ 127 call := libcall{ 144 call := libcall{ 155 call := libcall{ [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
os_solaris.go | 23 //LibCall libcall; 34 var libcall libcall 35 libcall.fn = uintptr(unsafe.Pointer(fn)) 36 libcall.n = 0 37 libcall.args = uintptr(unsafe.Pointer(fn)) // it's unused but must be non-nil, otherwise crashes 38 asmcgocall(unsafe.Pointer(&asmsysvicall6), unsafe.Pointer(&libcall)) 39 return libcall.r1 44 var libcall libcal [all...] |
syscall_solaris.go | 31 call := libcall{ 44 call := libcall{ 59 call := libcall{ 70 call := libcall{ 87 call := libcall{ 104 call := libcall{ 115 call := libcall{ 127 call := libcall{ 144 call := libcall{ 155 call := libcall{ [all...] |
/external/llvm/test/CodeGen/Mips/ |
fp16-promote.ll | 1 ; RUN: llc -asm-verbose=false -mtriple=mipsel-linux-gnueabi -relocation-model=pic < %s | FileCheck %s -check-prefix=CHECK-LIBCALL 3 ; CHECK-LIBCALL-LABEL: test_fadd: 4 ; CHECK-LIBCALL: %call16(__gnu_h2f_ieee) 5 ; CHECK-LIBCALL: %call16(__gnu_h2f_ieee) 6 ; CHECK-LIBCALL-DAG: add.s 7 ; CHECK-LIBCALL-DAG: %call16(__gnu_f2h_ieee) 16 ; CHECK-LIBCALL-LABEL: test_fpext_float: 17 ; CHECK-LIBCALL: %call16(__gnu_h2f_ieee) 24 ; CHECK-LIBCALL-LABEL: test_fpext_double: 25 ; CHECK-LIBCALL: %call16(__gnu_h2f_ieee [all...] |
/external/llvm/test/CodeGen/X86/ |
half.ll | 2 ; RUN: | FileCheck %s -check-prefix=CHECK -check-prefix=CHECK-LIBCALL -check-prefix=BWON 4 ; RUN: | FileCheck %s -check-prefix=CHECK -check-prefix=CHECK-LIBCALL -check-prefix=BWOFF 40 ; CHECK-LIBCALL: jmp __gnu_h2f_ieee 50 ; CHECK-LIBCALL: callq __gnu_h2f_ieee 51 ; CHECK-LIBCALL: cvtss2sd 62 ; CHECK-LIBCALL: callq __gnu_f2h_ieee 72 ; CHECK-LIBCALL: callq __truncdfhf2 82 ; CHECK-LIBCALL-NEXT: pushq %rax 83 ; CHECK-LIBCALL-NEXT: movzwl (%rdi), %edi 84 ; CHECK-LIBCALL-NEXT: callq __gnu_h2f_iee [all...] |
/external/compiler-rt/test/ubsan/TestCases/TypeCheck/ |
vptr-non-unique-typeinfo.cpp | 10 X *libCall(); 14 X *libCall() { 21 X *px = libCall();
|
/external/llvm/test/CodeGen/ARM/ |
2011-08-29-SchedCycle.ll | 4 ; libcall #1 9 ; \ / libcall #2 14 ; unlucky, it can force libcall #2 before libcall #1 in the above case. 18 ; libcall #2 20 ; libcall #1
|
fp16-promote.ll | 2 ; RUN: llc -asm-verbose=false < %s | FileCheck %s -check-prefix=CHECK-LIBCALL --check-prefix=CHECK-VFP -check-prefix=CHECK-ALL --check-prefix=CHECK-LIBCALL-VFP 3 ; RUN: llc -asm-verbose=false < %s -mattr=-vfp2 | FileCheck %s --check-prefix=CHECK-LIBCALL -check-prefix=CHECK-NOVFP -check-prefix=CHECK-ALL 11 ; CHECK-LIBCALL: bl __aeabi_h2f 12 ; CHECK-LIBCALL: bl __aeabi_h2f 16 ; CHECK-LIBCALL: bl __aeabi_f2h 28 ; CHECK-LIBCALL: bl __aeabi_h2f 29 ; CHECK-LIBCALL: bl __aeabi_h2f 33 ; CHECK-LIBCALL: bl __aeabi_f2h 45 ; CHECK-LIBCALL: bl __aeabi_h2 [all...] |
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
2011-08-29-SchedCycle.ll | 4 ; libcall #1 9 ; \ / libcall #2 14 ; unlucky, it can force libcall #2 before libcall #1 in the above case. 18 ; libcall #2 20 ; libcall #1
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/ |
RuntimeLibcalls.h | 22 /// RTLIB::Libcall enum - This enum defines all of the runtime library calls 30 enum Libcall { 38 Libcall getFPEXT(EVT OpVT, EVT RetVT); 42 Libcall getFPROUND(EVT OpVT, EVT RetVT); 46 Libcall getFPTOSINT(EVT OpVT, EVT RetVT); 50 Libcall getFPTOUINT(EVT OpVT, EVT RetVT); 54 Libcall getSINTTOFP(EVT OpVT, EVT RetVT); 58 Libcall getUINTTOFP(EVT OpVT, EVT RetVT); 62 Libcall getSYNC(unsigned Opc, MVT VT); 67 Libcall getMEMCPY_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/ |
RuntimeLibcalls.h | 22 /// RTLIB::Libcall enum - This enum defines all of the runtime library calls 30 enum Libcall { 38 Libcall getFPEXT(EVT OpVT, EVT RetVT); 42 Libcall getFPROUND(EVT OpVT, EVT RetVT); 46 Libcall getFPTOSINT(EVT OpVT, EVT RetVT); 50 Libcall getFPTOUINT(EVT OpVT, EVT RetVT); 54 Libcall getSINTTOFP(EVT OpVT, EVT RetVT); 58 Libcall getUINTTOFP(EVT OpVT, EVT RetVT); 62 Libcall getSYNC(unsigned Opc, MVT VT); 67 Libcall getMEMCPY_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/ |
RuntimeLibcalls.h | 22 /// RTLIB::Libcall enum - This enum defines all of the runtime library calls 30 enum Libcall { 38 Libcall getFPEXT(EVT OpVT, EVT RetVT); 42 Libcall getFPROUND(EVT OpVT, EVT RetVT); 46 Libcall getFPTOSINT(EVT OpVT, EVT RetVT); 50 Libcall getFPTOUINT(EVT OpVT, EVT RetVT); 54 Libcall getSINTTOFP(EVT OpVT, EVT RetVT); 58 Libcall getUINTTOFP(EVT OpVT, EVT RetVT); 62 Libcall getSYNC(unsigned Opc, MVT VT); 67 Libcall getMEMCPY_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/ |
RuntimeLibcalls.h | 22 /// RTLIB::Libcall enum - This enum defines all of the runtime library calls 30 enum Libcall { 38 Libcall getFPEXT(EVT OpVT, EVT RetVT); 42 Libcall getFPROUND(EVT OpVT, EVT RetVT); 46 Libcall getFPTOSINT(EVT OpVT, EVT RetVT); 50 Libcall getFPTOUINT(EVT OpVT, EVT RetVT); 54 Libcall getSINTTOFP(EVT OpVT, EVT RetVT); 58 Libcall getUINTTOFP(EVT OpVT, EVT RetVT); 62 Libcall getSYNC(unsigned Opc, MVT VT); 67 Libcall getMEMCPY_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) [all...] |
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/ |
RuntimeLibcalls.h | 22 /// RTLIB::Libcall enum - This enum defines all of the runtime library calls 30 enum Libcall { 38 Libcall getFPEXT(EVT OpVT, EVT RetVT); 42 Libcall getFPROUND(EVT OpVT, EVT RetVT); 46 Libcall getFPTOSINT(EVT OpVT, EVT RetVT); 50 Libcall getFPTOUINT(EVT OpVT, EVT RetVT); 54 Libcall getSINTTOFP(EVT OpVT, EVT RetVT); 58 Libcall getUINTTOFP(EVT OpVT, EVT RetVT); 62 Libcall getSYNC(unsigned Opc, MVT VT); 67 Libcall getMEMCPY_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/ |
RuntimeLibcalls.h | 22 /// RTLIB::Libcall enum - This enum defines all of the runtime library calls 30 enum Libcall { 38 Libcall getFPEXT(EVT OpVT, EVT RetVT); 42 Libcall getFPROUND(EVT OpVT, EVT RetVT); 46 Libcall getFPTOSINT(EVT OpVT, EVT RetVT); 50 Libcall getFPTOUINT(EVT OpVT, EVT RetVT); 54 Libcall getSINTTOFP(EVT OpVT, EVT RetVT); 58 Libcall getUINTTOFP(EVT OpVT, EVT RetVT); 62 Libcall getSYNC(unsigned Opc, MVT VT); 67 Libcall getMEMCPY_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/ |
RuntimeLibcalls.h | 22 /// RTLIB::Libcall enum - This enum defines all of the runtime library calls 30 enum Libcall { 38 Libcall getFPEXT(EVT OpVT, EVT RetVT); 42 Libcall getFPROUND(EVT OpVT, EVT RetVT); 46 Libcall getFPTOSINT(EVT OpVT, EVT RetVT); 50 Libcall getFPTOUINT(EVT OpVT, EVT RetVT); 54 Libcall getSINTTOFP(EVT OpVT, EVT RetVT); 58 Libcall getUINTTOFP(EVT OpVT, EVT RetVT); 62 Libcall getSYNC(unsigned Opc, MVT VT); 67 Libcall getMEMCPY_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/ |
RuntimeLibcalls.h | 22 /// RTLIB::Libcall enum - This enum defines all of the runtime library calls 30 enum Libcall { 38 Libcall getFPEXT(EVT OpVT, EVT RetVT); 42 Libcall getFPROUND(EVT OpVT, EVT RetVT); 46 Libcall getFPTOSINT(EVT OpVT, EVT RetVT); 50 Libcall getFPTOUINT(EVT OpVT, EVT RetVT); 54 Libcall getSINTTOFP(EVT OpVT, EVT RetVT); 58 Libcall getUINTTOFP(EVT OpVT, EVT RetVT); 62 Libcall getSYNC(unsigned Opc, MVT VT); 67 Libcall getMEMCPY_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/ |
RuntimeLibcalls.h | 22 /// RTLIB::Libcall enum - This enum defines all of the runtime library calls 30 enum Libcall { 488 Libcall getFPEXT(EVT OpVT, EVT RetVT); 492 Libcall getFPROUND(EVT OpVT, EVT RetVT); 496 Libcall getFPTOSINT(EVT OpVT, EVT RetVT); 500 Libcall getFPTOUINT(EVT OpVT, EVT RetVT); 504 Libcall getSINTTOFP(EVT OpVT, EVT RetVT); 508 Libcall getUINTTOFP(EVT OpVT, EVT RetVT); 512 Libcall getSYNC(unsigned Opc, MVT VT); 516 Libcall getMEMCPY_ELEMENT_ATOMIC(uint64_t ElementSize) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/ |
RuntimeLibcalls.h | 22 /// RTLIB::Libcall enum - This enum defines all of the runtime library calls 30 enum Libcall { 488 Libcall getFPEXT(EVT OpVT, EVT RetVT); 492 Libcall getFPROUND(EVT OpVT, EVT RetVT); 496 Libcall getFPTOSINT(EVT OpVT, EVT RetVT); 500 Libcall getFPTOUINT(EVT OpVT, EVT RetVT); 504 Libcall getSINTTOFP(EVT OpVT, EVT RetVT); 508 Libcall getUINTTOFP(EVT OpVT, EVT RetVT); 512 Libcall getSYNC(unsigned Opc, MVT VT); 517 Libcall getMEMCPY_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/ |
RuntimeLibcalls.h | 22 /// RTLIB::Libcall enum - This enum defines all of the runtime library calls 30 enum Libcall { 488 Libcall getFPEXT(EVT OpVT, EVT RetVT); 492 Libcall getFPROUND(EVT OpVT, EVT RetVT); 496 Libcall getFPTOSINT(EVT OpVT, EVT RetVT); 500 Libcall getFPTOUINT(EVT OpVT, EVT RetVT); 504 Libcall getSINTTOFP(EVT OpVT, EVT RetVT); 508 Libcall getUINTTOFP(EVT OpVT, EVT RetVT); 512 Libcall getSYNC(unsigned Opc, MVT VT); 517 Libcall getMEMCPY_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/ |
RuntimeLibcalls.h | 22 /// RTLIB::Libcall enum - This enum defines all of the runtime library calls 30 enum Libcall { 488 Libcall getFPEXT(EVT OpVT, EVT RetVT); 492 Libcall getFPROUND(EVT OpVT, EVT RetVT); 496 Libcall getFPTOSINT(EVT OpVT, EVT RetVT); 500 Libcall getFPTOUINT(EVT OpVT, EVT RetVT); 504 Libcall getSINTTOFP(EVT OpVT, EVT RetVT); 508 Libcall getUINTTOFP(EVT OpVT, EVT RetVT); 512 Libcall getSYNC(unsigned Opc, MVT VT); 516 Libcall getMEMCPY_ELEMENT_ATOMIC(uint64_t ElementSize) [all...] |
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/ |
RuntimeLibcalls.h | 22 /// RTLIB::Libcall enum - This enum defines all of the runtime library calls 30 enum Libcall { 488 Libcall getFPEXT(EVT OpVT, EVT RetVT); 492 Libcall getFPROUND(EVT OpVT, EVT RetVT); 496 Libcall getFPTOSINT(EVT OpVT, EVT RetVT); 500 Libcall getFPTOUINT(EVT OpVT, EVT RetVT); 504 Libcall getSINTTOFP(EVT OpVT, EVT RetVT); 508 Libcall getUINTTOFP(EVT OpVT, EVT RetVT); 512 Libcall getSYNC(unsigned Opc, MVT VT); 517 Libcall getMEMCPY_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) [all...] |
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/ |
RuntimeLibcalls.h | 22 /// RTLIB::Libcall enum - This enum defines all of the runtime library calls 30 enum Libcall { 488 Libcall getFPEXT(EVT OpVT, EVT RetVT); 492 Libcall getFPROUND(EVT OpVT, EVT RetVT); 496 Libcall getFPTOSINT(EVT OpVT, EVT RetVT); 500 Libcall getFPTOUINT(EVT OpVT, EVT RetVT); 504 Libcall getSINTTOFP(EVT OpVT, EVT RetVT); 508 Libcall getUINTTOFP(EVT OpVT, EVT RetVT); 512 Libcall getSYNC(unsigned Opc, MVT VT); 517 Libcall getMEMCPY_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) [all...] |
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
cudnn_batchnorm_rewriter.cc | 80 std::unique_ptr<HloInstruction> libcall = HloInstruction::CreateCustomCall( local 83 computation_->ReplaceWithNewInstruction(batch_norm, std::move(libcall))); 115 HloInstruction* libcall = local 120 // The cudnn libcall returns a tuple 125 libcall->shape().tuple_shapes(2), libcall, 2)); 139 libcall->shape().tuple_shapes(0), libcall, 0)), 141 libcall->shape().tuple_shapes(1), libcall, 1)) 191 std::unique_ptr<HloInstruction> libcall = HloInstruction::CreateCustomCall( local [all...] |