OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:noinline
(Results
126 - 150
of
1348
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/tools/dsymutil/Inputs/
basic3.c
15
__attribute__((
noinline
))
/external/llvm/test/tools/llvm-symbolizer/Inputs/
coff-exports.cpp
8
EXPORT void __declspec(
noinline
) foo() {
/external/swiftshader/third_party/LLVM/test/Transforms/Inline/
noinline.ll
13
tail call void @bar() nounwind
noinline
/external/valgrind/memcheck/tests/solaris/
scalar_tsol_clearance.c
10
__attribute__((
noinline
))
17
__attribute__((
noinline
))
32
__attribute__((
noinline
))
39
__attribute__((
noinline
))
scalar_modctl_modnvl.c
11
__attribute__((
noinline
))
24
__attribute__((
noinline
))
39
__attribute__((
noinline
))
52
__attribute__((
noinline
))
67
__attribute__((
noinline
))
/external/valgrind/none/tests/ppc32/
test_tm.c
3
int __attribute__ ((
noinline
)) htm_begin (int r3, int r4)
/external/valgrind/none/tests/ppc64/
test_tm.c
3
int __attribute__ ((
noinline
)) htm_begin (int r3, int r4)
/prebuilts/go/darwin-x86/misc/cgo/testshared/src/division/
division.go
7
//go:
noinline
/prebuilts/go/darwin-x86/test/fixedbugs/
issue10441.go
14
//go:
noinline
issue19275.go
21
//go:
noinline
32
//go:
noinline
46
//go:
noinline
54
//go:
noinline
bug484.go
26
//go:
noinline
32
//go:
noinline
44
//go:
noinline
48
//go:
noinline
61
//go:
noinline
/prebuilts/go/linux-x86/misc/cgo/testshared/src/division/
division.go
7
//go:
noinline
/prebuilts/go/linux-x86/test/fixedbugs/
issue10441.go
14
//go:
noinline
issue19275.go
21
//go:
noinline
32
//go:
noinline
46
//go:
noinline
54
//go:
noinline
bug484.go
26
//go:
noinline
32
//go:
noinline
44
//go:
noinline
48
//go:
noinline
61
//go:
noinline
/toolchain/binutils/binutils-2.27/gold/testsuite/
ifuncmain1vis.c
10
int __attribute__ ((
noinline
)) foo_hidden (void);
31
__attribute__ ((
noinline
))
38
__attribute__ ((
noinline
))
45
__attribute__ ((
noinline
))
ifuncmain3.c
12
extern int __attribute__ ((
noinline
)) foo (void);
13
extern int __attribute__ ((
noinline
)) foo_hidden (void);
14
extern int __attribute__ ((
noinline
)) foo_protected (void);
19
__attribute__ ((
noinline
))
26
__attribute__ ((
noinline
))
33
__attribute__ ((
noinline
))
/art/test/536-checker-intrinsic-optimization/src/
Main.java
50
assertIntEquals(0, $opt$
noinline
$getStringLength(""));
51
assertIntEquals(3, $opt$
noinline
$getStringLength("abc"));
52
assertIntEquals(10, $opt$
noinline
$getStringLength("0123456789"));
54
assertBooleanEquals(true, $opt$
noinline
$isStringEmpty(""));
55
assertBooleanEquals(false, $opt$
noinline
$isStringEmpty("abc"));
56
assertBooleanEquals(false, $opt$
noinline
$isStringEmpty("0123456789"));
58
assertCharEquals('a', $opt$
noinline
$stringCharAt("a", 0));
59
assertCharEquals('a', $opt$
noinline
$stringCharAt("abc", 0));
60
assertCharEquals('b', $opt$
noinline
$stringCharAt("abc", 1));
61
assertCharEquals('c', $opt$
noinline
$stringCharAt("abc", 2))
[
all
...]
/art/test/671-npe-field-opts/src/
Main.java
20
// in $
noinline
$bar like LICM that could hoist the null check
29
$
noinline
$bar();
32
check(e, 29, 52, "$
noinline
$bar");
36
$
noinline
$foo();
39
check(e, 36, 44, "$
noinline
$foo");
43
public static float $
noinline
$foo() {
49
public static float $
noinline
$bar() {
/art/test/565-checker-doublenegbitwise/src/
Main.java
42
public static <T> T $
noinline
$runSmaliTest(String name, Class<T> klass, T input1, T input2) {
61
/// CHECK-START: int Main.$opt$
noinline
$andToOr(int, int) instruction_simplifier (before)
70
/// CHECK-START: int Main.$opt$
noinline
$andToOr(int, int) instruction_simplifier (after)
77
/// CHECK-START: int Main.$opt$
noinline
$andToOr(int, int) instruction_simplifier (after)
81
/// CHECK-START: int Main.$opt$
noinline
$andToOr(int, int) instruction_simplifier (after)
84
public static int $opt$
noinline
$andToOr(int a, int b) {
97
/// CHECK-START: boolean Main.$opt$
noinline
$booleanAndToOr(boolean, boolean) instruction_simplifier$after_inlining (before)
107
/// CHECK-START: boolean Main.$opt$
noinline
$booleanAndToOr(boolean, boolean) instruction_simplifier$after_inlining (after)
114
/// CHECK-START: boolean Main.$opt$
noinline
$booleanAndToOr(boolean, boolean) instruction_simplifier$after_bce (after)
118
/// CHECK-START: boolean Main.$opt$
noinline
$booleanAndToOr(boolean, boolean) instruction_simplifier$after_bce (after
[
all
...]
/external/compiler-rt/test/cfi/cross-dso/
stats.cpp
18
extern "C" __attribute__((
noinline
)) void vcall(A *a) {
23
extern "C" __attribute__((
noinline
)) void nvcall(A *a) {
30
extern "C" __attribute__((
noinline
)) A *dcast(A *a) {
35
extern "C" __attribute__((
noinline
)) A *ucast(A *a) {
40
extern "C" __attribute__((
noinline
)) void unreachable(A *a) {
/external/compiler-rt/test/cfi/
stats.cpp
15
extern "C" __attribute__((
noinline
)) void vcall(A *a) {
20
extern "C" __attribute__((
noinline
)) void nvcall(A *a) {
25
extern "C" __attribute__((
noinline
)) A *dcast(A *a) {
30
extern "C" __attribute__((
noinline
)) A *ucast(A *a) {
35
extern "C" __attribute__((
noinline
)) void unreachable(A *a) {
/external/compiler-rt/test/asan/TestCases/
stack-oob-frames.cc
7
#define
NOINLINE
__attribute__((
noinline
))
12
NOINLINE
static void Frame0(int frame, char *a, char *b, char *c) {
23
NOINLINE
static void Frame1(int frame, char *a, char *b) {
27
NOINLINE
static void Frame2(int frame, char *a) {
31
NOINLINE
static void Frame3(int frame) {
/external/llvm/test/CodeGen/X86/
limited-prec.ll
8
define float @f1(float %x) nounwind
noinline
{
17
define float @f2(float %x) nounwind
noinline
{
26
define float @f3(float %x) nounwind
noinline
{
35
define float @f4(float %x) nounwind
noinline
{
44
define float @f5(float %x) nounwind
noinline
{
53
define float @f6(float %x) nounwind
noinline
{
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
limited-prec.ll
8
define float @f1(float %x) nounwind
noinline
{
17
define float @f2(float %x) nounwind
noinline
{
26
define float @f3(float %x) nounwind
noinline
{
35
define float @f4(float %x) nounwind
noinline
{
44
define float @f5(float %x) nounwind
noinline
{
53
define float @f6(float %x) nounwind
noinline
{
Completed in 1100 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>