/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/batch/ |
ordinal_split_handler.py | 535 noinline=True) 567 noinline=True) 605 noinline=True) 653 noinline=True) [all...] |
/external/u-boot/arch/powerpc/lib/ |
bootm.c | 231 noinline
|
/art/benchmark/const-string/src/ |
ConstStringBenchmark.java | [all...] |
/art/test/530-checker-lse/src/ |
Main.java | 550 /// CHECK-START: int Main.$noinline$testHSelect(boolean) load_store_elimination (before) 554 /// CHECK-START: int Main.$noinline$testHSelect(boolean) load_store_elimination (after) 559 static int $noinline$testHSelect(boolean b) { [all...] |
/bionic/libc/bionic/ |
pthread_mutex.cpp | 176 // ARM/ARM64, which increases at most 20 percent overhead. So make it noinline. 177 static int __attribute__((noinline)) PIMutexTimedLock(PIMutex& mutex, 790 // ARM64. So make it noinline. 791 static int __attribute__((noinline)) HandleUsingDestroyedMutex(pthread_mutex_t* mutex, [all...] |
bionic_elf_tls.cpp | 279 __attribute__((noinline)) static void* tls_get_addr_slow_path(const TlsIndex* ti) {
|
/bionic/linker/ |
linker_main.cpp | 577 static ElfW(Addr) __attribute__((noinline)) 640 static ElfW(Addr) __attribute__((noinline))
|
/external/eigen/Eigen/src/Core/util/ |
Macros.h | 511 #define EIGEN_DONT_INLINE __attribute__((noinline)) 513 #define EIGEN_DONT_INLINE __declspec(noinline) [all...] |
/external/elfutils/tests/ |
cleanup-13.c | 300 __attribute__((noinline)) static void callme () 306 __attribute__((noinline)) static void doit ()
|
/external/llvm/utils/vim/syntax/ |
llvm.vim | 104 \ noinline
|
/external/swiftshader/third_party/LLVM/utils/vim/ |
llvm.vim | 55 syn keyword llvmKeyword inlinehint noinline alwaysinline optsize ssp sspreq
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/vim/syntax/ |
llvm.vim | 114 \ noinline
|
/bionic/benchmarks/ |
stdio_benchmark.cpp | 243 char* permissions, uintptr_t* offset, int* name_pos) __attribute__((noinline)) {
|
/bionic/libc/arch-mips/string/ |
memcmp.c | 89 static int __attribute__ ((noinline)) do_by_bitfields (reg_t a, reg_t b)
|
/external/compiler-rt/lib/asan/ |
asan_win_dll_thunk.cc | 77 extern "C" __declspec(noinline) void name() { \
|
/external/pcre/dist2/src/sljit/ |
sljitConfigInternal.h | 249 #define SLJIT_NOINLINE __attribute__ ((noinline))
|
/external/python/cpython3/Include/ |
pyport.h | 529 # define _Py_NO_INLINE __attribute__((noinline))
|
/art/test/449-checker-bce/src/ |
Main.java | 131 /// CHECK-START: void Main.$opt$noinline$constantIndexing2(int[]) BCE (before) 141 /// CHECK-START: void Main.$opt$noinline$constantIndexing2(int[]) BCE (after) 152 static void $opt$noinline$constantIndexing2(int[] array) { 471 $opt$noinline$constantIndexing2(a6); [all...] |
/external/dynamic_depth/internal/base/ |
port.h | 272 __attribute__((section("__DATA, " #name))) __attribute__((noinline)) 443 #define ATTRIBUTE_NOINLINE __attribute__((noinline)) 546 __attribute__((section(#name))) __attribute__((noinline)) [all...] |
/external/tensorflow/tensorflow/compiler/jit/ |
mark_for_compilation_pass.cc | 243 bool noinline = false; local 244 if (GetNodeAttr(AttrSlice(&fdef.attr()), "_noinline", &noinline).ok() && 245 noinline) { 252 << ": can't compile noinline function."; [all...] |
/external/u-boot/board/synopsys/hsdk/ |
hsdk.c | 300 __attribute__((naked, noreturn, flatten)) noinline void hsdk_core_init_f(void) 355 static noinline void do_init_slave_cpu(u32 cpu_id) 604 static noinline int prepare_cpus(void)
|
/external/tensorflow/tensorflow/core/common_runtime/ |
function.cc | 1437 bool noinline = false; local 1803 bool noinline; local [all...] |
/external/tensorflow/tensorflow/python/framework/ |
function_test.py | 331 @function.Defun(noinline=True) [all...] |
function.py | [all...] |
/external/perfetto/src/profiling/memory/ |
malloc_hooks.cc | 193 __attribute__((noreturn, noinline)) void AbortOnSpinlockTimeout() {
|