Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceCompiler.cpp166 Ctx.lowerJumpTables(); in run()
DIceGlobalContext.cpp479 void GlobalContext::lowerJumpTables() { DataLowering->lowerJumpTables(); } in lowerJumpTables() function in Ice::GlobalContext
DIceGlobalContext.h354 void lowerJumpTables();
DIceTargetLowering.h572 virtual void lowerJumpTables() = 0;
DIceTargetLoweringMIPS32.h904 void lowerJumpTables() override;
DIceTargetLoweringX8664.h1021 void lowerJumpTables() override;
DIceTargetLoweringX8632.h1038 void lowerJumpTables() override;
DIceTargetLoweringARM32.h1232 void lowerJumpTables() override;
DIceTargetLoweringMIPS32.cpp5782 void TargetDataMIPS32::lowerJumpTables() { in lowerJumpTables() function in Ice::MIPS32::TargetDataMIPS32
DIceTargetLoweringARM32.cpp6908 void TargetDataARM32::lowerJumpTables() { in lowerJumpTables() function in Ice::ARM32::TargetDataARM32
DIceTargetLoweringX8664.cpp6991 void TargetDataX8664::lowerJumpTables() { in lowerJumpTables() function in Ice::X8664::TargetDataX8664
DIceTargetLoweringX8632.cpp7727 void TargetDataX8632::lowerJumpTables() { in lowerJumpTables() function in Ice::X8632::TargetDataX8632
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp1058 ::context->lowerJumpTables(); in acquireRoutine()