HomeSort by relevance Sort by last modified time
    Searched full:noinline (Results 951 - 975 of 1348) sorted by null

<<31323334353637383940>>

  /external/gemmlowp/internal/
common.h 40 #define GEMMLOWP_NOINLINE __attribute__((noinline))
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 108 F->hasFnAttribute(Attribute::NoInline);
  /external/llvm/test/Analysis/BlockFrequencyInfo/
loops_with_profile_info.ll 21 ; __attribute__((noinline)) void bar() {
  /external/llvm/test/CodeGen/AArch64/
arm64-abi-varargs.ll 7 define void @fn9(i32 %a1, i32 %a2, i32 %a3, i32 %a4, i32 %a5, i32 %a6, i32 %a7, i32 %a8, i32 %a9, ...) nounwind noinline ssp {
  /external/llvm/test/CodeGen/ARM/
debug-info-d16-reg.ll 23 define i32 @printer(i8* %ptr, double %val, i8 zeroext %c) nounwind optsize noinline !dbg !0 {
debug-info-s16-reg.ll 28 define i32 @printer(i8* %ptr, float %val, i8 zeroext %c) nounwind optsize noinline ssp !dbg !6 {
vrev.ll 168 define void @float_vrev64(float* nocapture %source, <4 x float>* nocapture %dest) nounwind noinline ssp {
  /external/llvm/test/CodeGen/X86/
win32-seh-catchpad.ll 231 attributes #3 = { noinline }
  /external/llvm/utils/
llvm.grm 168 | noinline
  /external/mesa3d/src/amd/vulkan/
radv_entrypoints_gen.py 206 void * __attribute__ ((noinline))
  /external/mesa3d/src/intel/vulkan/
anv_entrypoints_gen.py 221 static void * __attribute__ ((noinline))
  /external/pdfium/third_party/base/allocator/partition_allocator/
partition_alloc.cc 259 static NOINLINE void PartitionOutOfMemoryWithLotsOfUncommitedPages() {
264 static NOINLINE void PartitionOutOfMemory(const PartitionRootBase* root) {
280 static NOINLINE void PartitionExcessiveAllocationSize() {
284 static NOINLINE void PartitionBucketFull() {
    [all...]
  /external/swiftshader/third_party/LLVM/docs/
DebuggingJITedCode.html 125 function (__jit_debug_register_code) marked noinline that GDB knows about. When
  /external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
debug-info-d16-reg.ll 23 define i32 @printer(i8* %ptr, double %val, i8 zeroext %c) nounwind optsize noinline {
debug-info-s16-reg.ll 28 define i32 @printer(i8* %ptr, float %val, i8 zeroext %c) nounwind optsize noinline ssp {
vrev.ll 168 define void @float_vrev64(float* nocapture %source, <4 x float>* nocapture %dest) nounwind noinline ssp {
  /external/swiftshader/third_party/LLVM/utils/
llvm.grm 170 | noinline
  /external/swiftshader/third_party/subzero/crosstest/
test_icmp_main.cpp 262 bool __attribute__((noinline))
  /external/valgrind/VEX/auxprogs/
genoffsets.c 82 __attribute__((noinline))
  /external/valgrind/memcheck/tests/common/
sh-mem-vec128.tmpl.c 34 static __attribute__((noinline)) const char* get_endianness ( void )
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
inl.go 112 // If marked "go:noinline", don't inline
113 if fn.Func.Pragma&Noinline != 0 {
114 reason = "marked go:noinline"
573 if n.NoInline() {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/gen/
cmpConstGen.go 195 // no need for go:noinline because the function is called indirectly
  /prebuilts/go/darwin-x86/src/runtime/
export_test.go 404 //go:noinline
  /prebuilts/go/darwin-x86/test/
escape_because.go 116 //go:noinline
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
inl.go 112 // If marked "go:noinline", don't inline
113 if fn.Func.Pragma&Noinline != 0 {
114 reason = "marked go:noinline"
573 if n.NoInline() {

Completed in 1855 milliseconds

<<31323334353637383940>>