Home
last modified time | relevance | path

Searched refs:UnmaterializedVariables (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Reactor/
DReactor.cpp74 thread_local Variable::UnmaterializedVariables *Variable::unmaterializedVariables = nullptr;
76 void Variable::UnmaterializedVariables::add(const Variable *v) in add()
81 void Variable::UnmaterializedVariables::remove(const Variable *v) in remove()
90 void Variable::UnmaterializedVariables::clear() in clear()
95 void Variable::UnmaterializedVariables::materializeAll() in materializeAll()
DReactor.hpp161 class UnmaterializedVariables class in rr::Variable
176 static thread_local UnmaterializedVariables *unmaterializedVariables;
DSubzeroReactor.cpp935 Variable::unmaterializedVariables = new Variable::UnmaterializedVariables{}; in Nucleus()
DLLVMReactor.cpp525 Variable::unmaterializedVariables = new Variable::UnmaterializedVariables{}; in Nucleus()