| /external/llvm/lib/Transforms/IPO/ |
| LoopExtractor.cpp | 23 #include "llvm/IR/Module.h" 165 /// from the module into their own functions except for those specified by the 180 bool runOnModule(Module &M); 186 "Extract Basic Blocks From Module (for bugpoint use)", 190 // specified in the argument list) from the functions in the module. 245 bool BlockExtractorPass::runOnModule(Module &M) { 251 // Map the corresponding function in this module. 269 for (Module::iterator FI = M.begin(), FE = M.end(); FI != FE; ++FI) { 287 for (Module::iterator F = M.begin(), E = M.end(); F != E; ++F) {
|
| /external/llvm/lib/Transforms/Instrumentation/ |
| OptimalEdgeProfiling.cpp | 25 #include "llvm/IR/Module.h" 36 bool runOnModule(Module &M); 75 bool OptimalEdgeProfiler::runOnModule(Module &M) { 78 errs() << "WARNING: cannot insert edge profiling into a module" 91 for (Module::iterator F = M.begin(), E = M.end(); F != E; ++F) { 128 for (Module::iterator F = M.begin(), E = M.end(); F != E; ++F) {
|
| /external/llvm/tools/llvm-diff/ |
| DiffConsumer.h | 25 class Module;
|
| /external/llvm/unittests/Transforms/Utils/ |
| IntegerDivision.cpp | 15 #include "llvm/IR/Module.h" 24 Module M("test division", C); 54 Module M("test division", C); 84 Module M("test remainder", C); 114 Module M("test remainder", C);
|
| /external/mesa3d/src/gallium/drivers/radeon/ |
| AMDILIntrinsicInfo.cpp | 19 #include "llvm/Module.h" 85 AMDGPUIntrinsicInfo::getDeclaration(Module *M, unsigned IntrID,
|
| /frameworks/compile/mclinker/include/mcld/ |
| Module.h | 1 //===- Module.h -----------------------------------------------------------===// 10 // Module contains the intermediate representation (LDIR) of MCLinker. 41 /** \class Module 42 * \brief Module provides the intermediate representation for linking. 44 class Module 71 explicit Module(LinkerScript& pScript); 73 Module(const std::string& pName, LinkerScript& pScript); 75 ~Module();
|
| /frameworks/compile/mclinker/lib/Target/ARM/ |
| ARMRelocator.h | 108 Module& pModule,
|
| /frameworks/compile/mclinker/lib/Target/Mips/ |
| MipsRelocator.h | 42 Module& pModule,
|
| /external/chromium_org/native_client_sdk/src/examples/demo/drive/ |
| drive.cc | 18 #include "ppapi/cpp/module.h" 549 class Module : public pp::Module { 551 Module() : pp::Module() {} 552 virtual ~Module() {} 561 Module* CreateModule() { return new ::Module(); }
|
| /external/clang/lib/CodeGen/ |
| CodeGenAction.cpp | 25 #include "llvm/IR/Module.h" 50 OwningPtr<llvm::Module> TheModule, LinkModule; 59 llvm::Module *LinkModule, 76 llvm::Module *takeModule() { return TheModule.take(); } 77 llvm::Module *takeLinkModule() { return LinkModule.take(); } 129 // Make sure IR generation is happy with the module. This is released by 130 // the module provider. 131 llvm::Module *M = Gen->ReleaseModule(); 133 // The module has been released by IR gen on failures, do not double 140 "Unexpected module change during IR generation") [all...] |
| /external/llvm/lib/Analysis/ |
| AliasAnalysisEvaluator.cpp | 65 bool doInitialization(Module &M) { 78 bool doFinalization(Module &M); 92 const Value *V2, const Module *M) { 111 Module *M) { 121 Module *M) { 130 const Value *V2, const Module *M) { 331 bool AAEval::doFinalization(Module &M) {
|
| PathProfileInfo.cpp | 19 #include "llvm/IR/Module.h" 58 bool runOnModule(Module &M); 65 void buildFunctionRefs(Module &M); 73 // array of references to the functions in the module 290 bool PathProfileLoaderPass::runOnModule(Module &M) { 291 // get the filename and setup the module's function references 323 void PathProfileLoaderPass::buildFunctionRefs (Module &M) { 326 for (Module::iterator F = M.begin(), E = M.end(); F != E; F++) {
|
| /external/llvm/unittests/ExecutionEngine/JIT/ |
| JITTest.cpp | 25 #include "llvm/IR/Module.h" 57 Function *makeReturnGlobal(std::string Name, GlobalVariable *G, Module *M) { 164 bool LoadAssemblyInto(Module *M, const char *assembly) { 182 M = new Module("<main>", Context); 199 Module *M; // Owned by ExecutionEngine. 211 Module *M = new Module("<main>", context); 609 Module TempModule("TempModule", Context); 622 // lazily. The associated Module (owned by the ExecutionEngine) is returned in 626 LLVMContext &Context, const std::string &Bitcode, Module *&M) [all...] |
| /art/compiler/llvm/ |
| llvm_compilation_unit.cc | 54 #include <llvm/IR/Module.h> 96 ::llvm::Module* makeLLVMModuleContents(::llvm::Module* module); 175 // Compile and prelink ::llvm::Module 249 for (::llvm::Module::iterator F = module_->begin(), E = module_->end(); 300 for (::llvm::Module::iterator F = module_->begin(), E = module_->end();
|
| /external/chromium_org/ppapi/tests/ |
| test_input_event.cc | 11 #include "ppapi/cpp/module.h" 74 pp::Module::Get()->GetBrowserInterface(PPB_INPUT_EVENT_INTERFACE)); 76 pp::Module::Get()->GetBrowserInterface( 79 pp::Module::Get()->GetBrowserInterface( 82 pp::Module::Get()->GetBrowserInterface( 85 pp::Module::Get()->GetBrowserInterface(
|
| /external/clang/include/clang/Lex/ |
| HeaderSearch.h | 54 /// \brief Whether this header is part of a module. 57 /// \brief Whether this header is part of the module that we are building. 60 /// \brief Whether this header is part of the module that we are building. 181 /// \brief The path to the module cache. 216 /// \brief Describes whether a given directory has a module map in it. 309 /// \brief Set the path to the module cache. 314 /// \brief Retrieve the path to the module cache. 367 /// part of a known module, this will be set to the module that should 425 /// \brief Mark the specified file as part of a module [all...] |
| /external/chromium/chrome/browser/ |
| enumerate_modules_model_win.cc | 51 static bool ModuleSort(const ModuleEnumerator::Module& a, 52 const ModuleEnumerator::Module& b) { 72 explicit FindModule(const ModuleEnumerator::Module& x) 73 : module(x) {} 74 bool operator()(const ModuleEnumerator::Module& module_in) const { 75 return (module.location == module_in.location) && 76 (module.name == module_in.name); 79 const ModuleEnumerator::Module& module; member in struct:__anon4514::FindModule 99 // The browser process module blacklist. This lists modules that are know 620 Module* module = &(*enumerated_modules_)[m]; local [all...] |
| /external/chromium_org/chrome/browser/ |
| enumerate_modules_model_win.cc | 59 static bool ModuleSort(const ModuleEnumerator::Module& a, 60 const ModuleEnumerator::Module& b) { 80 explicit FindModule(const ModuleEnumerator::Module& x) 81 : module(x) {} 82 bool operator()(const ModuleEnumerator::Module& module_in) const { 83 return (module.location == module_in.location) && 84 (module.name == module_in.name); 87 const ModuleEnumerator::Module& module; member in struct:__anon7153::FindModule 107 // The browser process module blacklist. This lists modules that are know 680 Module* module = &(*enumerated_modules_)[m]; local [all...] |
| /external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
| toy.cpp | 12 #include "llvm/IR/Module.h" 657 Module *getModuleForNewFunction(); 660 ExecutionEngine *compileModule(Module *M); 665 typedef std::vector<Module*> ModuleVector; 668 Module *OpenModule; 670 std::map<Module *, ExecutionEngine *> EngineMap; 685 /// from one generated module to another. 717 // See if we have an execution engine for this module. 718 std::map<Module*, ExecutionEngine*>::iterator mapIt = EngineMap.find(*it); 719 // If we have an EE, the EE owns the module so just delete the EE [all...] |
| /external/llvm/lib/Transforms/Utils/ |
| BuildLibCalls.cpp | 22 #include "llvm/IR/Module.h" 40 Module *M = B.GetInsertBlock()->getParent()->getParent(); 69 Module *M = B.GetInsertBlock()->getParent()->getParent(); 99 Module *M = B.GetInsertBlock()->getParent()->getParent(); 125 Module *M = B.GetInsertBlock()->getParent()->getParent(); 158 Module *M = B.GetInsertBlock()->getParent()->getParent(); 182 Module *M = B.GetInsertBlock()->getParent()->getParent(); 209 Module *M = B.GetInsertBlock()->getParent()->getParent(); 237 Module *M = B.GetInsertBlock()->getParent()->getParent(); 265 Module *M = B.GetInsertBlock()->getParent()->getParent() [all...] |
| /external/llvm/lib/Bitcode/Writer/ |
| ValueEnumerator.cpp | 20 #include "llvm/IR/Module.h" 31 /// ValueEnumerator - Enumerate module-level information. 32 ValueEnumerator::ValueEnumerator(const Module *M) { 34 for (Module::const_global_iterator I = M->global_begin(), 39 for (Module::const_iterator I = M->begin(), E = M->end(); I != E; ++I) { 45 for (Module::const_alias_iterator I = M->alias_begin(), E = M->alias_end(); 53 for (Module::const_global_iterator I = M->global_begin(), 59 for (Module::const_alias_iterator I = M->alias_begin(), E = M->alias_end(); 63 // Insert constants and metadata that are named at module level into the slot 64 // pool so that the module symbol table can refer to them.. [all...] |
| /frameworks/compile/slang/BitWriter_2_9/ |
| ValueEnumerator.cpp | 20 #include "llvm/IR/Module.h" 33 /// ValueEnumerator - Enumerate module-level information. 34 ValueEnumerator::ValueEnumerator(const Module *M) { 36 for (Module::const_global_iterator I = M->global_begin(), 41 for (Module::const_iterator I = M->begin(), E = M->end(); I != E; ++I) { 47 for (Module::const_alias_iterator I = M->alias_begin(), E = M->alias_end(); 55 for (Module::const_global_iterator I = M->global_begin(), 61 for (Module::const_alias_iterator I = M->alias_begin(), E = M->alias_end(); 65 // Insert constants and metadata that are named at module level into the slot 66 // pool so that the module symbol table can refer to them.. [all...] |
| /frameworks/compile/slang/BitWriter_2_9_func/ |
| ValueEnumerator.cpp | 20 #include "llvm/IR/Module.h" 33 /// ValueEnumerator - Enumerate module-level information. 34 ValueEnumerator::ValueEnumerator(const Module *M) { 36 for (Module::const_global_iterator I = M->global_begin(), 41 for (Module::const_iterator I = M->begin(), E = M->end(); I != E; ++I) { 47 for (Module::const_alias_iterator I = M->alias_begin(), E = M->alias_end(); 55 for (Module::const_global_iterator I = M->global_begin(), 61 for (Module::const_alias_iterator I = M->alias_begin(), E = M->alias_end(); 65 // Insert constants and metadata that are named at module level into the slot 66 // pool so that the module symbol table can refer to them.. [all...] |
| /frameworks/compile/slang/BitWriter_3_2/ |
| ValueEnumerator.cpp | 20 #include "llvm/IR/Module.h" 33 /// ValueEnumerator - Enumerate module-level information. 34 ValueEnumerator::ValueEnumerator(const Module *M) { 36 for (Module::const_global_iterator I = M->global_begin(), 41 for (Module::const_iterator I = M->begin(), E = M->end(); I != E; ++I) { 47 for (Module::const_alias_iterator I = M->alias_begin(), E = M->alias_end(); 55 for (Module::const_global_iterator I = M->global_begin(), 61 for (Module::const_alias_iterator I = M->alias_begin(), E = M->alias_end(); 65 // Insert constants and metadata that are named at module level into the slot 66 // pool so that the module symbol table can refer to them.. [all...] |
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
| R600KernelParameters.cpp | 25 #include "llvm/Module.h" 42 Module *Mod; 87 bool doInitialization(Module &M); 88 bool doFinalization(Module &M); 97 Module *Mod = const_cast<Function*>(Fun)->getParent(); 447 bool R600KernelParameters::doInitialization(Module &M) { 454 bool R600KernelParameters::doFinalization(Module &M) {
|