Home
last modified time | relevance | path

Searched refs:doMaterialize (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h218 void doMaterialize(VSO &V) { in doMaterialize() function
460 MU->doMaterialize(V); in materializeOnCurrentThread()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DCoreAPIsTest.cpp517 MU->doMaterialize(V); in TEST_F()
613 std::thread([SharedMU, &V]() { SharedMU->doMaterialize(V); }); in TEST_F()