HomeSort by relevance Sort by last modified time
    Searched full:codegen (Results 1 - 25 of 1055) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/core/libpixelflinger/tests/codegen/
Android.mk 5 codegen.cpp.arm
14 LOCAL_MODULE:= test-opengl-codegen
  /external/clang/lib/
CMakeLists.txt 7 add_subdirectory(CodeGen)
  /external/clang/test/CodeGen/
2006-01-13-Includes.c 10 // CHECK: test{{[\\/]}}CodeGen
PR2743-reference-missing-static.c 5 /* CodeGen should handle this even if it makes it past
  /external/llvm/lib/
CMakeLists.txt 4 add_subdirectory(CodeGen)
  /external/llvm/test/CodeGen/X86/
negative_zero.ll 5 ret double -1.0 ;; codegen as fld1/fchs, not as a load from cst pool
  /dalvik/vm/compiler/codegen/
CompilerCodegen.h 47 /* Implemented in the codegen/<target>/ArchUtility.c */
50 /* Implemented in the codegen/<target>/Assembler.c */
53 /* Implemented in codegen/<target>/Ralloc.c */
56 /* Implemented in codegen/<target>/Thumb<version>Util.c */
59 /* Implemented in codegen/<target>/<target_variant>/ArchVariant.c */
63 * Implemented in codegen/<target>/<target_variant>/ArchVariant.c
68 /* Implemented in codegen/<target>/<target_variant>/ArchVariant.c */
71 /* Implemented in codegen/<target>/<target_variant>/ArchVariant.c */
  /dalvik/vm/compiler/codegen/arm/armv5te/
Codegen.cpp 24 #include "compiler/codegen/arm/ArmLIR.h"
26 #include "compiler/codegen/Ralloc.h"
27 #include "compiler/codegen/arm/Codegen.h"
31 /* Arm codegen building blocks */
41 /* Thumb-specific codegen routines */
43 /* Thumb+Portable FP codegen routines */
49 /* MIR2LIR dispatcher and architectural independent codegen routines */
  /dalvik/vm/compiler/codegen/arm/armv5te-vfp/
Codegen.cpp 24 #include "compiler/codegen/arm/ArmLIR.h"
26 #include "compiler/codegen/Ralloc.h"
27 #include "compiler/codegen/arm/Codegen.h"
31 /* Arm codegen building blocks */
41 /* Thumb-specific codegen routines */
43 /* Thumb+VFP codegen routines */
49 /* MIR2LIR dispatcher and architectural independent codegen routines */
  /dalvik/vm/compiler/codegen/arm/armv7-a/
Codegen.cpp 24 #include "compiler/codegen/arm/ArmLIR.h"
26 #include "compiler/codegen/Ralloc.h"
27 #include "compiler/codegen/arm/Codegen.h"
31 /* Arm codegen building blocks */
41 /* Thumb2-specific codegen routines */
43 /* Thumb2+VFP codegen routines */
49 /* MIR2LIR dispatcher and architectural independent codegen routines */
  /dalvik/vm/compiler/codegen/arm/armv7-a-neon/
Codegen.cpp 24 #include "compiler/codegen/arm/ArmLIR.h"
26 #include "compiler/codegen/Ralloc.h"
27 #include "compiler/codegen/arm/Codegen.h"
31 /* Arm codegen building blocks */
41 /* Thumb2-specific codegen routines */
43 /* Thumb2+VFP codegen routines */
49 /* MIR2LIR dispatcher and architectural independent codegen routines */
  /dalvik/vm/compiler/codegen/arm/
README.txt 1 The codegen file for the ARM-based JIT is composed by files broken by
5 For example, the codegen file for armv7-a is assembled by the following
18 /* Thumb2-specific codegen routines */
20 /* Thumb2+VFP codegen routines */
26 /* MIR2LIR dispatcher and architectural independent codegen routines */
40 The FP directory contains FP-specific codegen routines depending on
  /dalvik/vm/compiler/codegen/x86/ia32/
Codegen.cpp 23 #include "compiler/codegen/x86/X86LIR.h"
25 //#include "compiler/codegen/x86/Ralloc.h"
26 #include "compiler/codegen/x86/Codegen.h"
41 /* MIR2LIR dispatcher and architectural independent codegen routines */
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/.settings/
org.eclipse.jdt.core.prefs 3 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
4 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
5 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
  /sdk/anttargetprint/.settings/
org.eclipse.jdt.core.prefs 3 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
4 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
5 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
  /sdk/apps/SdkController/.settings/
org.eclipse.jdt.core.prefs 3 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
4 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
5 org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
  /cts/tests/tests/webkitsecurity/assets/
typeof-codegen-crash.html 7 <script src="script-tests/typeof-codegen-crash.js"></script>
exception-codegen-crash.html 1 <p>This page tests some conditions that used to cause crashes during codegen.
  /external/clang/examples/clang-interpreter/
CMakeLists.txt 25 codegen
  /gdk/samples/bitmap-plasma-llvm/.settings/
org.eclipse.jdt.core.prefs 3 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
  /external/javassist/src/main/javassist/compiler/
JvstTypeChecker.java 25 private JvstCodeGen codeGen;
29 codeGen = gen;
48 if (name.equals(codeGen.paramArrayName)) {
72 && ((Member)left).get().equals(codeGen.paramArrayName)) {
74 CtClass[] params = codeGen.paramTypeList;
92 if (typename.equals(codeGen.returnCastName)) {
111 CtClass returnType = codeGen.returnType;
113 if (exprType == VOID || CodeGen.isRefType(exprType) || arrayDim > 0)
126 if (CodeGen.isRefType(exprType) || arrayDim > 0)
144 if (codeGen.procHandler != nul
    [all...]
  /external/clang/lib/CodeGen/
CGObjCRuntime.h 36 namespace CodeGen {
56 namespace CodeGen {
66 CodeGen::CodeGenModule &CGM;
67 CGObjCRuntime(CodeGen::CodeGenModule &CGM) : CGM(CGM) {}
79 uint64_t ComputeIvarBaseOffset(CodeGen::CodeGenModule &CGM,
82 uint64_t ComputeIvarBaseOffset(CodeGen::CodeGenModule &CGM,
86 LValue EmitValueForIvarAtOffset(CodeGen::CodeGenFunction &CGF,
153 virtual CodeGen::RValue
154 GenerateMessageSend(CodeGen::CodeGenFunction &CGF,
169 virtual CodeGen::RValu
    [all...]
  /external/llvm/lib/CodeGen/
JITCodeEmitter.cpp 1 //===-- llvm/CodeGen/JITCodeEmitter.cpp - Code emission --------*- C++ -*-===//
10 #include "llvm/CodeGen/JITCodeEmitter.h"
MachineCodeEmitter.cpp 1 //===-- llvm/CodeGen/MachineCodeEmitter.cpp - Code emission -----*- C++ -*-===//
10 #include "llvm/CodeGen/MachineCodeEmitter.h"
  /external/clang/
Android.mk 11 lib/CodeGen \

Completed in 321 milliseconds

1 2 3 4 5 6 7 8 91011>>