/external/clang/lib/CodeGen/ |
D | CGDecl.cpp | 905 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/ |
D | and-encoding.ll | 3 ; 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/ |
D | Extensions.rst | 225 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/ |
D | split-complex.ll | 3 ; REQUIRES: object-emission 21 ; Manually removed to disable location list emission:
|
/external/llvm/test/tools/dsymutil/ARM/ |
D | empty-map.test | 1 # REQUIRES: object-emission
|
D | fat-arch-not-found.test | 1 # REQUIRES: object-emission
|
D | fat-arch-name.test | 1 # REQUIRES: object-emission
|
/external/llvm/test/DebugInfo/X86/ |
D | fission-inline.ll | 5 ; 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/ |
D | gmlt.test | 1 ; REQUIRES: object-emission
|
D | two-cus-from-same-file.ll | 6 ; REQUIRES: object-emission 66 ; sufficiently good DWARF emission and/or dumping)
|
D | tu-member-pointer.ll | 1 ; REQUIRES: object-emission
|
D | empty.ll | 1 ; REQUIRES: object-emission
|
D | typedef.ll | 1 ; REQUIRES: object-emission
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-06-01-GCCOptimizations.txt | 44 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/ |
D | 2001-06-01-GCCOptimizations.txt | 44 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/ |
D | fat-object-input-x86_64.test | 1 # REQUIRES: object-emission
|
D | fat-object-input-x86_64h.test | 1 # REQUIRES: object-emission
|
D | fat-archive-input-i386.test | 1 # REQUIRES: object-emission
|
/external/llvm/test/CodeGen/ARM/ |
D | fastisel-thumb-litpool.ll | 4 ; assertion failure at the time, but could go all the way through to emission,
|
/external/llvm/test/Linker/ |
D | type-unique-simple2.ll | 1 ; REQUIRES: object-emission
|
/external/llvm/test/MC/X86/ |
D | inline-asm-obj.ll | 6 ; We crashed when using direct object emission in the past.
|
/external/llvm/test/Assembler/ |
D | named-metadata.ll | 14 ; \31 is the digit '1'. On emission, we escape the first character (to avoid
|
/external/swiftshader/third_party/LLVM/test/Assembler/ |
D | named-metadata.ll | 13 ; \31 is the digit '1'. On emission, we escape the first character (to avoid
|
/external/llvm/test/CodeGen/Mips/ |
D | inlineasm-assembler-directives.ll | 3 ; Check for the emission of appropriate assembler directives before and
|
/external/swiftshader/src/Renderer/ |
D | VertexProcessor.cpp | 395 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()
|