/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
D | codeview-inlinees.test | 14 CHECK: Inlinee: f (0x1003) 15 CHECK: Inlinee: h (0x1004) 16 CHECK-NOT: Inlinee: 25 CHECK: Inlinee: h (0x1004) 28 CHECK: Inlinee: f (0x1003)
|
D | codeview-inlining.test | 40 ; 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/ |
D | label-annotation.ll | 10 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/ |
D | cv-loc-unreachable.s | 21 # 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
|
D | cv-inline-linetable-unlikely.s | 29 # CHECK: Inlinee: f (0x1002) 78 .long 246 # Inlinee lines subsection 81 .long 0 # Inlinee lines signature 112 .long 4098 # Inlinee type index
|
D | cv-inline-linetable-unreachable.s | 51 .long 246 # Inlinee lines subsection 82 # CHECK: Inlinee: f (0x1003)
|
D | cv-inline-linetable.s | 94 # CHECK: Inlinee: bar (0x1003) 112 # CHECK: Inlinee: foo (0x1004)
|
D | cv-inline-linetable-infloop.s | 65 .long 4098 # Inlinee type index
|
/external/v8/src/compiler/ |
D | js-inlining.cc | 90 // 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/ |
D | codeview-inlining.test | 40 ; CHECK-NEXT: Inlinee: bar (0x1002) 48 ; CHECK-NEXT: Inlinee: baz (0x1003) 57 ; CHECK-NEXT: Inlinee: foo (0x1004)
|
/external/llvm/test/DebugInfo/COFF/ |
D | inlining-levels.ll | 23 ; OBJ: Inlinee: h (0x1004) 26 ; OBJ: Inlinee: g (0x1003) 29 ; OBJ: Inlinee: f (0x1002)
|
D | inlining.ll | 43 ; 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)
|
D | inlining-same-name.ll | 21 ; CHECK: Inlinee: same_name (0x1002) 26 ; CHECK: Inlinee: same_name (0x1002)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/ |
D | inlining-levels.ll | 23 ; OBJ: Inlinee: h (0x1002) 26 ; OBJ: Inlinee: g (0x1003) 29 ; OBJ: Inlinee: f (0x1004)
|
D | inlining-header.ll | 53 ; OBJ: Inlinee: g (0x1002) 58 ; OBJ: Inlinee: f (0x1003) 79 ; OBJ: Inlinee: g (0x1002) 89 ; OBJ: Inlinee: f (0x1003)
|
D | inlining.ll | 46 ; 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)
|
D | inlining-same-name.ll | 21 ; CHECK: Inlinee: same_name (0x1002) 26 ; CHECK: Inlinee: same_name (0x1002)
|
/external/llvm/test/MC/COFF/ |
D | cv-inline-linetable-unreachable.s | 49 .long 246 # Inlinee lines subsection 80 # CHECK: Inlinee: f (0x1003)
|
D | cv-inline-linetable.s | 91 # CHECK: Inlinee: bar (0x1003) 112 # CHECK: Inlinee: foo (0x1004)
|
D | cv-inline-linetable-infloop.s | 62 .long 4098 # Inlinee type index
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | CodeViewDebug.cpp | 119 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/ |
D | inline-funclets.ll | 35 ; 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/ |
D | CodeViewYAMLDebugSections.cpp | 305 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/ |
D | CodeViewDebug.cpp | 201 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/ |
D | debug-subsections.yaml | 64 Inlinee: 22767
|