HomeSort by relevance Sort by last modified time
    Searched refs:getGlobalInits (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceThreading.cpp 42 std::unique_ptr<VariableDeclarationList> EmitterWorkItem::getGlobalInits() {
IceThreading.h 187 std::unique_ptr<VariableDeclarationList> getGlobalInits();
IceGlobalContext.cpp 427 Item->setGlobalInits(Func->getGlobalInits());
433 Func->getGlobalInits();
641 accumulateGlobals(Item->getGlobalInits());
645 accumulateGlobals(Item->getGlobalInits());
669 accumulateGlobals(Item->getGlobalInits());
    [all...]
IceCfg.h 147 std::unique_ptr<VariableDeclarationList> getGlobalInits() {
  /external/swiftshader/src/Reactor/
SubzeroReactor.cpp 587 auto globals = ::function->getGlobalInits();
    [all...]

Completed in 1022 milliseconds