Home
last modified time | relevance | path

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

1234567

/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/llvm/test/DebugInfo/ARM/
Dsplit-complex.ll3 ; REQUIRES: object-emission
21 ; Manually removed to disable location list emission:
/external/llvm/test/tools/dsymutil/ARM/
Dempty-map.test1 # REQUIRES: object-emission
Dfat-arch-not-found.test1 # REQUIRES: object-emission
Dfat-arch-name.test1 # REQUIRES: object-emission
/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)
Dtu-member-pointer.ll1 ; REQUIRES: object-emission
Dempty.ll1 ; REQUIRES: object-emission
Dtypedef.ll1 ; REQUIRES: object-emission
/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/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/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/CodeGen/ARM/
Dfastisel-thumb-litpool.ll4 ; assertion failure at the time, but could go all the way through to emission,
/external/llvm/test/Linker/
Dtype-unique-simple2.ll1 ; REQUIRES: object-emission
/external/llvm/test/MC/X86/
Dinline-asm-obj.ll6 ; We crashed when using direct object emission in the past.
/external/llvm/test/Assembler/
Dnamed-metadata.ll14 ; \31 is the digit '1'. On emission, we escape the first character (to avoid
/external/swiftshader/third_party/LLVM/test/Assembler/
Dnamed-metadata.ll13 ; \31 is the digit '1'. On emission, we escape the first character (to avoid
/external/llvm/test/CodeGen/Mips/
Dinlineasm-assembler-directives.ll3 ; Check for the emission of appropriate assembler directives before and
/external/swiftshader/src/Renderer/
DVertexProcessor.cpp395 void VertexProcessor::setMaterialEmission(const Color<float> &emission) in setMaterialEmission() argument
397 ff.materialEmission[0] = emission.r; in setMaterialEmission()
398 ff.materialEmission[1] = emission.g; in setMaterialEmission()
399 ff.materialEmission[2] = emission.b; in setMaterialEmission()
400 ff.materialEmission[3] = emission.a; in setMaterialEmission()

1234567