OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:inlinehint
(Results
1 - 25
of
46
) sorted by null
1
2
/external/llvm/test/Transforms/Inline/
2010-05-12-ValueMap.ll
7
define internal fastcc void @list_Cdr1918() nounwind
inlinehint
{
11
define internal fastcc void @list_PairSecond1927() nounwind
inlinehint
{
12
call fastcc void @list_Cdr1918() nounwind
inlinehint
16
define internal fastcc void @list_Cdr3164() nounwind
inlinehint
{
20
define internal fastcc void @list_Nconc3167() nounwind
inlinehint
{
21
call fastcc void @list_Cdr3164() nounwind
inlinehint
26
call fastcc void @list_Cdr3164() nounwind
inlinehint
devirtualize-2.ll
27
define internal i32 @f2a(i8* %t)
inlinehint
ssp {
crash2.ll
7
define linkonce_odr void @f2(i8* %t)
inlinehint
ssp {
devirtualize.ll
68
define linkonce_odr void @_ZN1DC1Ev(%struct.C* %this)
inlinehint
ssp align 2 {
109
define linkonce_odr void @_ZN1DC2Ev(%struct.C* %this)
inlinehint
ssp align 2 {
123
define linkonce_odr void @_ZN1CC2Ev(%struct.C* %this)
inlinehint
ssp align 2 {
156
define linkonce_odr void @_ZN1AC2Ev(%struct.A* %this)
inlinehint
ssp align 2 {
165
define linkonce_odr void @_ZN1BC2Ev(%struct.A* %this)
inlinehint
ssp align 2 {
/external/clang/test/CodeGen/
noinline.c
12
// NOINLINE-NOT:
inlinehint
/external/llvm/test/CodeGen/NVPTX/
refl1.ll
23
; Function Attrs: alwaysinline
inlinehint
nounwind readnone
35
attributes #2 = { alwaysinline
inlinehint
nounwind readnone }
/external/llvm/test/CodeGen/X86/
2010-10-08-cmpxchg8b.ll
15
define void @foo(i64* %ptr) nounwind
inlinehint
{
2010-04-29-CoalescerCrash.ll
5
define void @_ZN12_GLOBAL__N_113SPUAsmPrinter15EmitInstructionEPKN4llvm12MachineInstrE(i8* %this, i8* %MI) nounwind
inlinehint
align 2 {
123
%0 = call i64 @_ZNK4llvm14MachineOperand6getImmEv(i8 undef) nounwind
inlinehint
; <i64> [#uses=1]
140
declare i64 @_ZNK4llvm14MachineOperand6getImmEv(i8) nounwind
inlinehint
align 2
2012-05-19-CoalescerCrash.ll
116
declare fastcc void @_ZN12_GLOBAL__N_114AsmMatcherInfoD2Ev() unnamed_addr
inlinehint
align 2
/external/llvm/test/CodeGen/ARM/
fast-isel-pred.ll
16
define internal void @__aa(<4 x i32> %v, i8* %p, i32 %offset, <4 x float>* %constants) nounwind
inlinehint
ssp {
40
define internal void @__bb(<4 x float> %v, i8* %p, i32 %offset, <4 x float>* %constants) nounwind
inlinehint
ssp {
2012-01-23-PostRA-LICM.ll
93
declare arm_aapcs_vfpcc void @baz(i8*, i8* nocapture, [2 x i64], <4 x i32>* nocapture) nounwind uwtable
inlinehint
align 2
95
declare arm_aapcs_vfpcc void @quux(i8*, i8*, [2 x i64], i8* nocapture, [2 x i64], i8* nocapture, i8* nocapture, [2 x i64], [2 x i64], <4 x i32>* nocapture) nounwind uwtable
inlinehint
align 2
/external/llvm/test/CodeGen/PowerPC/
inlineasm-i64-reg.ll
7
; Function Attrs: alwaysinline
inlinehint
nounwind
62
attributes #0 = { alwaysinline
inlinehint
nounwind }
/external/llvm/test/Transforms/GVN/
2011-06-01-NonLocalMemdepMiscompile.ll
61
declare void @isalnum() nounwind
inlinehint
ssp
/external/llvm/test/Transforms/InstCombine/
select-crash.ll
4
define fastcc double @gimp_operation_color_balance_map(float %value, double %highlights) nounwind readnone
inlinehint
{
debuginfo.ll
9
define hidden i8* @foobar(i8* %__dest, i32 %__val, i64 %__len) nounwind
inlinehint
ssp {
objsize.ll
82
declare i8* @__inline_memcpy_chk(i8*, i8*, i32) nounwind
inlinehint
100
%6 = call i8* @__inline_memcpy_chk(i8* %5, i8* undef, i32 512) nounwind
inlinehint
; <i8*> [#uses=0]
/external/llvm/test/Bitcode/
attributes-3.3.ll
133
define void @f22()
inlinehint
225
; CHECK: attributes #12 = {
inlinehint
}
attributes.ll
130
define void @f22()
inlinehint
222
; CHECK: attributes #12 = {
inlinehint
}
/external/llvm/test/Transforms/LoopUnswitch/
2012-04-30-LoopUnswitch-LPad-Crash.ll
72
define void @_ZN1DD1Ev() unnamed_addr uwtable
inlinehint
ssp align 2 {
77
define void @_ZN1DD2Ev() unnamed_addr uwtable
inlinehint
ssp align 2 {
/external/llvm/bindings/python/llvm/
enumerations.py
55
('
InlineHint
', 1 << 25),
/external/llvm/include/llvm/Transforms/IPO/
InlinerPass.h
58
///
inlinehint
attribute.
/external/llvm/utils/vim/
llvm.vim
44
syn keyword llvmKeyword filter gc global hidden initialexec
inlinehint
inreg
/external/llvm/lib/Transforms/IPO/
Inliner.cpp
50
HintThreshold("
inlinehint
-threshold", cl::Hidden, cl::init(325),
269
// Listen to the
inlinehint
attribute when it would increase the threshold
272
bool
InlineHint
= Callee && !Callee->isDeclaration() &&
274
Attribute::
InlineHint
);
275
if (
InlineHint
&& HintThreshold > thres
/external/llvm/test/Transforms/DeadStoreElimination/
2011-09-06-MemCpy.ll
68
define void @_ZSt9iter_swapIPSt4pairIPN4llvm10BasicBlockEjES5_EvT_T0_(%struct.pair.162* %__a, %struct.pair.162* %__b) nounwind uwtable
inlinehint
{
/external/llvm/utils/kate/
llvm.xml
81
<item>
inlinehint
</item>
Completed in 815 milliseconds
1
2