/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeISelDAGToDAG.cpp | 132 if (N.getOperand(0).getOpcode() == ISD::TargetJumpTable || in SelectAddrRegReg() 133 N.getOperand(1).getOpcode() == ISD::TargetJumpTable) in SelectAddrRegReg()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 131 TargetJumpTable, enumerator
|
D | SelectionDAGNodes.h | 1264 : SDNode(isTarg ? ISD::TargetJumpTable : ISD::JumpTable, 1275 N->getOpcode() == ISD::TargetJumpTable;
|
/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-7.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 134 TargetJumpTable, enumerator
|
D | SelectionDAGNodes.h | 1654 : SDNode(isTarg ? ISD::TargetJumpTable : ISD::JumpTable, 1664 N->getOpcode() == ISD::TargetJumpTable;
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUISelDAGToDAG.cpp | 338 case ISD::TargetJumpTable: in SelectAFormAddr() 350 case ISD::TargetJumpTable: in SelectAFormAddr()
|
/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-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 160 case ISD::TargetJumpTable: return "TargetJumpTable"; in getOperationName()
|
D | SelectionDAGISel.cpp | 2906 case ISD::TargetJumpTable: in SelectCodeCommon()
|
D | SelectionDAG.cpp | 504 case ISD::TargetJumpTable: in AddNodeIDCustom() 1399 unsigned Opc = isTarget ? ISD::TargetJumpTable : ISD::JumpTable; in getJumpTable()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetSelectionDAG.td | 300 def tjumptable : SDNode<"ISD::TargetJumpTable", SDTPtrLeaf, [],
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 396 case ISD::TargetJumpTable: in AddNodeIDCustom() 1101 unsigned Opc = isTarget ? ISD::TargetJumpTable : ISD::JumpTable; in getJumpTable() 5941 case ISD::TargetJumpTable: return "TargetJumpTable"; in getOperationName()
|
D | SelectionDAGISel.cpp | 2038 case ISD::TargetJumpTable: in SelectCodeCommon()
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 349 def tjumptable : SDNode<"ISD::TargetJumpTable", SDTPtrLeaf, [],
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 327 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/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 876 Disp.getOpcode() == ISD::TargetJumpTable); in SelectAddressRegImm() 992 Disp.getOpcode() == ISD::TargetJumpTable); in SelectAddressRegImmShift()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 1086 (Lo.getOperand(0).getOpcode() != ISD::TargetJumpTable)) in performADDCombine()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 796 (Lo.getOperand(0).getOpcode() != ISD::TargetJumpTable)) in performADDCombine()
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/ |
D | MipsGenDAGISel.inc | 15731 /* 28852*/ /*SwitchOpcode*/ 42, TARGET_VAL(ISD::TargetJumpTable),// ->28897 15877 /* 29125*/ /*SwitchOpcode*/ 14, TARGET_VAL(ISD::TargetJumpTable),// ->29142 15917 /* 29200*/ /*SwitchOpcode*/ 14, TARGET_VAL(ISD::TargetJumpTable),// ->29217 15998 /* 29350*/ /*SwitchOpcode*/ 43, TARGET_VAL(ISD::TargetJumpTable),// ->29396 16151 /* 29630*/ /*SwitchOpcode*/ 15, TARGET_VAL(ISD::TargetJumpTable),// ->29648 16195 /* 29709*/ /*SwitchOpcode*/ 15, TARGET_VAL(ISD::TargetJumpTable),// ->29727 23293 /* 43281*/ /*SwitchOpcode*/ 59, TARGET_VAL(ISD::TargetJumpTable),// ->43343 23433 /* 43551*/ /*SwitchOpcode*/ 51, TARGET_VAL(ISD::TargetJumpTable),// ->43605 23725 /* 44119*/ /*SwitchOpcode*/ 41, TARGET_VAL(ISD::TargetJumpTable),// ->44163 23889 /* 44431*/ /*SwitchOpcode*/ 12, TARGET_VAL(ISD::TargetJumpTable),// ->44446 [all …]
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 1876 Disp.getOpcode() == ISD::TargetJumpTable); in SelectAddressRegImm()
|