OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:noinline
(Results
501 - 525
of
1348
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/libtextclassifier/util/base/
port.h
32
#define TC_ATTRIBUTE_NOINLINE __attribute__((
noinline
))
/external/llvm/test/CodeGen/AArch64/
arm64-2013-01-23-sext-crash.ll
32
define void @_Z12my_example2bv() nounwind
noinline
ssp {
/external/llvm/test/CodeGen/ARM/
build-attributes-optimization-mixed.ll
20
attributes #0 = {
noinline
optnone }
/external/llvm/test/CodeGen/Mips/
micromips-sw-lw-16.ll
4
; Function Attrs:
noinline
nounwind
tnaked.ll
28
attributes #0 = { naked
noinline
nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
/external/llvm/test/CodeGen/PowerPC/
pr13891.ll
7
define void @_Z5check3foos(%struct.foo* nocapture byval %f, i16 signext %i)
noinline
{
vsx-args.ll
25
attributes #0 = {
noinline
nounwind readnone }
/external/llvm/test/CodeGen/X86/
isel-optnone.ll
41
attributes #0 = { nounwind optnone
noinline
}
/external/llvm/test/Feature/
seh-nounwind.ll
8
define i32 @div(i32 %n, i32 %d) nounwind
noinline
{
/external/llvm/test/Transforms/FunctionAttrs/
optnone-simple.ll
5
; 'optnone' requires '
noinline
' so #0 is '
noinline
' by itself,
7
attributes #0 = {
noinline
}
8
attributes #1 = {
noinline
optnone }
/external/llvm/test/Transforms/Mem2Reg/
optnone.ll
8
define double @testfunc(i32 %i, double %j) optnone
noinline
{
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
many2.c
16
__attribute__((
noinline
))
/external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
many2.c
16
__attribute__((
noinline
))
/external/swiftshader/third_party/LLVM/test/CodeGen/MBlaze/
intr.ll
9
define cc73 void @myintr() nounwind
noinline
{
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
unreachable-stack-protector.ll
7
define void @test5() nounwind optsize
noinline
ssp {
/external/swiftshader/third_party/LLVM/test/Transforms/ScalarRepl/
2011-09-22-PHISpeculateInvoke.ll
13
define void @odd_fn(i1)
noinline
{
/external/swiftshader/third_party/subzero/crosstest/
test_cast.cpp
22
ToType __attribute__((
noinline
)) cast(FromType a) {
27
ToType __attribute__((
noinline
)) castBits(FromType a) {
32
ToType __attribute__((
noinline
)) cast(int i, FromType a, int j) {
39
ToType __attribute__((
noinline
)) castBits(int i, FromType a, int j) {
/external/valgrind/memcheck/tests/
varinfo4.c
42
__attribute__((
noinline
))
wrap3.c
12
__attribute__((
noinline
))
/external/valgrind/perf/
sarp.c
16
__attribute__((
noinline
))
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
short.go
21
//go:
noinline
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
short.go
21
//go:
noinline
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/benchmarks/
stringstream.bench.cpp
4
double __attribute__((
noinline
)) istream_numbers();
/toolchain/binutils/binutils-2.27/gold/testsuite/
large_symbol_alignment.cc
33
is_aligned(const int& var, int align) __attribute__((
noinline
));
plugin_test_9b_elf.cc
30
print() __attribute__ ((
noinline
))
Completed in 633 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>