|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/CodeGen/SelectionDAGNodes.h 1806 : SDNode(isTarg ? ISD::TargetJumpTable : ISD::JumpTable,
1815 return N->getOpcode() == ISD::JumpTable ||
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp 3703 case ISD::JumpTable:
lib/CodeGen/SelectionDAG/SelectionDAG.cpp 523 case ISD::JumpTable:
1408 unsigned Opc = isTarget ? ISD::TargetJumpTable : ISD::JumpTable;
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp 122 case ISD::JumpTable: return "JumpTable";
lib/Target/AArch64/AArch64ISelLowering.cpp 218 setOperationAction(ISD::JumpTable, MVT::i64, Custom);
2982 case ISD::JumpTable:
lib/Target/ARC/ARCISelLowering.cpp 120 setOperationAction(ISD::JumpTable, MVT::i32, Custom);
759 case ISD::JumpTable:
lib/Target/Hexagon/HexagonISelLowering.cpp 1296 setOperationAction(ISD::JumpTable, MVT::i32, Custom);
2863 case ISD::JumpTable: return LowerJumpTable(Op, DAG);
lib/Target/Lanai/LanaiISelLowering.cpp 94 setOperationAction(ISD::JumpTable, MVT::i32, Custom);
188 case ISD::JumpTable:
lib/Target/MSP430/MSP430ISelLowering.cpp 146 setOperationAction(ISD::JumpTable, MVT::i16, Custom);
350 case ISD::JumpTable: return LowerJumpTable(Op, DAG);
lib/Target/Mips/MipsISelLowering.cpp 351 setOperationAction(ISD::JumpTable, MVT::i32, Custom);
372 setOperationAction(ISD::JumpTable, MVT::i64, Custom);
1226 case ISD::JumpTable: return lowerJumpTable(Op, DAG);
lib/Target/PowerPC/PPCISelLowering.cpp 417 setOperationAction(ISD::JumpTable, MVT::i32, Custom);
422 setOperationAction(ISD::JumpTable, MVT::i64, Custom);
10119 case ISD::JumpTable: return LowerJumpTable(Op, DAG);
lib/Target/SystemZ/SystemZISelLowering.cpp 288 setOperationAction(ISD::JumpTable, PtrVT, Custom);
4944 case ISD::JumpTable:
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp 73 setOperationAction(ISD::JumpTable, MVTPtr, Custom);
985 case ISD::JumpTable:
lib/Target/X86/X86ISelLowering.cpp 444 setOperationAction(ISD::JumpTable , VT, Custom);
27721 case ISD::JumpTable: return LowerJumpTable(Op, DAG);