OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alwaysinline
(Results
26 - 50
of
154
) sorted by null
1
2
3
4
5
6
7
/external/llvm/test/Transforms/Inline/
inline-constexpr-addrspacecast-argument.ll
30
attributes #1 = {
alwaysinline
nounwind }
debug-info-duplicate-calls.ll
69
; Function Attrs:
alwaysinline
inlinehint uwtable
76
; Function Attrs:
alwaysinline
inlinehint uwtable
84
; Function Attrs:
alwaysinline
inlinehint uwtable
94
attributes #1 = {
alwaysinline
inlinehint uwtable "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" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
guard-intrinsic.ll
5
define i8 @callee(i1* %c_ptr)
alwaysinline
{
alloca-dbgdeclare-merge.ll
34
; Function Attrs:
alwaysinline
nounwind uwtable
47
; Function Attrs:
alwaysinline
nounwind uwtable
65
attributes #0 = {
alwaysinline
nounwind uwtable "disable-tail-calls"="false" "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" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+sse,+sse2" "unsafe-fp-math"="false" "use-soft-float"="false" }
deoptimize-intrinsic.ll
6
define i8 @callee(i1* %c)
alwaysinline
{
93
define i8 @callee_with_alloca()
alwaysinline
{
109
define i8 @callee_with_dynamic_alloca(i32 %n)
alwaysinline
{
attributes.ll
24
define i32 @alwaysinline_callee(i32 %i)
alwaysinline
{
28
define i32 @alwaysinline_sanitize_address_callee(i32 %i)
alwaysinline
sanitize_address {
32
define i32 @alwaysinline_sanitize_thread_callee(i32 %i)
alwaysinline
sanitize_thread {
36
define i32 @alwaysinline_sanitize_memory_callee(i32 %i)
alwaysinline
sanitize_memory {
40
define i32 @alwaysinline_safestack_callee(i32 %i)
alwaysinline
safestack {
48
; *
alwaysinline
callee is always inlined no matter what sanitize_* attributes are present.
87
; *
alwaysinline
callee is always inlined no matter what sanitize_* attributes are present.
/frameworks/rs/driver/runtime/arch/
x86_sse3.ll
41
define float @_Z6lengthDv4_f(<4 x float> %in) nounwind readnone
alwaysinline
{
50
define float @_Z6lengthDv3_f(<3 x float> %in) nounwind readnone
alwaysinline
{
63
define float @_Z6lengthDv2_f(<2 x float> %in) nounwind readnone
alwaysinline
{
72
define float @_Z6lengthf(float %in) nounwind readnone
alwaysinline
{
/external/llvm/test/DebugInfo/Generic/
linkage-name-abstract.ll
36
; Function Attrs:
alwaysinline
uwtable
52
attributes #0 = {
alwaysinline
uwtable }
/external/clang/test/CodeGen/
dllimport.c
95
// CHECK-NOT: @
alwaysInline
()
96
// O1-NOT: @
alwaysInline
()
98
__declspec(dllimport) __attribute__((always_inline)) inline void
alwaysInline
(void) {}
100
USE(
alwaysInline
)
/external/llvm/lib/Target/Hexagon/
HexagonSelectionDAGInfo.h
26
bool
AlwaysInline
,
/external/llvm/lib/Target/Lanai/
LanaiSelectionDAGInfo.cpp
24
SDValue Size, unsigned Align, bool isVolatile, bool
AlwaysInline
,
LanaiSelectionDAGInfo.h
29
bool
AlwaysInline
,
/external/llvm/lib/Target/XCore/
XCoreSelectionDAGInfo.h
28
bool
AlwaysInline
,
/external/swiftshader/third_party/LLVM/lib/Target/X86/
X86SelectionDAGInfo.h
49
bool isVolatile, bool
AlwaysInline
,
X86SelectionDAGInfo.cpp
178
bool isVolatile, bool
AlwaysInline
,
187
if (!
AlwaysInline
&& SizeVal > Subtarget->getMaxInlineSizeThreshold())
191
/// if calling the library is not allowed (
AlwaysInline
), then soldier on as
194
if (!
AlwaysInline
&& (Align & 3) != 0)
252
Align, isVolatile,
AlwaysInline
,
/external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetSelectionDAGInfo.h
50
/// If
AlwaysInline
is true, the size is constant and the target should not
54
/// for another call). If the target chooses to decline an
AlwaysInline
61
bool
AlwaysInline
,
/external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp
198
SDValue Size, unsigned Align, bool isVolatile, bool
AlwaysInline
,
208
if (!
AlwaysInline
&& SizeVal > Subtarget.getMaxInlineSizeThreshold())
212
/// if calling the library is not allowed (
AlwaysInline
), then soldier on as
215
if (!
AlwaysInline
&& (Align & 3) != 0)
277
Align, isVolatile,
AlwaysInline
, false,
X86SelectionDAGInfo.h
43
bool
AlwaysInline
,
/external/llvm/include/llvm/CodeGen/
SelectionDAGTargetInfo.h
43
/// If
AlwaysInline
is true, the size is constant and the target should not
47
/// for another call). If the target chooses to decline an
AlwaysInline
53
bool
AlwaysInline
,
/external/llvm/lib/Target/AMDGPU/
AMDGPUAlwaysInlinePass.cpp
55
F.addFnAttr(Attribute::
AlwaysInline
);
/external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.h
30
bool
AlwaysInline
,
/external/llvm/test/CodeGen/X86/
dllimport.ll
18
define available_externally dllimport void @inline2()
alwaysinline
{
/external/llvm/test/Transforms/LoopRotate/
nosimplifylatch.ll
8
; Function Attrs:
alwaysinline
inlinehint nounwind readonly ssp
/external/llvm/test/Transforms/SLPVectorizer/X86/
non-vectorizable-intrinsic.ll
35
attributes #0 = {
alwaysinline
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" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMSelectionDAGInfo.h
52
bool isVolatile, bool
AlwaysInline
,
Completed in 6676 milliseconds
1
2
3
4
5
6
7