HomeSort by relevance Sort by last modified time
    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 617 // WI_GlobalInits kind. Emit WI_GlobalInits kind block first to avoid
621 CurrentWorkItem->getKind() != EmitterWorkItem::WI_GlobalInits)
640 case EmitterWorkItem::WI_GlobalInits: {
    [all...]

Completed in 87 milliseconds