OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WI_GlobalInits
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/subzero/src/
IceThreading.cpp
27
: Sequence(Seq), Kind(
WI_GlobalInits
), GlobalInits(std::move(D)),
43
assert(getKind() ==
WI_GlobalInits
|| getKind() == WI_Asm ||
IceThreading.h
165
///
WI_GlobalInits
: A list of global declarations and initializers.
175
enum ItemKind { WI_Nop,
WI_GlobalInits
, WI_Asm, WI_Cfg };
178
/// Constructor for a
WI_GlobalInits
work item.
IceGlobalContext.cpp
630
//
WI_GlobalInits
kind. Emit
WI_GlobalInits
kind block first to avoid
634
CurrentWorkItem->getKind() != EmitterWorkItem::
WI_GlobalInits
)
653
case EmitterWorkItem::
WI_GlobalInits
: {
[
all
...]
Completed in 46 milliseconds