HomeSort by relevance Sort by last modified time
    Searched refs:InstJumpTable (Results 1 - 14 of 14) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceSwitchLowering.h 46 CaseCluster(uint64_t Low, uint64_t High, InstJumpTable *JT)
56 InstJumpTable *getJumpTable() const {
74 InstJumpTable *JT; /// Jump table targets.
IceSwitchLowering.cpp 79 InstJumpTable::create(Func, TotalRange, Instr->getLabelDefault());
IceCfg.h 140 void addJumpTable(InstJumpTable *JumpTable) {
340 CfgVector<InstJumpTable *> JumpTables;
IceInst.h     [all...]
IceInst.cpp 607 InstJumpTable::InstJumpTable(Cfg *Func, SizeT NumTargets, CfgNode *Default)
617 bool InstJumpTable::repointEdges(CfgNode *OldNode, CfgNode *NewNode) {
628 JumpTableData InstJumpTable::toJumpTableData(Assembler *Asm) const {
1068 void InstJumpTable::dump(const Cfg *Func) const {
    [all...]
IceDefs.h 68 class InstJumpTable;
IceCfg.cpp     [all...]
IceTargetLowering.h 319 const InstJumpTable *JumpTable) const = 0;
IceTargetLoweringMIPS32.h 132 const InstJumpTable *JumpTable) const override;
    [all...]
IceTargetLoweringARM32.h 152 const InstJumpTable *JumpTable) const override;
    [all...]
IceTargetLoweringX86Base.h 388 const InstJumpTable *JumpTable) const override;
    [all...]
IceTargetLoweringX86BaseImpl.h     [all...]
IceTargetLoweringMIPS32.cpp     [all...]
IceTargetLoweringARM32.cpp     [all...]

Completed in 241 milliseconds