Home
last modified time | relevance | path

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

/external/spirv-llvm/tools/llvm-spirv/
Dllvm-spirv.cpp138 if (std::error_code EC = M->materializeAll()){ in convertLLVMToSPIRV()
258 if (std::error_code EC = M->materializeAll()){ in regularizeLLVM()
/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/llvm/include/llvm/IR/
DModule.h479 std::error_code materializeAll();
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModule.h501 llvm::Error 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/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()