/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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 167 TargetJumpTable, enumerator
|
D | SelectionDAGNodes.h | 1873 : SDNode(isTarg ? ISD::TargetJumpTable : ISD::JumpTable, 1883 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/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 169 case ISD::TargetJumpTable: return "TargetJumpTable"; in getOperationName()
|
D | SelectionDAGISel.cpp | 2866 case ISD::TargetJumpTable: in SelectCodeCommon()
|
D | SelectionDAG.cpp | 729 case ISD::TargetJumpTable: in AddNodeIDCustom() 1759 unsigned Opc = isTarget ? ISD::TargetJumpTable : ISD::JumpTable; in getJumpTable()
|
/external/swiftshader/third_party/llvm-16.0/configs/common/lib/Target/Mips/ |
D | MipsGenDAGISel.inc | 11406 56, TARGET_VAL(ISD::TargetJumpTable), 11560 14, TARGET_VAL(ISD::TargetJumpTable), 11599 14, TARGET_VAL(ISD::TargetJumpTable), 11681 57, TARGET_VAL(ISD::TargetJumpTable), 11843 15, TARGET_VAL(ISD::TargetJumpTable), 11887 15, TARGET_VAL(ISD::TargetJumpTable), 17748 77, TARGET_VAL(ISD::TargetJumpTable), 17889 69, TARGET_VAL(ISD::TargetJumpTable), 18139 41, TARGET_VAL(ISD::TargetJumpTable), 18269 12, TARGET_VAL(ISD::TargetJumpTable), [all …]
|
/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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 360 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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 1082 (Lo.getOperand(0).getOpcode() != ISD::TargetJumpTable)) in performADDCombine()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 2778 Disp.getOpcode() == ISD::TargetJumpTable); in SelectAddressRegImm() 18241 Disp.getOpcode() == ISD::TargetJumpTable); in SelectOptimalAddrMode()
|