/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 233 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/ |
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 | 1755 for (const InstJumpTable *JumpTable : JumpTables) { in emitJumpTables() local 1761 for (const InstJumpTable *JumpTable : JumpTables) in emitJumpTables() local
|
D | IceGlobalContext.cpp | 917 void GlobalContext::addJumpTableData(JumpTableData JumpTable) { in addJumpTableData()
|
D | IceInst.h | 72 JumpTable, // not part of LLVM/PNaCl bitcode enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 261 struct JumpTable { struct 273 JumpTable(unsigned R, unsigned J, MachineBasicBlock *M, in JumpTable() argument
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 246 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/ |
D | PseudoSourceValue.h | 41 JumpTable, enumerator
|
D | ISDOpcodes.h | 63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | PseudoSourceValue.h | 42 JumpTable, enumerator
|
D | ISDOpcodes.h | 63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress, enumerator
|
/external/v8/src/compiler/ |
D | code-generator.h | 315 class JumpTable; variable
|
D | code-generator.cc | 24 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/ |
D | ISDOpcodes.h | 63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress, enumerator
|
/external/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 757 auto JumpTable = new GlobalVariable(*M, JumpTableType, in buildBitSetsFromFunctions() local
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JITEmitter.cpp | 315 MachineJumpTableInfo *JumpTable; member in __anona707f8570111::JITEmitter
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 1430 auto JumpTable = in buildBitSetsFromFunctionsNative() local
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 344 static Operand JumpTable(Register index, ScaleFactor scale, Label* table) { in JumpTable() function
|