HomeSort by relevance Sort by last modified time
    Searched refs:JumpTable (Results 1 - 14 of 14) 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,
SelectionDAGDumper.cpp 90 case ISD::JumpTable: return "JumpTable";
SelectionDAGBuilder.cpp     [all...]
SelectionDAG.cpp 407 case ISD::JumpTable:
    [all...]
LegalizeDAG.cpp     [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...]
SelectionDAGNodes.h     [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 316 /// JumpTable - The jump tables for the current function.
318 MachineJumpTableInfo *JumpTable;
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 172 setOperationAction(ISD::JumpTable, MVT::i16, Custom);
203 case ISD::JumpTable: return LowerJumpTable(Op, DAG);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 120 setOperationAction(ISD::JumpTable, MVT::i32, Custom);
121 setOperationAction(ISD::JumpTable, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 245 setOperationAction(ISD::JumpTable, MVT::i32, Custom);
269 setOperationAction(ISD::JumpTable, MVT::i64, Custom);
735 case ISD::JumpTable: return lowerJumpTable(Op, DAG);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 192 setOperationAction(ISD::JumpTable, PtrVT, Custom);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 246 setOperationAction(ISD::JumpTable, MVT::i32, Custom);
251 setOperationAction(ISD::JumpTable, MVT::i64, Custom);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 539 setOperationAction(ISD::JumpTable , MVT::i32 , Custom);
548 setOperationAction(ISD::JumpTable , MVT::i64 , Custom);
    [all...]

Completed in 560 milliseconds