Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFCodeEmitter.cpp66 emitJumpTables(MF.getJumpTableInfo()); in startFunction()
167 void ELFCodeEmitter::emitJumpTables(MachineJumpTableInfo *MJTI) { in emitJumpTables() function in llvm::ELFCodeEmitter
DELFCodeEmitter.h54 void emitJumpTables(MachineJumpTableInfo *MJTI);
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DObjectCodeEmitter.h142 virtual void emitJumpTables(MachineJumpTableInfo *MJTI) = 0;
/external/swiftshader/third_party/subzero/src/
DIceCfg.h297 void emitJumpTables();
DIceCfg.cpp1749 void Cfg::emitJumpTables() { in emitJumpTables() function in Ice::Cfg
1798 emitJumpTables(); in emit()
1812 emitJumpTables(); in emitIAS()