Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.cpp38 if (std::error_code EC = M->materializeAll()) { in create()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.cpp37 if (Error Err = M->materializeAll()) { in create()
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp167 (*MOrErr)->materializeAll(); in openInputFile()
/external/llvm/tools/llvm-extract/
Dllvm-extract.cpp254 M->materializeAll(); in main()
/external/llvm/lib/IR/
DModule.cpp414 std::error_code Module::materializeAll() { in materializeAll() function in Module
/external/llvm/include/llvm/IR/
DModule.h479 std::error_code materializeAll();
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h516 llvm::Error materializeAll();
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModule.cpp417 Error Module::materializeAll() { in materializeAll() function in Module
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp150 cantFail(M->materializeAll()); in emitObject()
/external/llvm/tools/lli/
Dlli.cpp411 if (std::error_code EC = Mod->materializeAll()) { in main()
/external/swiftshader/src/Reactor/
DReactor.cpp61 void Variable::UnmaterializedVariables::materializeAll() in materializeAll() function in rr::Variable::UnmaterializedVariables
157 void Variable::materializeAll() in materializeAll() function in rr::Variable
159 unmaterializedVariables->materializeAll(); in materializeAll()
DSubzeroReactor.cpp1172 Variable::materializeAll(); in createBr()
1181 Variable::materializeAll(); in createCondBr()
4657 Variable::materializeAll(); in yield()
DLLVMReactor.cpp717 Variable::materializeAll(); in createBr()
725 Variable::materializeAll(); in createCondBr()
4072 Variable::materializeAll(); in yield()
DReactor.hpp178 static void materializeAll();
196 void materializeAll();
/external/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp3903 Variable::materializeAll(); in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6486 if (Error Err = M->materializeAll()) in getModuleImpl()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6561 if (std::error_code EC = M->materializeAll()) in getBitcodeModuleImpl()