Home
last modified time | relevance | path

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

/external/spirv-llvm/lib/SPIRV/
DSPIRVRegularizeLLVM.cpp81 void lowerFuncPtr(Function *F, Op OC);
82 void lowerFuncPtr(Module *M);
115 lowerFuncPtr(M); in regularize()
173 void SPIRVRegularizeLLVM::lowerFuncPtr(Function* F, Op OC) { in lowerFuncPtr() function in SPIRV::SPIRVRegularizeLLVM
193 SPIRVRegularizeLLVM::lowerFuncPtr(Module* M) { in lowerFuncPtr() function in SPIRV::SPIRVRegularizeLLVM
205 lowerFuncPtr(I.first, I.second); in lowerFuncPtr()