OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WI_Cfg
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/subzero/src/
IceThreading.cpp
33
: Sequence(Seq), Kind(
WI_Cfg
), GlobalInits(nullptr), Function(nullptr),
38
assert(getKind() == WI_Asm || getKind() ==
WI_Cfg
);
44
getKind() ==
WI_Cfg
);
54
assert(getKind() ==
WI_Cfg
);
IceThreading.h
171
///
WI_Cfg
: A Cfg that has not yet had emit() or emitIAS() called on it. This
175
enum ItemKind { WI_Nop, WI_GlobalInits, WI_Asm,
WI_Cfg
};
182
/// Constructor for a
WI_Cfg
work item.
IceGlobalContext.cpp
678
case EmitterWorkItem::
WI_Cfg
: {
680
llvm::report_fatal_error("
WI_Cfg
work item created inappropriately");
[
all
...]
Completed in 56 milliseconds