Searched refs:emitJumpTable (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | IRTranslator.h | 298 void emitJumpTable(SwitchCG::JumpTable &JT, MachineBasicBlock *MBB);
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLowering.h | 311 virtual void emitJumpTable(const Cfg *Func,
|
D | IceTargetLoweringMIPS32.h | 131 void emitJumpTable(const Cfg *Func,
|
D | IceCfg.cpp | 1655 getTarget()->emitJumpTable(this, JumpTable); in emitJumpTables()
|
D | IceTargetLoweringARM32.h | 151 void emitJumpTable(const Cfg *Func,
|
D | IceTargetLoweringX86Base.h | 392 void emitJumpTable(const Cfg *Func,
|
D | IceTargetLoweringMIPS32.cpp | 1062 void TargetMIPS32::emitJumpTable(const Cfg *Func, in emitJumpTable() function in Ice::MIPS32::TargetMIPS32
|
D | IceTargetLoweringARM32.cpp | 1214 void TargetARM32::emitJumpTable(const Cfg *Func, in emitJumpTable() function in Ice::ARM32::TargetARM32
|
D | IceTargetLoweringX86BaseImpl.h | 8246 void TargetX86Base<TraitsType>::emitJumpTable(
|
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
D | IRTranslator.h | 333 void emitJumpTable(SwitchCG::JumpTable &JT, MachineBasicBlock *MBB);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 508 void IRTranslator::emitJumpTable(SwitchCG::JumpTable &JT, in emitJumpTable() function in IRTranslator 2205 emitJumpTable(JTCase.second, JTCase.second.MBB); in finalizeBasicBlock()
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 744 void IRTranslator::emitJumpTable(SwitchCG::JumpTable &JT, in emitJumpTable() function in IRTranslator 2911 emitJumpTable(JTCase.second, JTCase.second.MBB); in finalizeBasicBlock()
|