/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.cpp | 38 if (std::error_code EC = M->materializeAll()) { in create()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.cpp | 37 if (Error Err = M->materializeAll()) { in create()
|
/external/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.cpp | 37 if (Error Err = M->materializeAll()) { in create()
|
/external/llvm-project/llvm/tools/llvm-dis/ |
D | llvm-dis.cpp | 176 ExitOnErr(M->materializeAll()); in main()
|
/external/llvm/tools/llvm-dis/ |
D | llvm-dis.cpp | 167 (*MOrErr)->materializeAll(); in openInputFile()
|
/external/llvm/tools/llvm-extract/ |
D | llvm-extract.cpp | 254 M->materializeAll(); in main()
|
/external/llvm-project/llvm/tools/llvm-extract/ |
D | llvm-extract.cpp | 333 ExitOnErr(M->materializeAll()); in main()
|
/external/llvm/lib/IR/ |
D | Module.cpp | 414 std::error_code Module::materializeAll() { in materializeAll() function in Module
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Module.cpp | 417 Error Module::materializeAll() { in materializeAll() function in Module
|
/external/llvm/include/llvm/IR/ |
D | Module.h | 479 std::error_code materializeAll();
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Module.h | 516 llvm::Error materializeAll();
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Module.h | 522 llvm::Error materializeAll();
|
/external/llvm-project/llvm/lib/IR/ |
D | Module.cpp | 445 Error Module::materializeAll() { in materializeAll() function in Module
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 150 cantFail(M->materializeAll()); in emitObject()
|
/external/llvm/tools/lli/ |
D | lli.cpp | 411 if (std::error_code EC = Mod->materializeAll()) { in main()
|
/external/llvm-project/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 152 cantFail(M->materializeAll()); in emitObject()
|
/external/llvm-project/llvm/tools/lli/ |
D | lli.cpp | 433 ExitOnErr(Mod->materializeAll()); in main()
|
/external/swiftshader/src/Reactor/ |
D | Reactor.cpp | 95 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()
|
D | SubzeroReactor.cpp | 1185 Variable::materializeAll(); in createBr() 1194 Variable::materializeAll(); in createCondBr() 4911 Variable::materializeAll(); in yield()
|
D | LLVMReactor.cpp | 728 Variable::materializeAll(); in createBr() 736 Variable::materializeAll(); in createCondBr() 4273 Variable::materializeAll(); in yield()
|
D | Reactor.hpp | 149 static void materializeAll(); 167 void materializeAll();
|
/external/swiftshader/tests/ReactorUnitTests/ |
D | ReactorUnitTests.cpp | 3773 Variable::materializeAll(); in TEST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 6486 if (Error Err = M->materializeAll()) in getModuleImpl()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 6561 if (std::error_code EC = M->materializeAll()) in getBitcodeModuleImpl()
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 6714 if (Error Err = M->materializeAll()) in getModuleImpl()
|