Home
last modified time | relevance | path

Searched full:inlinee (Results 1 – 25 of 62) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dcodeview-inlinees.test14 CHECK: Inlinee: f (0x1003)
15 CHECK: Inlinee: h (0x1004)
16 CHECK-NOT: Inlinee:
25 CHECK: Inlinee: h (0x1004)
28 CHECK: Inlinee: f (0x1003)
Dcodeview-inlining.test40 ; CHECK-NEXT: Inlinee: bar (0x1002)
48 ; CHECK-NEXT: Inlinee: baz (0x1003)
57 ; CHECK-NEXT: Inlinee: foo (0x1004)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dlabel-annotation.ll10 define void @inlinee() {
19 call void @inlinee()
25 ; CHECK-LABEL: define void @inlinee()
33 ; CHECK: call void @inlinee()
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
Dcv-loc-unreachable.s21 # CHECK: Inlinee: do_exit (0x1002)
28 # CHECK: Inlinee: do_exit (0x1002)
90 .long 246 # Inlinee lines subsection
93 .long 0 # Inlinee lines signature
125 .long 4098 # Inlinee type index
Dcv-inline-linetable-unlikely.s29 # CHECK: Inlinee: f (0x1002)
78 .long 246 # Inlinee lines subsection
81 .long 0 # Inlinee lines signature
112 .long 4098 # Inlinee type index
Dcv-inline-linetable-unreachable.s51 .long 246 # Inlinee lines subsection
82 # CHECK: Inlinee: f (0x1003)
Dcv-inline-linetable.s94 # CHECK: Inlinee: bar (0x1003)
112 # CHECK: Inlinee: foo (0x1004)
Dcv-inline-linetable-infloop.s65 .long 4098 # Inlinee type index
/external/v8/src/compiler/
Djs-inlining.cc90 // becomes the control input of the start of the inlinee, and {effect} becomes in InlineCall()
91 // the effect input of the start of the inlinee. in InlineCall()
123 // The projection is requesting the inlinee function context. in InlineCall()
146 // Link uncaught calls in the inlinee to {exception_target} in InlineCall()
150 "Inlinee contains %d calls without local exception handler; " in InlineCall()
210 // Depending on whether the inlinee produces a value, we either replace value in InlineCall()
345 // The inlinee specializes to the context from the JSFunction object. in DetermineCallContext()
359 // The inlinee uses the locally provided context at instantiation. in DetermineCallContext()
478 // Create the subgraph for the inlinee. in ReduceJSCall()
495 // Extract the inlinee start/end nodes. in ReduceJSCall()
[all …]
/external/llvm/test/tools/llvm-readobj/
Dcodeview-inlining.test40 ; CHECK-NEXT: Inlinee: bar (0x1002)
48 ; CHECK-NEXT: Inlinee: baz (0x1003)
57 ; CHECK-NEXT: Inlinee: foo (0x1004)
/external/llvm/test/DebugInfo/COFF/
Dinlining-levels.ll23 ; OBJ: Inlinee: h (0x1004)
26 ; OBJ: Inlinee: g (0x1003)
29 ; OBJ: Inlinee: f (0x1002)
Dinlining.ll43 ; ASM: .long 246 # Inlinee lines subsection
154 ; OBJ: Inlinee: bar (0x1002)
159 ; OBJ: Inlinee: foo (0x1003)
184 ; OBJ: Inlinee: bar (0x1002)
200 ; OBJ: Inlinee: foo (0x1003)
Dinlining-same-name.ll21 ; CHECK: Inlinee: same_name (0x1002)
26 ; CHECK: Inlinee: same_name (0x1002)
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dinlining-levels.ll23 ; OBJ: Inlinee: h (0x1002)
26 ; OBJ: Inlinee: g (0x1003)
29 ; OBJ: Inlinee: f (0x1004)
Dinlining-header.ll53 ; OBJ: Inlinee: g (0x1002)
58 ; OBJ: Inlinee: f (0x1003)
79 ; OBJ: Inlinee: g (0x1002)
89 ; OBJ: Inlinee: f (0x1003)
Dinlining.ll46 ; ASM: .long 246 # Inlinee lines subsection
159 ; OBJ: Inlinee: bar (0x1002)
164 ; OBJ: Inlinee: foo (0x1003)
189 ; OBJ: Inlinee: bar (0x1002)
201 ; OBJ: Inlinee: foo (0x1003)
Dinlining-same-name.ll21 ; CHECK: Inlinee: same_name (0x1002)
26 ; CHECK: Inlinee: same_name (0x1002)
/external/llvm/test/MC/COFF/
Dcv-inline-linetable-unreachable.s49 .long 246 # Inlinee lines subsection
80 # CHECK: Inlinee: f (0x1003)
Dcv-inline-linetable.s91 # CHECK: Inlinee: bar (0x1003)
112 # CHECK: Inlinee: foo (0x1004)
Dcv-inline-linetable-infloop.s62 .long 4098 # Inlinee type index
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp119 const DISubprogram *Inlinee) { in getInlineSite() argument
124 Site->Inlinee = Inlinee; in getInlineSite()
125 InlinedSubprograms.insert(Inlinee); in getInlineSite()
126 getFuncIdForSubprogram(Inlinee); in getInlineSite()
291 const DISubprogram *Inlinee = Var.DIVar->getScope()->getSubprogram(); in recordLocalVariable() local
292 InlineSite &Site = getInlineSite(InlinedAt, Inlinee); in recordLocalVariable()
500 OS.AddComment("Inlinee lines subsection"); in emitInlineeLinesSubsection()
505 OS.AddComment("Inlinee lines signature"); in emitInlineeLinesSubsection()
548 assert(TypeIndices.count({Site.Inlinee, nullptr})); in emitInlinedCallSite()
549 TypeIndex InlineeIdx = TypeIndices[{Site.Inlinee, nullptr}]; in emitInlinedCallSite()
[all …]
/external/llvm/test/Transforms/Inline/
Dinline-funclets.ll35 ; that stays within the inlinee.
94 ; has a cleanupret that remains within the inlinee.
445 %inlinee.pad = cleanuppad within none []
446 call void @g() [ "funclet"(token %inlinee.pad) ]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp305 IO.mapRequired("Inlinee", Obj.Inlinee); in mapping()
452 Result->addInlineSite(TypeIndex(Site.Inlinee), Site.FileName, in toCodeViewSubsection()
632 Site.Inlinee = IL.Header->Inlinee.getIndex(); in fromCodeViewSubsection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp201 const DISubprogram *Inlinee) { in getInlineSite() argument
215 Site->Inlinee = Inlinee; in getInlineSite()
216 InlinedSubprograms.insert(Inlinee); in getInlineSite()
217 getFuncIdForSubprogram(Inlinee); in getInlineSite()
381 const DISubprogram *Inlinee = Var.DIVar->getScope()->getSubprogram(); in recordLocalVariable() local
382 InlineSite &Site = getInlineSite(InlinedAt, Inlinee); in recordLocalVariable()
743 OS.AddComment("Inlinee lines subsection"); in emitInlineeLinesSubsection()
750 OS.AddComment("Inlinee lines signature"); in emitInlineeLinesSubsection()
779 assert(TypeIndices.count({Site.Inlinee, nullptr})); in emitInlinedCallSite()
780 TypeIndex InlineeIdx = TypeIndices[{Site.Inlinee, nullptr}]; in emitInlinedCallSite()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/PDB/Inputs/
Ddebug-subsections.yaml64 Inlinee: 22767

123