Searched refs:CodeGen (Results 1 - 25 of 71) sorted by relevance

123

/external/clang/lib/CodeGen/
H A DCGBuilder.h16 namespace CodeGen { namespace in namespace:clang
25 } // end namespace CodeGen
H A DTargetInfo.h32 namespace CodeGen { namespace in namespace:clang
55 CodeGen::CodeGenModule &M) const { }
80 virtual int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const {
88 virtual bool initDwarfEHRegSizeTable(CodeGen::CodeGenFunction &CGF,
98 virtual llvm::Value *decodeReturnAddress(CodeGen::CodeGenFunction &CGF,
108 virtual llvm::Value *encodeReturnAddress(CodeGen::CodeGenFunction &CGF,
113 virtual llvm::Type* adjustInlineAsmType(CodeGen::CodeGenFunction &CGF,
165 virtual bool isNoProtoCallVariadic(const CodeGen::CallArgList &args,
H A DCGOpenCLRuntime.cpp21 using namespace CodeGen;
H A DCGObjCRuntime.h36 namespace CodeGen { namespace in namespace:clang
56 namespace CodeGen { namespace in namespace:clang
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
[all...]
H A DCGOpenCLRuntime.h23 namespace CodeGen { namespace in namespace:clang
H A DCGCUDARuntime.h23 namespace CodeGen { namespace in namespace:clang
H A DABIInfo.h25 namespace CodeGen { namespace in namespace:clang
174 CodeGen::CodeGenTypes &CGT;
176 ABIInfo(CodeGen::CodeGenTypes &cgt) : CGT(cgt) {}
183 virtual void computeInfo(CodeGen::CGFunctionInfo &FI) const = 0;
189 // the ABI information any lower than CodeGen. Of course, for
193 CodeGen::CodeGenFunction &CGF) const = 0;
H A DCodeGenTBAA.h1 //===--- CodeGenTBAA.h - TBAA information for LLVM CodeGen ------*- C++ -*-===//
35 namespace CodeGen { namespace in namespace:clang
79 } // end namespace CodeGen
H A DCGCUDANV.cpp27 using namespace CodeGen;
49 CodeGen::CodeGenTypes &Types = CGM.getTypes();
124 CGCUDARuntime *CodeGen::CreateNVCUDARuntime(CodeGenModule &CGM) {
H A DModuleBuilder.cpp14 #include "clang/CodeGen/ModuleBuilder.h"
36 OwningPtr<CodeGen::CodeGenModule> Builder;
58 Builder.reset(new CodeGen::CodeGenModule(Context, CodeGenOpts,
H A DCGCUDARuntime.cpp23 using namespace CodeGen;
H A DCGObjCMac.cpp43 using namespace CodeGen;
170 CodeGen::CodeGenModule &CGM;
195 CodeGen::CodeGenTypes &Types = CGM.getTypes();
233 CodeGen::CodeGenTypes &Types = CGM.getTypes();
251 CodeGen::CodeGenTypes &Types = CGM.getTypes();
271 CodeGen::CodeGenTypes &Types = CGM.getTypes();
307 CodeGen::CodeGenTypes &Types = CGM.getTypes();
328 CodeGen::CodeGenTypes &Types = CGM.getTypes();
343 CodeGen::CodeGenTypes &Types = CGM.getTypes();
484 ObjCCommonTypesHelper(CodeGen
[all...]
H A DMicrosoftCXXABI.cpp23 using namespace CodeGen;
176 CGCXXABI *clang::CodeGen::CreateMicrosoftCXXABI(CodeGenModule &CGM) {
H A DCGVTables.h28 namespace CodeGen { namespace in namespace:clang
139 } // end namespace CodeGen
H A DTargetInfo.cpp25 using namespace CodeGen;
27 static void AssignToArrayRange(CodeGen::CGBuilderTy &Builder,
332 DefaultABIInfo(CodeGen::CodeGenTypes &CGT) : ABIInfo(CGT) {}
350 DefaultTargetCodeGenInfo(CodeGen::CodeGenTypes &CGT)
398 PNaClABIInfo(CodeGen::CodeGenTypes &CGT) : ABIInfo(CGT) {}
410 PNaClTargetCodeGenInfo(CodeGen::CodeGenTypes &CGT)
486 static llvm::Type* X86AdjustInlineAsmType(CodeGen::CodeGenFunction &CGF,
540 X86_32ABIInfo(CodeGen::CodeGenTypes &CGT, bool d, bool p, bool m, bool w,
549 X86_32TargetCodeGenInfo(CodeGen::CodeGenTypes &CGT,
554 CodeGen
[all...]
H A DCGObjCRuntime.cpp29 using namespace CodeGen;
31 static uint64_t LookupFieldBitOffset(CodeGen::CodeGenModule &CGM,
67 uint64_t CGObjCRuntime::ComputeIvarBaseOffset(CodeGen::CodeGenModule &CGM,
74 uint64_t CGObjCRuntime::ComputeIvarBaseOffset(CodeGen::CodeGenModule &CGM,
81 LValue CGObjCRuntime::EmitValueForIvarAtOffset(CodeGen::CodeGenFunction &CGF,
H A DCodeGenTBAA.cpp1 //===--- CodeGenTypes.cpp - TBAA information for LLVM CodeGen -------------===//
27 using namespace CodeGen;
/external/llvm/lib/
H A DMakefile13 PARALLEL_DIRS := VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \
/external/clang/lib/
H A DMakefile11 PARALLEL_DIRS = Headers Basic Lex Parse AST ASTMatchers Sema CodeGen Analysis \
/external/emma/core/java12/com/vladium/jcd/compiler/
H A DCodeGen.java7 * $Id: CodeGen.java,v 1.1.1.1 2004/05/09 16:57:49 vlad_r Exp $
21 abstract class CodeGen implements IOpcodes class in inherits:IOpcodes
130 private CodeGen () {} // prevent subclassing method in class:CodeGen
/external/clang/
H A DAndroid.mk11 lib/CodeGen \
H A Dclang-host-build.mk14 $(CLANG_ROOT_PATH)/lib/CodeGen \
/external/llvm/
H A DAndroid.mk16 lib/CodeGen \
17 lib/CodeGen/AsmPrinter \
18 lib/CodeGen/SelectionDAG \
/external/llvm/utils/
H A DGenLibDeps.pl90 $libpath =~ s/(.+)CodeGen$/Target\/$1/;
95 $libpath =~ s/SelectionDAG/CodeGen\/SelectionDAG/;
96 $libpath =~ s/^AsmPrinter/CodeGen\/AsmPrinter/;
131 $libpath =~ s/(.+)CodeGen$/Target\/$1/;
136 $libpath =~ s/SelectionDAG/CodeGen\/SelectionDAG/;
137 $libpath =~ s/^AsmPrinter/CodeGen\/AsmPrinter/;
/external/javassist/src/main/javassist/compiler/
H A DJvstTypeChecker.java113 if (exprType == VOID || CodeGen.isRefType(exprType) || arrayDim > 0)
126 if (CodeGen.isRefType(exprType) || arrayDim > 0)

Completed in 3383 milliseconds

123