Home
last modified time | relevance | path

Searched refs:createSPIRVModule (Results 1 – 4 of 4) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVModule.h93 static SPIRVModule* createSPIRVModule();
DSPIRVModule.cpp1439 SPIRVModule::createSPIRVModule() { in createSPIRVModule() function in SPIRV::SPIRVModule
/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp1719 std::unique_ptr<SPIRVModule> BM(SPIRVModule::createSPIRVModule()); in WriteSPIRV()
1733 std::unique_ptr<SPIRVModule> BM(SPIRVModule::createSPIRVModule()); in RegularizeLLVMForSPIRV()
DSPIRVReader.cpp2726 std::unique_ptr<SPIRVModule> BM(SPIRVModule::createSPIRVModule()); in ReadSPIRV()