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

  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 233 struct JumpTable {
234 JumpTable(unsigned R, unsigned J, MachineBasicBlock *M,
258 typedef std::pair<JumpTableHeader, JumpTable> JumpTableBlock;
301 /// JTCases - Vector of JumpTable structures used to communicate
466 void visitJumpTable(JumpTable &JT);
467 void visitJumpTableHeader(JumpTable &JT, JumpTableHeader &JTH,
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 313 /// JumpTable - The jump tables for the current function.
315 MachineJumpTableInfo *JumpTable;
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JIT.h 84 struct JumpTable {
88 JumpTable(MacroAssembler::Jump f, unsigned t)
120 } jumpTable;
125 SwitchRecord(SimpleJumpTable* jumpTable, unsigned bytecodeOffset, unsigned defaultOffset, Type type)
130 this->jumpTable.simpleJumpTable = jumpTable;
133 SwitchRecord(StringJumpTable* jumpTable, unsigned bytecodeOffset, unsigned defaultOffset)
138 this->jumpTable.stringJumpTable = jumpTable;
    [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress,
480 // BR_JT - Jumptable branch. The first operand is the chain, the second
481 // is the jumptable index, the last one is the jumptable entry index.
    [all...]

Completed in 83 milliseconds