Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h233 struct JumpTable { struct
234 JumpTable(unsigned R, unsigned J, MachineBasicBlock *M, in JumpTable() function
258 typedef std::pair<JumpTableHeader, JumpTable> JumpTableBlock; argument
/external/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.cpp1755 for (const InstJumpTable *JumpTable : JumpTables) { in emitJumpTables() local
1761 for (const InstJumpTable *JumpTable : JumpTables) in emitJumpTables() local
DIceGlobalContext.cpp917 void GlobalContext::addJumpTableData(JumpTableData JumpTable) { in addJumpTableData()
DIceInst.h72 JumpTable, // not part of LLVM/PNaCl bitcode enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h261 struct JumpTable { struct
273 JumpTable(unsigned R, unsigned J, MachineBasicBlock *M, in JumpTable() argument
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h246 struct JumpTable { struct
247 JumpTable(unsigned R, unsigned J, MachineBasicBlock *M, in JumpTable() function
272 typedef std::pair<JumpTableHeader, JumpTable> JumpTableBlock; argument
/external/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h41 JumpTable, enumerator
DISDOpcodes.h63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h42 JumpTable, enumerator
DISDOpcodes.h63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress, enumerator
/external/v8/src/compiler/
Dcode-generator.h315 class JumpTable; variable
Dcode-generator.cc24 class CodeGenerator::JumpTable final : public ZoneObject { class in v8::internal::compiler::CodeGenerator
26 JumpTable(JumpTable* next, Label** targets, size_t target_count) in JumpTable() function in v8::internal::compiler::CodeGenerator::JumpTable
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress, enumerator
/external/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp757 auto JumpTable = new GlobalVariable(*M, JumpTableType, in buildBitSetsFromFunctions() local
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp315 MachineJumpTableInfo *JumpTable; member in __anona707f8570111::JITEmitter
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp1430 auto JumpTable = in buildBitSetsFromFunctionsNative() local
/external/v8/src/ia32/
Dassembler-ia32.h344 static Operand JumpTable(Register index, ScaleFactor scale, Label* table) { in JumpTable() function