HomeSort by relevance Sort by last modified time
    Searched refs:CodeGen (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /external/clang/lib/CodeGen/
CGBuilder.h 16 namespace CodeGen {
25 } // end namespace CodeGen
TargetInfo.h 33 namespace CodeGen {
56 CodeGen::CodeGenModule &M) const { }
81 virtual int getDwarfEHStackPointer(CodeGen::CodeGenModule &M) const {
89 virtual bool initDwarfEHRegSizeTable(CodeGen::CodeGenFunction &CGF,
99 virtual llvm::Value *decodeReturnAddress(CodeGen::CodeGenFunction &CGF,
109 virtual llvm::Value *encodeReturnAddress(CodeGen::CodeGenFunction &CGF,
119 virtual llvm::Type* adjustInlineAsmType(CodeGen::CodeGenFunction &CGF,
181 virtual bool isNoProtoCallVariadic(const CodeGen::CallArgList &args,
CGObjCRuntime.h 35 namespace CodeGen {
55 namespace CodeGen {
65 CodeGen::CodeGenModule &CGM;
66 CGObjCRuntime(CodeGen::CodeGenModule &CGM) : CGM(CGM) {}
78 uint64_t ComputeIvarBaseOffset(CodeGen::CodeGenModule &CGM,
81 uint64_t ComputeIvarBaseOffset(CodeGen::CodeGenModule &CGM,
85 LValue EmitValueForIvarAtOffset(CodeGen::CodeGenFunction &CGF,
152 virtual CodeGen::RValue
153 GenerateMessageSend(CodeGen::CodeGenFunction &CGF,
168 virtual CodeGen::RValu
    [all...]
CGOpenCLRuntime.h 27 namespace CodeGen {
CodeGenTBAA.h 1 //===--- CodeGenTBAA.h - TBAA information for LLVM CodeGen ------*- C++ -*-===//
35 namespace CodeGen {
124 } // end namespace CodeGen
129 template<> struct DenseMapInfo<clang::CodeGen::TBAAPathTag> {
130 static clang::CodeGen::TBAAPathTag getEmptyKey() {
131 return clang::CodeGen::TBAAPathTag(
137 static clang::CodeGen::TBAAPathTag getTombstoneKey() {
138 return clang::CodeGen::TBAAPathTag(
144 static unsigned getHashValue(const clang::CodeGen::TBAAPathTag &Val) {
150 static bool isEqual(const clang::CodeGen::TBAAPathTag &LHS
    [all...]
CGCUDARuntime.h 23 namespace CodeGen {
ABIInfo.h 27 namespace CodeGen {
188 CodeGen::CodeGenTypes &CGT;
192 ABIInfo(CodeGen::CodeGenTypes &cgt)
208 virtual void computeInfo(CodeGen::CGFunctionInfo &FI) const = 0;
214 // the ABI information any lower than CodeGen. Of course, for
218 CodeGen::CodeGenFunction &CGF) const = 0;
CGCUDANV.cpp 26 using namespace CodeGen;
48 CodeGen::CodeGenTypes &Types = CGM.getTypes();
123 CGCUDARuntime *CodeGen::CreateNVCUDARuntime(CodeGenModule &CGM) {
ModuleBuilder.cpp 14 #include "clang/CodeGen/ModuleBuilder.h"
38 OwningPtr<CodeGen::CodeGenModule> Builder;
61 Builder.reset(new CodeGen::CodeGenModule(Context, CodeGenOpts, *M, *TD,
98 if (CodeGen::CGDebugInfo *DI = Builder->getModuleDebugInfo())
CGCUDARuntime.cpp 23 using namespace CodeGen;
  /external/llvm/lib/
Makefile 13 PARALLEL_DIRS := IR AsmParser Bitcode Analysis Transforms CodeGen \
  /frameworks/compile/mclinker/include/mcld/Target/
ELFMCLinker.h 19 #include <mcld/CodeGen/MCLinker.h>
  /external/clang/lib/
Makefile 12 PARALLEL_DIRS = Headers Basic Lex Parse AST Sema CodeGen Analysis Frontend \
  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf.h 40 class CodeGen;
190 friend class CodeGen;
242 Instruction *AssembleJumpTable(CodeGen *gen,
251 Instruction *RetExpression(CodeGen *gen, const ErrorCode& err);
257 Instruction *CondExpression(CodeGen *gen, const ErrorCode& cond);
codegen.h 30 // Callers would typically create a new CodeGen object and then use it to
37 // CodeGen gen;
56 class CodeGen {
58 CodeGen();
59 ~CodeGen();
66 // are owned by the CodeGen object. They do not need to be explicitly
143 // when the CodeGen object is destroyed. This way, we neither need to worry
codegen_unittest.cc 9 #include "sandbox/linux/seccomp-bpf/codegen.h"
22 class CodeGenUnittestHelper : public CodeGen {
26 CodeGen::FindBranchTargets(instructions, branch_targets);
32 return CodeGen::CutGraphIntoBasicBlocks(insns, branch_targets, blocks);
36 CodeGen::MergeTails(blocks);
44 Instruction *SampleProgramOneInstruction(CodeGen *codegen, int *flags) {
48 return codegen->MakeInstruction(BPF_RET+BPF_K,
52 Instruction *SampleProgramSimpleBranch(CodeGen *codegen, int *flags)
153 CodeGenUnittestHelper codegen; local
    [all...]
codegen.cc 7 #include "sandbox/linux/seccomp-bpf/codegen.h"
37 CodeGen::CodeGen()
41 CodeGen::~CodeGen() {
54 void CodeGen::PrintProgram(const Sandbox::Program& program) {
136 Instruction *CodeGen::MakeInstruction(uint16_t code, uint32_t k,
162 Instruction *CodeGen::MakeInstruction(uint16_t code, const ErrorCode& err) {
173 Instruction *CodeGen::MakeInstruction(uint16_t code, uint32_t k,
190 void CodeGen::JoinInstructions(Instruction *head, Instruction *tail)
    [all...]
errorcode.h 148 friend class CodeGen;
  /external/emma/core/java12/com/vladium/jcd/compiler/
CodeGen.java 7 * $Id: CodeGen.java,v 1.1.1.1 2004/05/09 16:57:49 vlad_r Exp $
21 abstract class CodeGen implements IOpcodes
130 private CodeGen () {} // prevent subclassing
  /frameworks/compile/mclinker/include/mcld/CodeGen/
MCLinker.h 19 #include <llvm/CodeGen/MachineFunctionPass.h>
  /external/clang/
Android.mk 11 lib/CodeGen \
clang-host-build.mk 14 $(CLANG_ROOT_PATH)/lib/CodeGen \
  /external/llvm/
Android.mk 15 lib/CodeGen \
16 lib/CodeGen/AsmPrinter \
17 lib/CodeGen/SelectionDAG \
  /frameworks/compile/mclinker/lib/CodeGen/
MCLDTargetMachine.cpp 13 #include <mcld/CodeGen/MCLinker.h>
24 #include <llvm/CodeGen/AsmPrinter.h>
25 #include <llvm/CodeGen/MachineFunctionAnalysis.h>
26 #include <llvm/CodeGen/MachineModuleInfo.h>
27 #include <llvm/CodeGen/GCStrategy.h>
28 #include <llvm/CodeGen/Passes.h>
166 // Set up a MachineFunction for the rest of CodeGen to work on.
  /frameworks/compile/mclinker/
Android.mk 13 lib/CodeGen \

Completed in 257 milliseconds

1 2 3 4