HomeSort by relevance Sort by last modified time
    Searched defs:Generation (Results 1 - 13 of 13) sorted by null

  /external/toolchain-utils/bestflags/
generation.py 4 """A generation of a set of tasks.
8 This module contains the base generation class. This class contains the tasks of
9 this current generation. The generation will not evolve to the next generation
10 until all the tasks in this generation are done executing. It also contains a
11 set of tasks that could potentially be used to generate the next generation,
26 class Generation(object):
27 """A generation of a framework run.
29 The base class of generation. Concrete subclasses, e.g., GAGeneration shoul
    [all...]
  /external/syzkaller/vendor/cloud.google.com/go/storage/
storage.go 119 // GoogleAccessID represents the authorizer of the signed URL generation.
275 // Generation returns a new ObjectHandle that operates on a specific generation
277 // By default, the handle operates on the latest generation. Not
278 // all operations work when given a specific generation; check the API
280 func (o *ObjectHandle) Generation(gen int64) *ObjectHandle {
743 // Generation is the generation number of the object's content.
745 Generation int64
748 // object at this generation. This field is used for precondition
    [all...]
  /external/clang/include/clang/Basic/
Module.h 510 VisibleModuleSet() : Generation(0) {}
512 : ImportLocs(std::move(O.ImportLocs)), Generation(O.Generation ? 1 : 0) {
514 ++O.Generation;
518 /// empty and bump the generation on both.
522 ++O.Generation;
523 ++Generation;
527 /// \brief Get the current visibility generation. Incremented each time the
529 unsigned getGeneration() const { return Generation; }
562 /// Visibility generation, bumped every time the visibility state changes
    [all...]
  /external/clang/include/clang/Serialization/
Module.h 102 ModuleFile(ModuleKind Kind, unsigned Generation);
162 /// \brief The generation of which this module file is a part.
163 unsigned Generation;
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 272 /// keep track of a generation count of the read, which is compared against
273 /// the current generation count. The current generation count is incremented
276 /// events (such as fences or atomic instructions) increment the generation
283 unsigned Generation;
288 : DefInst(nullptr), Generation(0), MatchingId(-1), IsAtomic(false),
290 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId,
292 : DefInst(Inst), Generation(Generation), MatchingId(MatchingId),
305 /// It uses the same generation count as loads
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIMemoryLegalizer.cpp 616 GCNSubtarget::Generation Generation = ST.getGeneration();
617 if (Generation <= AMDGPUSubtarget::SOUTHERN_ISLANDS)
    [all...]
AMDGPUSubtarget.h 51 enum Generation {
428 Generation getGeneration() const {
429 return (Generation)Gen;
565 /// \returns If target supports ds_read/write_b128 and user enables generation
967 Generation Gen;
1002 Generation getGeneration() const {
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.h 39 enum Generation {
61 Generation Gen;
134 Generation getGeneration() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
ScalarEvolution.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 357 /// keep track of a generation count of the read, which is compared against
358 /// the current generation count. The current generation count is incremented
361 /// events (such as fences or atomic instructions) increment the generation
368 unsigned Generation = 0;
373 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId,
375 : DefInst(Inst), Generation(Generation), MatchingId(MatchingId),
389 // addresses) to generation numbers at which that memory location became
402 /// It uses the same generation count as loads
    [all...]
  /external/syzkaller/vendor/google.golang.org/api/storage/v1/
storage-gen.go 243 // Metageneration: The metadata generation of this bucket.
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.13.0.v20180409-1500.jar 

Completed in 442 milliseconds