Searched defs:JumpTable (Results 1 - 4 of 4) 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;
295 /// JTCases - Vector of JumpTable structures used to communicate
463 void visitJumpTable(JumpTable &JT);
464 void visitJumpTableHeader(JumpTable &JT, JumpTableHeader &JTH,
/external/webkit/Source/JavaScriptCore/jit/
H A DJIT.h84 struct JumpTable { struct in namespace:JSC
88 JumpTable(MacroAssembler::Jump f, unsigned t) function in struct:JSC::JumpTable
968 Vector<JumpTable> m_jmpTable;
/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.cpp317 /// JumpTable - The jump tables for the current function.
319 MachineJumpTableInfo *JumpTable; member in class:__anon9356::JITEmitter
1112 JumpTable = MJTI;
1220 // getJumpTableEntryAddress - Return the address of the JumpTable with index
1224 const std::vector<MachineJumpTableEntry> &JT = JumpTable->getJumpTables();
1227 unsigned EntrySize = JumpTable->getEntrySize(*TheJIT->getTargetData());

Completed in 134 milliseconds