Searched defs:JumpTable (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | SwitchLoweringUtils.h | 160 struct JumpTable { struct 172 JumpTable(unsigned R, unsigned J, MachineBasicBlock *M, MachineBasicBlock *D) in JumpTable() argument
|
D | PseudoSourceValue.h | 41 JumpTable, enumerator
|
D | ISDOpcodes.h | 64 JumpTable, ConstantPool, ExternalSymbol, BlockAddress, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceSwitchLowering.cpp | 78 auto *JumpTable = in clusterizeSwitch() local
|
D | IceSwitchLowering.h | 36 JumpTable, /// Different targets and possibly sparse. enumerator
|
D | IceCfg.h | 140 void addJumpTable(InstJumpTable *JumpTable) { in addJumpTable()
|
D | IceCfg.cpp | 1642 for (const InstJumpTable *JumpTable : JumpTables) { in emitJumpTables() local 1648 for (const InstJumpTable *JumpTable : JumpTables) in emitJumpTables() local
|
D | IceGlobalContext.cpp | 824 void GlobalContext::addJumpTableData(JumpTableData JumpTable) { in addJumpTableData()
|
D | IceInst.h | 70 JumpTable, // not part of LLVM/PNaCl bitcode enumerator
|
D | IceTargetLoweringX8664.cpp | 5903 InstJumpTable *JumpTable = Case.getJumpTable(); in lowerCaseCluster() local
|
D | IceTargetLoweringX8632.cpp | 6525 InstJumpTable *JumpTable = Case.getJumpTable(); in lowerCaseCluster() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 1497 auto JumpTable = in buildBitSetsFromFunctionsNative() local
|