OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WI_Asm
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/subzero/src/
IceThreading.cpp
30
: Sequence(Seq), Kind(
WI_Asm
), GlobalInits(nullptr), Function(std::move(A)),
38
assert(getKind() ==
WI_Asm
|| getKind() == WI_Cfg);
43
assert(getKind() == WI_GlobalInits || getKind() ==
WI_Asm
||
49
assert(getKind() ==
WI_Asm
);
IceThreading.h
167
///
WI_Asm
: A function that has already had emitIAS() called on it. The work
175
enum ItemKind { WI_Nop, WI_GlobalInits,
WI_Asm
, WI_Cfg };
180
/// Constructor for a
WI_Asm
work item.
IceGlobalContext.cpp
656
case EmitterWorkItem::
WI_Asm
: {
[
all
...]
Completed in 122 milliseconds