Home
last modified time | relevance | path

Searched defs:JumpTable (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSwitchLoweringUtils.h160 struct JumpTable { struct
172 JumpTable(unsigned R, unsigned J, MachineBasicBlock *M, MachineBasicBlock *D) in JumpTable() argument
DPseudoSourceValue.h41 JumpTable, enumerator
DISDOpcodes.h64 JumpTable, ConstantPool, ExternalSymbol, BlockAddress, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceSwitchLowering.cpp78 auto *JumpTable = in clusterizeSwitch() local
DIceSwitchLowering.h36 JumpTable, /// Different targets and possibly sparse. enumerator
DIceCfg.h140 void addJumpTable(InstJumpTable *JumpTable) { in addJumpTable()
DIceCfg.cpp1642 for (const InstJumpTable *JumpTable : JumpTables) { in emitJumpTables() local
1648 for (const InstJumpTable *JumpTable : JumpTables) in emitJumpTables() local
DIceGlobalContext.cpp824 void GlobalContext::addJumpTableData(JumpTableData JumpTable) { in addJumpTableData()
DIceInst.h70 JumpTable, // not part of LLVM/PNaCl bitcode enumerator
DIceTargetLoweringX8664.cpp5903 InstJumpTable *JumpTable = Case.getJumpTable(); in lowerCaseCluster() local
DIceTargetLoweringX8632.cpp6525 InstJumpTable *JumpTable = Case.getJumpTable(); in lowerCaseCluster() local
/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator.cc27 class CodeGenerator::JumpTable final : public ZoneObject { class in v8::internal::compiler::CodeGenerator
29 JumpTable(JumpTable* next, Label** targets, size_t target_count) in JumpTable() function in v8::internal::compiler::CodeGenerator::JumpTable
Dcode-generator.h358 class JumpTable; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp1497 auto JumpTable = in buildBitSetsFromFunctionsNative() local
/third_party/node/deps/v8/src/codegen/ia32/
Dassembler-ia32.h255 static Operand JumpTable(Register index, ScaleFactor scale, Label* table) { in JumpTable() function