/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 129 TargetJumpTable, enumerator
|
D | SelectionDAGNodes.h | 1419 : SDNode(isTarg ? ISD::TargetJumpTable : ISD::JumpTable, 1429 N->getOpcode() == ISD::TargetJumpTable;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 135 TargetJumpTable, enumerator
|
D | SelectionDAGNodes.h | 1797 : SDNode(isTarg ? ISD::TargetJumpTable : ISD::JumpTable, 1807 N->getOpcode() == ISD::TargetJumpTable;
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 160 TargetJumpTable, enumerator
|
D | SelectionDAGNodes.h | 1785 : SDNode(isTarg ? ISD::TargetJumpTable : ISD::JumpTable, 1795 N->getOpcode() == ISD::TargetJumpTable;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 137 case ISD::TargetJumpTable: return "TargetJumpTable"; in getOperationName()
|
D | SelectionDAGISel.cpp | 2749 case ISD::TargetJumpTable: in SelectCodeCommon()
|
D | SelectionDAG.cpp | 426 case ISD::TargetJumpTable: in AddNodeIDCustom() 1314 unsigned Opc = isTarget ? ISD::TargetJumpTable : ISD::JumpTable; in getJumpTable()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 164 case ISD::TargetJumpTable: return "TargetJumpTable"; in getOperationName()
|
D | SelectionDAGISel.cpp | 2793 case ISD::TargetJumpTable: in SelectCodeCommon()
|
D | SelectionDAG.cpp | 539 case ISD::TargetJumpTable: in AddNodeIDCustom() 1446 unsigned Opc = isTarget ? ISD::TargetJumpTable : ISD::JumpTable; in getJumpTable()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 165 case ISD::TargetJumpTable: return "TargetJumpTable"; in getOperationName()
|
D | SelectionDAGISel.cpp | 2799 case ISD::TargetJumpTable: in SelectCodeCommon()
|
D | SelectionDAG.cpp | 590 case ISD::TargetJumpTable: in AddNodeIDCustom() 1511 unsigned Opc = isTarget ? ISD::TargetJumpTable : ISD::JumpTable; in getJumpTable()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 349 def tjumptable : SDNode<"ISD::TargetJumpTable", SDTPtrLeaf, [],
|
/external/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 1569 N->getOpcode() != ISD::TargetJumpTable && in selectMOV64Imm32()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 333 def tjumptable : SDNode<"ISD::TargetJumpTable", SDTPtrLeaf, [],
|
/external/llvm-project/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 336 def tjumptable : SDNode<"ISD::TargetJumpTable", SDTPtrLeaf, [],
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 796 (Lo.getOperand(0).getOpcode() != ISD::TargetJumpTable)) in performADDCombine()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 1092 (Lo.getOperand(0).getOpcode() != ISD::TargetJumpTable)) in performADDCombine()
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenDAGISel.inc | 15176 /* 28007*/ /*SwitchOpcode*/ 56, TARGET_VAL(ISD::TargetJumpTable),// ->28066 15378 /* 28381*/ /*SwitchOpcode*/ 14, TARGET_VAL(ISD::TargetJumpTable),// ->28398 15427 /* 28473*/ /*SwitchOpcode*/ 14, TARGET_VAL(ISD::TargetJumpTable),// ->28490 15533 /* 28668*/ /*SwitchOpcode*/ 57, TARGET_VAL(ISD::TargetJumpTable),// ->28728 15743 /* 29050*/ /*SwitchOpcode*/ 15, TARGET_VAL(ISD::TargetJumpTable),// ->29068 15797 /* 29147*/ /*SwitchOpcode*/ 15, TARGET_VAL(ISD::TargetJumpTable),// ->29165 22685 /* 42479*/ /*SwitchOpcode*/ 77, TARGET_VAL(ISD::TargetJumpTable),// ->42559 22870 /* 42839*/ /*SwitchOpcode*/ 69, TARGET_VAL(ISD::TargetJumpTable),// ->42911 23198 /* 43479*/ /*SwitchOpcode*/ 41, TARGET_VAL(ISD::TargetJumpTable),// ->43523 23362 /* 43791*/ /*SwitchOpcode*/ 12, TARGET_VAL(ISD::TargetJumpTable),// ->43806 [all …]
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 1093 (Lo.getOperand(0).getOpcode() != ISD::TargetJumpTable)) in performADDCombine()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 1876 Disp.getOpcode() == ISD::TargetJumpTable); in SelectAddressRegImm()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 2440 Disp.getOpcode() == ISD::TargetJumpTable); in SelectAddressRegImm()
|