HomeSort by relevance Sort by last modified time
    Searched defs:JumpTable (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 224 struct JumpTable {
225 JumpTable(unsigned R, unsigned J, MachineBasicBlock *M,
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/lib/ExecutionEngine/JIT/
JITEmitter.cpp 316 /// JumpTable - The jump tables for the current function.
318 MachineJumpTableInfo *JumpTable;
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress,
478 /// BR_JT - Jumptable branch. The first operand is the chain, the second
479 /// is the jumptable index, the last one is the jumptable entry index.
    [all...]

Completed in 81 milliseconds