Home
last modified time | relevance | path

Searched refs:emission (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/external/clang/lib/CodeGen/
DCGDecl.cpp905 AutoVarEmission emission = EmitAutoVarAlloca(D); in EmitAutoVarDecl() local
906 EmitAutoVarInit(emission); in EmitAutoVarDecl()
907 EmitAutoVarCleanups(emission); in EmitAutoVarDecl()
956 AutoVarEmission emission(D); in EmitAutoVarAlloca() local
959 emission.IsByRef = isByRef; in EmitAutoVarAlloca()
994 emission.Addr = Address::invalid(); in EmitAutoVarAlloca()
995 assert(emission.wasEmittedAsGlobal()); in EmitAutoVarAlloca()
996 return emission; in EmitAutoVarAlloca()
1000 emission.IsConstantAggregate = true; in EmitAutoVarAlloca()
1025 emission.NRVOFlag = NRVOFlag.getPointer(); in EmitAutoVarAlloca()
[all …]
/external/llvm/test/CodeGen/X86/
Dand-encoding.ll3 ; Test that the direct object emission selects the and variant with 8 bit
5 ; We used to get this wrong when using direct object emission, but not when
/external/llvm/docs/
DExtensions.rst225 emission of Variable Length Arrays (VLAs).
230 properly. The emission of this stack probe emission is handled similar to the
231 standard stack probe emission.
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/ARM/
Dsplit-complex.ll3 ; REQUIRES: object-emission
20 ; Manually removed to disable location list emission:
/external/llvm/test/DebugInfo/ARM/
Dsplit-complex.ll3 ; REQUIRES: object-emission
21 ; Manually removed to disable location list emission:
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/ARM/
Dempty-map.test1 # REQUIRES: object-emission
Dfat-threading.test1 # REQUIRES: object-emission
Dfat-arch-not-found.test1 # REQUIRES: object-emission
/external/llvm/test/tools/dsymutil/ARM/
Dempty-map.test1 # REQUIRES: object-emission
Dfat-arch-not-found.test1 # REQUIRES: object-emission
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dfission-inline.ll5 ; Test the emission of gmlt-like inlining information into the skeleton unit.
11 ; A member function is used to force emission of the declaration of the
14 ; tests the general case of context emission, which is suppressed in gmlt-like
/external/llvm/test/DebugInfo/X86/
Dfission-inline.ll5 ; Test the emission of gmlt-like inlining information into the skeleton unit.
11 ; A member function is used to force emission of the declaration of the
14 ; tests the general case of context emission, which is suppressed in gmlt-like
/external/llvm/test/DebugInfo/Generic/
Dgmlt.test1 ; REQUIRES: object-emission
Dtwo-cus-from-same-file.ll6 ; REQUIRES: object-emission
66 ; sufficiently good DWARF emission and/or dumping)
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/
Dgmlt.test1 ; REQUIRES: object-emission
Dtwo-cus-from-same-file.ll6 ; REQUIRES: object-emission
66 ; sufficiently good DWARF emission and/or dumping)
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations.txt44 Even if we choose to do LLVM code emission from RTL, we will almost
45 certainly want to move LLVM emission from step 8 down until at least CSE
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations.txt44 Even if we choose to do LLVM code emission from RTL, we will almost
45 certainly want to move LLVM emission from step 8 down until at least CSE
/external/llvm/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations.txt44 Even if we choose to do LLVM code emission from RTL, we will almost
45 certainly want to move LLVM emission from step 8 down until at least CSE
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/X86/
Dfat-object-input-x86_64.test1 # REQUIRES: object-emission
Dfat-object-input-x86_64h.test1 # REQUIRES: object-emission
Dfat-archive-input-i386.test1 # REQUIRES: object-emission
/external/llvm/test/tools/dsymutil/X86/
Dfat-object-input-x86_64h.test1 # REQUIRES: object-emission
Dfat-object-input-x86_64.test1 # REQUIRES: object-emission
Dfat-archive-input-i386.test1 # REQUIRES: object-emission

12345678910>>...13