HomeSort by relevance Sort by last modified time
    Searched refs:JumpTable (Results 1 - 15 of 15) 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;
302 /// JTCases - Vector of JumpTable structures used to communicate
469 void visitJumpTable(JumpTable &JT);
470 void visitJumpTableHeader(JumpTable &JT, JumpTableHeader &JTH,
SelectionDAGDumper.cpp 91 case ISD::JumpTable: return "JumpTable";
SelectionDAGBuilder.cpp     [all...]
SelectionDAG.cpp 406 case ISD::JumpTable:
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 63 JumpTable, ConstantPool, ExternalSymbol, BlockAddress,
479 // BR_JT - Jumptable branch. The first operand is the chain, the second
480 // is the jumptable index, the last one is the jumptable entry index.
    [all...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 312 /// JumpTable - The jump tables for the current function.
314 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...]
JITInlineMethods.h 291 m_jmpTable.append(JumpTable(jump, m_bytecodeOffset + relativeOffset));
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 149 setOperationAction(ISD::JumpTable, MVT::i32, Custom);
204 case ISD::JumpTable: return LowerJumpTable(Op, DAG);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 135 setOperationAction(ISD::JumpTable, MVT::i32, Custom);
159 setOperationAction(ISD::JumpTable, MVT::i64, Custom);
742 case ISD::JumpTable: return LowerJumpTable(Op, DAG);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 160 // Expand the jumptable branches
373 setOperationAction(ISD::JumpTable, VT, Custom);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 212 setOperationAction(ISD::JumpTable, MVT::i32, Custom);
217 setOperationAction(ISD::JumpTable, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 458 setOperationAction(ISD::JumpTable , MVT::i32 , Custom);
467 setOperationAction(ISD::JumpTable , MVT::i64 , Custom);
    [all...]

Completed in 155 milliseconds