HomeSort by relevance Sort by last modified time
    Searched refs:emission (Results 1 - 14 of 14) sorted by null

  /dalvik/opcode-gen/
opcode-gen.awk 33 emission = "";
53 emission = substr($0, i + 6, RLENGTH - 7);
54 consumeUntil = "END(" emission ")";
68 emission == "opcodes" {
78 emission == "first-opcodes" {
89 emission == "dops" {
106 emission == "opcode-info-defs" {
122 emission == "dops-init" || emission == "opcode-info-init" {
131 emission == "libcore-opcodes"
    [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 138 /// EmitVarDecl - This method handles emission of any variable declaration
145 // FIXME: We need to force the emission/use of a guard variable for
296 // If constant emission failed, then this should be a C++ static
905 AutoVarEmission emission = EmitAutoVarAlloca(D); local
906 EmitAutoVarInit(emission);
907 EmitAutoVarCleanups(emission);
    [all...]
CGBlocks.cpp     [all...]
CodeGenFunction.h 371 /// A class controlling the emission of a finally block.
523 /// \brief Force the emission of cleanups now, instead of waiting
570 /// \brief Force the emission of cleanups now, instead of waiting
    [all...]
  /external/llvm/test/tools/llvm-objdump/Inputs/
win64-unwind.exe.coff-x86_64.asm 31 // Test emission of small functions.
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/Inputs/
win64-unwind.exe.coff-x86_64.asm 31 // Test emission of small functions.
  /external/swiftshader/third_party/LLVM/bindings/ocaml/executionengine/
llvm_executionengine.ml 52 interface, which causes the emission of a stub for each function;
  /external/swiftshader/src/Renderer/
VertexProcessor.cpp 395 void VertexProcessor::setMaterialEmission(const Color<float> &emission)
397 ff.materialEmission[0] = emission.r;
398 ff.materialEmission[1] = emission.g;
399 ff.materialEmission[2] = emission.b;
400 ff.materialEmission[3] = emission.a;
VertexProcessor.hpp 235 void setMaterialEmission(const Color<float> &emission);
  /external/llvm/test/Bindings/OCaml/
executionengine.ml 6 * REQUIRES: native, object-emission
  /external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/
executionengine.ml 6 * REQUIRES: native, object-emission
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Sparc/
sparc-tls-relocations.s 1 ! Testing Sparc TLS relocations emission
  /external/mesa3d/src/mesa/program/
program_lexer.l 246 {dot}emission { return EMISSION; }
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
expansion-jal-sym-pic.s 16 # direct objection emission match.

Completed in 2115 milliseconds