Searched refs:switchCases (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | Nucleus.hpp | 310 static void addSwitchCase(SwitchCases *switchCases, int label, BasicBlock *branch);
|
H A D | LLVMReactor.cpp | 1691 void Nucleus::addSwitchCase(SwitchCases *switchCases, int label, BasicBlock *branch) in addSwitchCase() argument 1694 llvm::SwitchInst *sw = reinterpret_cast<llvm::SwitchInst *>(switchCases); in addSwitchCase()
|
H A D | SubzeroReactor.cpp | 1952 void Nucleus::addSwitchCase(SwitchCases *switchCases, int label, BasicBlock *branch) 1955 switchCases->addBranch(label, label, branch);
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | VertexProgram.cpp | 1554 SwitchCases *switchCases = Nucleus::createSwitch(value, unreachableBlock, (int)callRetBlock[currentLabel].size()); in RET() local 1558 Nucleus::addSwitchCase(switchCases, i, callRetBlock[currentLabel][i]); in RET()
|
H A D | PixelProgram.cpp | 1869 SwitchCases *switchCases = Nucleus::createSwitch(value, unreachableBlock, (int)callRetBlock[currentLabel].size()); in RET() local 1873 Nucleus::addSwitchCase(switchCases, i, callRetBlock[currentLabel][i]); in RET()
|
Completed in 18 milliseconds