/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() 945 AutoVarEmission emission(D); in EmitAutoVarAlloca() local 948 emission.IsByRef = isByRef; in EmitAutoVarAlloca() 983 emission.Addr = Address::invalid(); in EmitAutoVarAlloca() 984 assert(emission.wasEmittedAsGlobal()); in EmitAutoVarAlloca() 985 return emission; in EmitAutoVarAlloca() 989 emission.IsConstantAggregate = true; in EmitAutoVarAlloca() 1014 emission.NRVOFlag = NRVOFlag.getPointer(); in EmitAutoVarAlloca() [all …]
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/emitters/ |
D | RegularEmitter.java | 31 protected int emission, emissionDiff, emissionDelta; field in RegularEmitter 73 emission = (int)emissionValue.newLowValue(); in start() 76 emissionDiff -= emission; in start() 135 float emissionTime = emission + emissionDiff * emissionValue.getScale(percent); in update() 235 emission = emitter.emission; in set()
|
/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/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/Generic/ |
D | gmlt.test | 1 ; REQUIRES: object-emission
|
D | two-cus-from-same-file.ll | 6 ; REQUIRES: object-emission 69 ; 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/test/tools/dsymutil/X86/ |
D | fat-object-input-x86_64h.test | 1 # REQUIRES: object-emission
|
D | fat-object-input-x86_64.test | 1 # REQUIRES: object-emission
|
D | fat-archive-input-i386.test | 1 # REQUIRES: object-emission
|
D | frame-1.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/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
|
D | c-type-units.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/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/MC/Mips/ |
D | cpsetup.s | 34 # FIXME: Direct object emission for N32 is still under development. 161 # FIXME: Direct object emission for N32 is still under development.
|
/external/llvm/test/CodeGen/Mips/ |
D | inlineasm-assembler-directives.ll | 3 ; Check for the emission of appropriate assembler directives before and
|