Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.cpp38 if (std::error_code EC = M->materializeAll()) { in create()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.cpp38 if (Error Err = M->materializeAll()) { in create()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dis/
Dllvm-dis.cpp167 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-extract/
Dllvm-extract.cpp313 ExitOnErr(M->materializeAll()); in main()
/external/llvm/lib/IR/
DModule.cpp414 std::error_code Module::materializeAll() { in materializeAll() function in Module
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DModule.cpp393 Error Module::materializeAll() { in materializeAll() function in Module
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModule.h501 llvm::Error materializeAll();
/external/llvm/include/llvm/IR/
DModule.h479 std::error_code materializeAll();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp151 cantFail(M->materializeAll()); in emitObject()
/external/llvm/tools/lli/
Dlli.cpp411 if (std::error_code EC = Mod->materializeAll()) { in main()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/lli/
Dlli.cpp400 ExitOnErr(Mod->materializeAll()); in main()
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp1043 Variable::materializeAll(); in setInsertBlock()
1099 Variable::materializeAll(); in createBr()
1108 Variable::materializeAll(); in createCondBr()
4850 Variable::materializeAll(); in yield()
DLLVMReactor.cpp738 Variable::materializeAll(); in setInsertBlock()
798 Variable::materializeAll(); in createBr()
806 Variable::materializeAll(); in createCondBr()
4181 Variable::materializeAll(); in yield()
DReactor.cpp102 void Variable::materializeAll() in materializeAll() function in rr::Variable
DReactor.hpp133 static void materializeAll();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5769 if (Error Err = M->materializeAll()) in getModuleImpl()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6561 if (std::error_code EC = M->materializeAll()) in getBitcodeModuleImpl()