Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceSwitchLowering.h46 CaseCluster(uint64_t Low, uint64_t High, InstJumpTable *JT) in CaseCluster()
56 InstJumpTable *getJumpTable() const { in getJumpTable()
74 InstJumpTable *JT; /// Jump table targets.
DIceInst.h1063 class InstJumpTable : public InstHighLevel {
1064 InstJumpTable() = delete;
1065 InstJumpTable(const InstJumpTable &) = delete;
1066 InstJumpTable &operator=(const InstJumpTable &) = delete;
1069 static InstJumpTable *create(Cfg *Func, SizeT NumTargets, CfgNode *Default) { in create()
1070 return new (Func->allocate<InstJumpTable>()) in create()
1071 InstJumpTable(Func, NumTargets, Default); in create()
1108 InstJumpTable(Cfg *Func, SizeT NumTargets, CfgNode *Default);
DIceCfg.h140 void addJumpTable(InstJumpTable *JumpTable) { in addJumpTable()
340 CfgVector<InstJumpTable *> JumpTables;
DIceInst.cpp607 InstJumpTable::InstJumpTable(Cfg *Func, SizeT NumTargets, CfgNode *Default) in InstJumpTable() function in Ice::InstJumpTable
617 bool InstJumpTable::repointEdges(CfgNode *OldNode, CfgNode *NewNode) { in repointEdges()
628 JumpTableData InstJumpTable::toJumpTableData(Assembler *Asm) const { in toJumpTableData()
1068 void InstJumpTable::dump(const Cfg *Func) const { in dump()
DIceSwitchLowering.cpp79 InstJumpTable::create(Func, TotalRange, Instr->getLabelDefault()); in clusterizeSwitch()
DIceDefs.h68 class InstJumpTable; variable
DIceCfg.cpp1719 for (const InstJumpTable *JT : JumpTables) in markNodesForSandboxing()
1755 for (const InstJumpTable *JumpTable : JumpTables) { in emitJumpTables()
1761 for (const InstJumpTable *JumpTable : JumpTables) in emitJumpTables()
DIceTargetLowering.h319 const InstJumpTable *JumpTable) const = 0;
DIceTargetLoweringMIPS32.h132 const InstJumpTable *JumpTable) const override;
DIceTargetLoweringARM32.h152 const InstJumpTable *JumpTable) const override;
DIceTargetLoweringX86Base.h388 const InstJumpTable *JumpTable) const override;
DIceTargetLoweringX86BaseImpl.h6976 InstJumpTable *JumpTable = Case.getJumpTable();
8414 const Cfg *, const InstJumpTable *JumpTable) const {
DIceTargetLoweringMIPS32.cpp1080 const InstJumpTable *JumpTable) const { in emitJumpTable()
DIceTargetLoweringARM32.cpp1226 const InstJumpTable *JumpTable) const { in emitJumpTable()