Home
last modified time | relevance | path

Searched refs:materializeAll (Results 1 – 25 of 25) 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-project/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.cpp37 if (Error Err = M->materializeAll()) { in create()
/external/llvm-project/llvm/tools/llvm-dis/
Dllvm-dis.cpp176 ExitOnErr(M->materializeAll()); in main()
/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-project/llvm/tools/llvm-extract/
Dllvm-extract.cpp333 ExitOnErr(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/llvm-project/llvm/include/llvm/IR/
DModule.h522 llvm::Error materializeAll();
/external/llvm-project/llvm/lib/IR/
DModule.cpp445 Error Module::materializeAll() { in materializeAll() function in Module
/external/llvm/tools/lli/
Dlli.cpp411 if (std::error_code EC = Mod->materializeAll()) { in main()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp150 cantFail(M->materializeAll()); in emitObject()
/external/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp152 cantFail(M->materializeAll()); in emitObject()
/external/llvm-project/llvm/tools/lli/
Dlli.cpp433 ExitOnErr(Mod->materializeAll()); in main()
/external/swiftshader/src/Reactor/
DReactor.cpp95 void Variable::UnmaterializedVariables::materializeAll() in materializeAll() function in rr::Variable::UnmaterializedVariables
191 void Variable::materializeAll() in materializeAll() function in rr::Variable
193 unmaterializedVariables->materializeAll(); in materializeAll()
DSubzeroReactor.cpp1185 Variable::materializeAll(); in createBr()
1194 Variable::materializeAll(); in createCondBr()
4911 Variable::materializeAll(); in yield()
DLLVMReactor.cpp728 Variable::materializeAll(); in createBr()
736 Variable::materializeAll(); in createCondBr()
4273 Variable::materializeAll(); in yield()
DReactor.hpp149 static void materializeAll();
167 void materializeAll();
/external/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp3773 Variable::materializeAll(); in TEST()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6561 if (std::error_code EC = M->materializeAll()) in getBitcodeModuleImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6486 if (Error Err = M->materializeAll()) in getModuleImpl()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6714 if (Error Err = M->materializeAll()) in getModuleImpl()