Searched refs:InstJumpTable (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceSwitchLowering.h | 46 CaseCluster(uint64_t Low, uint64_t High, InstJumpTable *JT) in CaseCluster() 56 InstJumpTable *getJumpTable() const { in getJumpTable() 74 InstJumpTable *JT; /// Jump table targets.
|
D | IceInst.h | 1070 class InstJumpTable : public InstHighLevel { 1071 InstJumpTable() = delete; 1072 InstJumpTable(const InstJumpTable &) = delete; 1073 InstJumpTable &operator=(const InstJumpTable &) = delete; 1076 static InstJumpTable *create(Cfg *Func, SizeT NumTargets, CfgNode *Default) { in create() 1077 return new (Func->allocate<InstJumpTable>()) in create() 1078 InstJumpTable(Func, NumTargets, Default); in create() 1115 InstJumpTable(Cfg *Func, SizeT NumTargets, CfgNode *Default);
|
D | IceCfg.h | 140 void addJumpTable(InstJumpTable *JumpTable) { in addJumpTable() 340 CfgVector<InstJumpTable *> JumpTables;
|
D | IceSwitchLowering.cpp | 79 InstJumpTable::create(Func, TotalRange, Instr->getLabelDefault()); in clusterizeSwitch()
|
D | IceInst.cpp | 607 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()
|
D | IceDefs.h | 68 class InstJumpTable; variable
|
D | IceCfg.cpp | 1719 for (const InstJumpTable *JT : JumpTables) in markNodesForSandboxing() 1755 for (const InstJumpTable *JumpTable : JumpTables) { in emitJumpTables() 1761 for (const InstJumpTable *JumpTable : JumpTables) in emitJumpTables()
|
D | IceTargetLowering.h | 319 const InstJumpTable *JumpTable) const = 0;
|
D | IceTargetLoweringMIPS32.h | 132 const InstJumpTable *JumpTable) const override;
|
D | IceTargetLoweringARM32.h | 152 const InstJumpTable *JumpTable) const override;
|
D | IceTargetLoweringX86Base.h | 388 const InstJumpTable *JumpTable) const override;
|
D | IceTargetLoweringX86BaseImpl.h | 6976 InstJumpTable *JumpTable = Case.getJumpTable(); 8413 const Cfg *, const InstJumpTable *JumpTable) const {
|
D | IceTargetLoweringMIPS32.cpp | 1080 const InstJumpTable *JumpTable) const { in emitJumpTable()
|
D | IceTargetLoweringARM32.cpp | 1226 const InstJumpTable *JumpTable) const { in emitJumpTable()
|