Searched refs:SPIRVRegularizeLLVM (Results 1 – 3 of 3) sorted by relevance
68 class SPIRVRegularizeLLVM: public ModulePass { class70 SPIRVRegularizeLLVM():ModulePass(ID), M(nullptr), Ctx(nullptr) { in SPIRVRegularizeLLVM() function in SPIRV::SPIRVRegularizeLLVM90 char SPIRVRegularizeLLVM::ID = 0;93 SPIRVRegularizeLLVM::runOnModule(Module& Module) { in runOnModule()111 SPIRVRegularizeLLVM::regularize() { in regularize()173 void SPIRVRegularizeLLVM::lowerFuncPtr(Function* F, Op OC) { in lowerFuncPtr()193 SPIRVRegularizeLLVM::lowerFuncPtr(Module* M) { in lowerFuncPtr()211 INITIALIZE_PASS(SPIRVRegularizeLLVM, "spvregular",215 return new SPIRVRegularizeLLVM(); in createSPIRVRegularizeLLVM()
34 SPIRVRegularizeLLVM.cpp
50 "SPIRVRegularizeLLVM.cpp",