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.h1075 class InstJumpTable : public InstHighLevel {
1076 InstJumpTable() = delete;
1077 InstJumpTable(const InstJumpTable &) = delete;
1078 InstJumpTable &operator=(const InstJumpTable &) = delete;
1081 static InstJumpTable *create(Cfg *Func, SizeT NumTargets, CfgNode *Default) { in create()
1082 return new (Func->allocate<InstJumpTable>()) in create()
1083 InstJumpTable(Func, NumTargets, Default); in create()
1120 InstJumpTable(Cfg *Func, SizeT NumTargets, CfgNode *Default);
DIceCfg.h140 void addJumpTable(InstJumpTable *JumpTable) { in addJumpTable()
326 CfgVector<InstJumpTable *> JumpTables;
DIceSwitchLowering.cpp79 InstJumpTable::create(Func, TotalRange, Instr->getLabelDefault()); in clusterizeSwitch()
DIceInst.cpp599 InstJumpTable::InstJumpTable(Cfg *Func, SizeT NumTargets, CfgNode *Default) in InstJumpTable() function in Ice::InstJumpTable
609 bool InstJumpTable::repointEdges(CfgNode *OldNode, CfgNode *NewNode) { in repointEdges()
620 JumpTableData InstJumpTable::toJumpTableData(Assembler *Asm) const { in toJumpTableData()
1060 void InstJumpTable::dump(const Cfg *Func) const { in dump()
DIceDefs.h68 class InstJumpTable; variable
DIceCfg.cpp1612 for (const InstJumpTable *JT : JumpTables) in markNodesForSandboxing()
1648 for (const InstJumpTable *JumpTable : JumpTables) { in emitJumpTables()
1654 for (const InstJumpTable *JumpTable : JumpTables) in emitJumpTables()
DIceTargetLowering.h312 const InstJumpTable *JumpTable) const = 0;
DIceTargetLoweringMIPS32.h132 const InstJumpTable *JumpTable) const override;
DIceTargetLoweringARM32.h152 const InstJumpTable *JumpTable) const override;
DIceTargetLoweringX86Base.h393 const InstJumpTable *JumpTable) const override;
DIceTargetLoweringX86BaseImpl.h7027 InstJumpTable *JumpTable = Case.getJumpTable();
8247 const Cfg *, const InstJumpTable *JumpTable) const {
DIceTargetLoweringMIPS32.cpp1063 const InstJumpTable *JumpTable) const { in emitJumpTable()
DIceTargetLoweringARM32.cpp1215 const InstJumpTable *JumpTable) const { in emitJumpTable()