HomeSort by relevance Sort by last modified time
    Searched refs:JumpTable (Results 1 - 18 of 18) 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,
SelectionDAG.cpp 395 case ISD::JumpTable:
    [all...]
SelectionDAGBuilder.cpp     [all...]
LegalizeDAG.cpp     [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...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 313 /// JumpTable - The jump tables for the current function.
315 MachineJumpTableInfo *JumpTable;
    [all...]
  /external/webkit/Source/JavaScriptCore/
Android.mk 39 bytecode/JumpTable.cpp \
  /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/Blackfin/
BlackfinISelLowering.cpp 61 setOperationAction(ISD::JumpTable, MVT::i32, Custom);
467 case ISD::JumpTable: return LowerJumpTable(Op, DAG);
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 95 setOperationAction(ISD::JumpTable, MVT::i64, Custom);
169 case ISD::JumpTable: return LowerJumpTable(Op, DAG);
    [all...]
  /external/llvm/lib/Target/Alpha/
AlphaISelLowering.cpp 154 setOperationAction(ISD::JumpTable, MVT::i64, Custom);
155 setOperationAction(ISD::JumpTable, MVT::i32, Custom);
578 case ISD::JumpTable: return LowerJumpTable(Op, DAG);
    [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.cpp 149 setOperationAction(ISD::JumpTable, MVT::i32, Custom);
202 case ISD::JumpTable: return LowerJumpTable(Op, DAG);
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 164 // Expand the jumptable branches
367 setOperationAction(ISD::JumpTable, VT, Custom);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 129 setOperationAction(ISD::JumpTable, MVT::i32, Custom);
673 case ISD::JumpTable: return LowerJumpTable(Op, DAG);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 203 setOperationAction(ISD::JumpTable, MVT::i32, Custom);
208 setOperationAction(ISD::JumpTable, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 438 setOperationAction(ISD::JumpTable , MVT::i32 , Custom);
447 setOperationAction(ISD::JumpTable , MVT::i64 , Custom);
    [all...]

Completed in 289 milliseconds