Searched defs:IR (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp11 template<int &ip> struct IR {}; struct
32 IR<tl> ir1; // expected-error{{non-type template argument refers to thread-local object}}
/external/llvm/unittests/IR/
H A DPassManagerTest.cpp1 //===- llvm/unittest/IR/PassManager.cpp - PassManager tests ---------------===//
11 #include "llvm/IR/Function.h"
12 #include "llvm/IR/LLVMContext.h"
13 #include "llvm/IR/Module.h"
14 #include "llvm/IR/PassManager.h"
173 std::unique_ptr<Module> parseIR(const char *IR) { argument
176 return parseAssemblyString(IR, Err, C);
/external/llvm/include/llvm/IR/
H A DPassManager.h13 /// which supports a method to 'run' it over a unit of IR can be used as
15 /// which run over a particular IR construct, and run each of them in sequence
16 /// over each such construct in the containing IR construct. As there is no
17 /// containing IR construct for a Module, a manager for passes over modules
21 /// The core IR library provides managers for running passes over
44 #include "llvm/IR/Function.h"
45 #include "llvm/IR/Module.h"
46 #include "llvm/IR/PassManagerInternal.h"
68 /// the IR is not mutated at all.
169 /// \brief Manages a sequence of passes over units of IR
198 run(IRUnitT &IR, AnalysisManager<IRUnitT> *AM = nullptr) argument
311 getResult(IRUnitT &IR) argument
357 invalidate(IRUnitT &IR) argument
360 derived_this()->invalidateImpl(PassT::ID(), IR); local
370 invalidate(IRUnitT &IR, PreservedAnalyses PA) argument
461 getResultImpl(void *PassID, IRUnitT &IR) argument
495 invalidateImpl(void *PassID, IRUnitT &IR) argument
509 invalidateImpl(IRUnitT &IR, PreservedAnalyses PA) argument
[all...]
/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h208 void setInReg(bool IR) { argument
210 InReg = IR;
236 void setIndirectRealign(bool IR) { argument
238 IndirectRealign = IR;
/external/clang/include/clang/Basic/
H A DSourceManager.h767 IR = getOrCreateContentCache(SourceFile, local
769 assert(IR && "getOrCreateContentCache() cannot return NULL");
770 return createFileID(IR, IncludePos, FileCharacter, LoadedID, LoadedOffset);
/external/clang/lib/Basic/
H A DSourceManager.cpp638 const SrcMgr::ContentCache *IR = getOrCreateContentCache(File); local
639 assert(IR && "getOrCreateContentCache() cannot return NULL");
640 return IR->getBuffer(Diag, *this, SourceLocation(), Invalid);
646 const SrcMgr::ContentCache *IR = getOrCreateContentCache(SourceFile); local
647 assert(IR && "getOrCreateContentCache() cannot return NULL");
649 const_cast<SrcMgr::ContentCache *>(IR)->replaceBuffer(Buffer, DoNotFree);
650 const_cast<SrcMgr::ContentCache *>(IR)->BufferOverridden = true;
670 const SrcMgr::ContentCache *IR = getOrCreateContentCache(File); local
671 const_cast<SrcMgr::ContentCache *>(IR)->replaceBuffer(nullptr);
672 const_cast<SrcMgr::ContentCache *>(IR)
[all...]
/external/valgrind/VEX/priv/
H A Dhost_tilegx_defs.h157 } IR; member in union:__anon15542::__anon15543
H A Dhost_amd64_defs.h138 } IR; member in union:__anon15040::__anon15041
H A Dhost_mips_defs.h179 } IR; member in union:__anon15323::__anon15324
H A Dhost_x86_defs.h131 } IR; member in union:__anon15586::__anon15587
H A Dhost_ppc_defs.h185 } IR; member in union:__anon15380::__anon15381

Completed in 332 milliseconds