Searched defs:InstJumpTable (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
H A DIceInst.cpp607 InstJumpTable::InstJumpTable(Cfg *Func, SizeT NumTargets, CfgNode *Default) function in class:InstJumpTable
617 bool InstJumpTable::repointEdges(CfgNode *OldNode, CfgNode *NewNode) {
628 JumpTableData InstJumpTable::toJumpTableData(Assembler *Asm) const {
1068 void InstJumpTable::dump(const Cfg *Func) const {
H A DIceInst.h1053 class InstJumpTable : public InstHighLevel { class in namespace:Ice
1054 InstJumpTable() = delete;
1055 InstJumpTable(const InstJumpTable &) = delete;
1056 InstJumpTable &operator=(const InstJumpTable &) = delete;
1059 static InstJumpTable *create(Cfg *Func, SizeT NumTargets, CfgNode *Default) {
1060 return new (Func->allocate<InstJumpTable>())
1061 InstJumpTable(Func, NumTargets, Default);
1080 // InstJumpTable
[all...]

Completed in 121 milliseconds