Home
last modified time | relevance | path

Searched refs:TargetJumpTable (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h129 TargetJumpTable, enumerator
DSelectionDAGNodes.h1419 : SDNode(isTarg ? ISD::TargetJumpTable : ISD::JumpTable,
1429 N->getOpcode() == ISD::TargetJumpTable;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h135 TargetJumpTable, enumerator
DSelectionDAGNodes.h1797 : SDNode(isTarg ? ISD::TargetJumpTable : ISD::JumpTable,
1807 N->getOpcode() == ISD::TargetJumpTable;
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h160 TargetJumpTable, enumerator
DSelectionDAGNodes.h1785 : SDNode(isTarg ? ISD::TargetJumpTable : ISD::JumpTable,
1795 N->getOpcode() == ISD::TargetJumpTable;
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp137 case ISD::TargetJumpTable: return "TargetJumpTable"; in getOperationName()
DSelectionDAGISel.cpp2749 case ISD::TargetJumpTable: in SelectCodeCommon()
DSelectionDAG.cpp426 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/
DSelectionDAGDumper.cpp164 case ISD::TargetJumpTable: return "TargetJumpTable"; in getOperationName()
DSelectionDAGISel.cpp2793 case ISD::TargetJumpTable: in SelectCodeCommon()
DSelectionDAG.cpp539 case ISD::TargetJumpTable: in AddNodeIDCustom()
1446 unsigned Opc = isTarget ? ISD::TargetJumpTable : ISD::JumpTable; in getJumpTable()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp165 case ISD::TargetJumpTable: return "TargetJumpTable"; in getOperationName()
DSelectionDAGISel.cpp2799 case ISD::TargetJumpTable: in SelectCodeCommon()
DSelectionDAG.cpp590 case ISD::TargetJumpTable: in AddNodeIDCustom()
1511 unsigned Opc = isTarget ? ISD::TargetJumpTable : ISD::JumpTable; in getJumpTable()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td349 def tjumptable : SDNode<"ISD::TargetJumpTable", SDTPtrLeaf, [],
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp1569 N->getOpcode() != ISD::TargetJumpTable && in selectMOV64Imm32()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td333 def tjumptable : SDNode<"ISD::TargetJumpTable", SDTPtrLeaf, [],
/external/llvm-project/llvm/include/llvm/Target/
DTargetSelectionDAG.td336 def tjumptable : SDNode<"ISD::TargetJumpTable", SDTPtrLeaf, [],
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp796 (Lo.getOperand(0).getOpcode() != ISD::TargetJumpTable)) in performADDCombine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1092 (Lo.getOperand(0).getOpcode() != ISD::TargetJumpTable)) in performADDCombine()
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenDAGISel.inc15176 /* 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/
DMipsISelLowering.cpp1093 (Lo.getOperand(0).getOpcode() != ISD::TargetJumpTable)) in performADDCombine()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp1876 Disp.getOpcode() == ISD::TargetJumpTable); in SelectAddressRegImm()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp2440 Disp.getOpcode() == ISD::TargetJumpTable); in SelectAddressRegImm()

12