Searched defs:JumpTable (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h224 struct JumpTable { struct in class:llvm::SelectionDAGBuilder
225 JumpTable(unsigned R, unsigned J, MachineBasicBlock *M, function in struct:llvm::SelectionDAGBuilder::JumpTable
249 typedef std::pair<JumpTableHeader, JumpTable> JumpTableBlock;
292 /// JTCases - Vector of JumpTable structures used to communicate
461 void visitJumpTable(JumpTable &JT);
462 void visitJumpTableHeader(JumpTable &JT, JumpTableHeader &JTH,
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress, enumerator in enum:llvm::ISD::NodeType
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp316 /// JumpTable - The jump tables for the current function.
318 MachineJumpTableInfo *JumpTable; member in class:__anon21260::JITEmitter
1067 JumpTable = MJTI;
1175 // getJumpTableEntryAddress - Return the address of the JumpTable with index
1179 const std::vector<MachineJumpTableEntry> &JT = JumpTable->getJumpTables();
1182 unsigned EntrySize = JumpTable->getEntrySize(*TheJIT->getDataLayout());

Completed in 639 milliseconds