Home
last modified time | relevance | path

Searched refs:materializeAll (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.cpp37 if (Error Err = M->materializeAll()) { in create()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h516 llvm::Error materializeAll();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp417 Error Module::materializeAll() { in materializeAll() function in Module
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp150 cantFail(M->materializeAll()); in emitObject()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.cpp91 void Variable::UnmaterializedVariables::materializeAll() in materializeAll() function in rr::Variable::UnmaterializedVariables
187 void Variable::materializeAll() in materializeAll() function in rr::Variable
189 unmaterializedVariables->materializeAll(); in materializeAll()
DSubzeroReactor.cpp1184 Variable::materializeAll(); in createBr()
1193 Variable::materializeAll(); in createCondBr()
4911 Variable::materializeAll(); in yield()
DLLVMReactor.cpp748 Variable::materializeAll(); in createBr()
756 Variable::materializeAll(); in createCondBr()
4355 Variable::materializeAll(); in yield()
DReactor.hpp150 static void materializeAll();
168 void materializeAll();
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp3835 Variable::materializeAll(); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6486 if (Error Err = M->materializeAll()) in getModuleImpl()