OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:noinline
(Results
451 - 475
of
1348
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/compiler-rt/test/asan/TestCases/Linux/
swapcontext_test.cc
20
__attribute__((
noinline
))
25
__attribute__((
noinline
))
/external/compiler-rt/test/asan/TestCases/
contiguous_container.cc
50
__attribute__((
noinline
))
53
__attribute__((
noinline
))
/external/eigen/bench/
BenchUtil.h
21
template<typename MatrixType> void initMatrix_random(MatrixType& mat) __attribute__((
noinline
));
27
template<typename MatrixType> void initMatrix_identity(MatrixType& mat) __attribute__((
noinline
));
/external/jemalloc/include/jemalloc/
jemalloc_macros.h
53
# define JEMALLOC_NOINLINE __declspec(
noinline
)
86
# define JEMALLOC_NOINLINE JEMALLOC_ATTR(
noinline
)
jemalloc_macros.h.in
53
# define JEMALLOC_NOINLINE __declspec(
noinline
)
86
# define JEMALLOC_NOINLINE JEMALLOC_ATTR(
noinline
)
/external/llvm/lib/Target/AMDGPU/
AMDGPUAlwaysInlinePass.cpp
42
!F.hasFnAttribute(Attribute::
NoInline
))
54
if (F.hasLocalLinkage() && !F.hasFnAttribute(Attribute::
NoInline
)) {
/external/llvm/test/Analysis/GlobalsModRef/
no-escape.ll
11
define void @foo(i32* %P)
noinline
{
18
define void @bar()
noinline
{
/external/llvm/test/CodeGen/Hexagon/
block-ranges-nodef.ll
53
attributes #0 = {
noinline
norecurse nounwind }
54
attributes #1 = {
noinline
nounwind }
/external/llvm/test/CodeGen/X86/
2011-06-03-x87chain.ll
3
define float @chainfail1(i64* nocapture %a, i64* nocapture %b, i32 %x, i32 %y, float* nocapture %f) nounwind uwtable
noinline
ssp {
18
define float @chainfail2(i64* nocapture %a, i64* nocapture %b, i32 %x, i32 %y, float* nocapture %f) nounwind uwtable
noinline
ssp {
/external/llvm/test/Transforms/GlobalOpt/
heap-sra-1.ll
9
define void @bar(i64 %Size) nounwind
noinline
{
20
define i32 @baz() nounwind readonly
noinline
{
heap-sra-2.ll
9
define void @bar(i32 %Size) nounwind
noinline
{
20
define i32 @baz() nounwind readonly
noinline
{
heap-sra-3.ll
9
define void @bar(i64 %Size) nounwind
noinline
{
21
define i32 @baz() nounwind readonly
noinline
{
heap-sra-4.ll
9
define void @bar(i64 %Size) nounwind
noinline
{
21
define i32 @baz() nounwind readonly
noinline
{
/external/llvm/test/tools/llvm-split/
preserve-locals.ll
42
; Function Attrs:
noinline
nounwind
58
; Function Attrs:
noinline
nounwind
/external/swiftshader/third_party/LLVM/test/CodeGen/MBlaze/
svol.ll
8
define cc74 void @mysvol() nounwind
noinline
{
43
define cc74 void @mysvol2() nounwind
noinline
{
/external/swiftshader/third_party/LLVM/test/Transforms/GlobalOpt/
heap-sra-1.ll
9
define void @bar(i64 %Size) nounwind
noinline
{
20
define i32 @baz() nounwind readonly
noinline
{
heap-sra-2.ll
9
define void @bar(i32 %Size) nounwind
noinline
{
20
define i32 @baz() nounwind readonly
noinline
{
heap-sra-3.ll
9
define void @bar(i64 %Size) nounwind
noinline
{
21
define i32 @baz() nounwind readonly
noinline
{
heap-sra-4.ll
9
define void @bar(i64 %Size) nounwind
noinline
{
21
define i32 @baz() nounwind readonly
noinline
{
/external/swiftshader/third_party/subzero/crosstest/
mem_intrin.cpp
18
static void __attribute__((
noinline
))
30
static int __attribute__((
noinline
))
/external/valgrind/memcheck/tests/
partiallydefinedeq.c
11
__attribute__((
noinline
)) // keep your grubby hands off this fn
71
static __attribute__((
noinline
)) void bar ( void )
/external/valgrind/memcheck/tests/solaris/
ioctl.c
13
__attribute__((
noinline
))
46
__attribute__((
noinline
))
scalar_obsolete.c
8
__attribute__((
noinline
))
15
__attribute__((
noinline
))
/external/valgrind/none/tests/x86-solaris/
coredump_single_thread_sse.c
8
__attribute__((
noinline
))
63
__attribute__((
noinline
))
/external/google-breakpad/src/processor/
stackwalker_selftest.cc
152
static uint32_t GetEBP() __attribute__((
noinline
));
168
static uint32_t GetESP() __attribute__((
noinline
));
189
static uint32_t GetEIP() __attribute__((
noinline
));
209
static uint32_t GetSP() __attribute__((
noinline
));
225
static uint32_t GetPC() __attribute__((
noinline
));
246
static uint32_t GetSP() __attribute__((
noinline
));
263
static uint32_t GetFP() __attribute__((
noinline
));
278
static uint32_t GetPC() __attribute__((
noinline
));
313
static unsigned int CountCallerFrames() __attribute__((
noinline
));
387
__attribute__((
noinline
));
[
all
...]
Completed in 737 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>