OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getGeneration
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600Subtarget.h
82
Generation
getGeneration
() const {
92
return (
getGeneration
() >= EVERGREEN);
96
return (
getGeneration
() >= EVERGREEN);
101
return (
getGeneration
() >= EVERGREEN);
107
return (
getGeneration
() >= EVERGREEN);
111
return (
getGeneration
() >= EVERGREEN);
119
return (
getGeneration
() >= EVERGREEN);
123
return (
getGeneration
() >= EVERGREEN);
GCNSubtarget.h
269
Generation
getGeneration
() const {
317
return (
getGeneration
() < AMDGPUSubtarget::VOLCANIC_ISLANDS);
321
return (
getGeneration
() > AMDGPUSubtarget::SOUTHERN_ISLANDS);
327
return
getGeneration
() >= VOLCANIC_ISLANDS;
331
return
getGeneration
() == SOUTHERN_ISLANDS;
359
return
getGeneration
() >= AMDGPUSubtarget::GFX9;
363
return
getGeneration
() >= AMDGPUSubtarget::GFX9;
396
return
getGeneration
() >= GFX9;
402
return
getGeneration
() >= SEA_ISLANDS;
411
return
getGeneration
() != SOUTHERN_ISLANDS
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ExternalASTSource.h
95
uint32_t
getGeneration
() const { return CurrentGeneration; }
441
if (LazyVal->LastGeneration != LazyVal->ExternalSource->
getGeneration
()) {
442
LazyVal->LastGeneration = LazyVal->ExternalSource->
getGeneration
();
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
Module.h
677
unsigned
getGeneration
() const { return Generation; }
Completed in 28 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026