Searched refs:Generation (Results 1 - 18 of 18) sorted by relevance

/external/clang/lib/Serialization/
H A DModule.cpp23 ModuleFile::ModuleFile(ModuleKind Kind, unsigned Generation) argument
25 Generation(Generation), SizeInBits(0),
H A DModuleManager.cpp58 unsigned Generation,
91 ModuleFile *New = new ModuleFile(Type, Generation);
56 addModule(StringRef FileName, ModuleKind Type, SourceLocation ImportLoc, ModuleFile *ImportedBy, unsigned Generation, off_t ExpectedSize, time_t ExpectedModTime, ASTFileSignature ExpectedSignature, ASTFileSignatureReader ReadSignature, ModuleFile *&Module, std::string &ErrorStr) argument
H A DASTReader.cpp1718 if (M.Generation <= This->PriorGeneration)
7214 if (M.Generation <= This->PriorGeneration)
7273 unsigned &Generation = SelectorGeneration[Sel]; local
7274 unsigned PriorGeneration = Generation;
7275 Generation = getGeneration();
H A DASTReaderDecl.cpp3495 if (M.Generation <= PreviousGeneration)
/external/llvm/lib/Target/R600/
H A DAMDGPUSubtarget.h37 enum Generation { enum in class:llvm::AMDGPUSubtarget
58 Generation Gen;
119 Generation getGeneration() const {
H A DSIRegisterInfo.h116 unsigned getNumSGPRsAllowed(AMDGPUSubtarget::Generation gen,
H A DSIRegisterInfo.cpp531 unsigned SIRegisterInfo::getNumSGPRsAllowed(AMDGPUSubtarget::Generation gen,
/external/llvm/
H A DAndroid.mk47 # ARM Code Generation Libraries
56 # AArch64 Code Generation Libraries
66 # MIPS Code Generation Libraries
75 # X86 Code Generation Libraries
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILDeviceInfo.h75 enum Generation { enum in namespace:llvm::AMDGPUDeviceInfo
/external/clang/include/clang/Serialization/
H A DModule.h111 ModuleFile(ModuleKind Kind, unsigned Generation);
169 unsigned Generation; member in class:clang::serialization::ModuleFile
H A DModuleManager.h182 /// \param Generation The generation in which this module was loaded.
206 ModuleFile *ImportedBy, unsigned Generation,
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dcodegen.ml2 * Code Generation
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dcodegen.ml2 * Code Generation
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml2 * Code Generation
/external/mesa3d/docs/
H A DMESA_texture_array.spec307 -- Section 3.8.8 "Automatic Mipmap Generation" in the section "Mipmapping"
316 -- Section 3.8.8 "Manual Mipmap Generation" in the section "Mipmapping"
680 3.8.8 ("Manual Mipmap Generation"), 4.4.2.3, and 6.1.3 should be ignored.
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml2 * Code Generation
/external/v8/tools/gcmole/
H A Dgcmole.lua214 -- GCSuspects Generation
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml2 * Code Generation

Completed in 361 milliseconds