Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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.h1024 class InstJumpTable : public InstHighLevel {
1025 InstJumpTable() = delete;
1026 InstJumpTable(const InstJumpTable &) = delete;
1027 InstJumpTable &operator=(const InstJumpTable &) = delete;
1030 static InstJumpTable *create(Cfg *Func, SizeT NumTargets, CfgNode *Default) { in create()
1031 return new (Func->allocate<InstJumpTable>()) in create()
1032 InstJumpTable(Func, NumTargets, Default); in create()
1069 InstJumpTable(Cfg *Func, SizeT NumTargets, CfgNode *Default);
DIceCfg.h140 void addJumpTable(InstJumpTable *JumpTable) { in addJumpTable()
325 CfgVector<InstJumpTable *> JumpTables;
DIceSwitchLowering.cpp79 InstJumpTable::create(Func, TotalRange, Instr->getLabelDefault()); in clusterizeSwitch()
DIceInst.cpp590 InstJumpTable::InstJumpTable(Cfg *Func, SizeT NumTargets, CfgNode *Default) in InstJumpTable() function in Ice::InstJumpTable
600 bool InstJumpTable::repointEdges(CfgNode *OldNode, CfgNode *NewNode) { in repointEdges()
611 JumpTableData InstJumpTable::toJumpTableData(Assembler *Asm) const { in toJumpTableData()
999 void InstJumpTable::dump(const Cfg *Func) const { in dump()
DIceDefs.h68 class InstJumpTable; variable
DIceTargetLowering.h312 const InstJumpTable *JumpTable) const = 0;
DIceCfg.cpp1642 for (const InstJumpTable *JumpTable : JumpTables) { in emitJumpTables()
1648 for (const InstJumpTable *JumpTable : JumpTables) in emitJumpTables()
DIceTargetLoweringMIPS32.h132 const InstJumpTable *JumpTable) const override;
DIceTargetLoweringX8632.h368 const InstJumpTable *JumpTable) const override;
DIceTargetLoweringX8664.h364 const InstJumpTable *JumpTable) const override;
DIceTargetLoweringARM32.h151 const InstJumpTable *JumpTable) const override;
DIceTargetLoweringX8664.cpp5903 InstJumpTable *JumpTable = Case.getJumpTable(); in lowerCaseCluster()
6889 const InstJumpTable *JumpTable) const { in emitJumpTable()
DIceTargetLoweringX8632.cpp6525 InstJumpTable *JumpTable = Case.getJumpTable(); in lowerCaseCluster()
7616 const InstJumpTable *JumpTable) const { in emitJumpTable()
DIceTargetLoweringMIPS32.cpp1048 const InstJumpTable *JumpTable) const { in emitJumpTable()
DIceTargetLoweringARM32.cpp1066 const InstJumpTable *JumpTable) const { in emitJumpTable()