Searched refs:TargetConstantPool (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 136 TargetConstantPool, enumerator
|
D | SelectionDAGNodes.h | 1824 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0, 1833 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0, 1869 N->getOpcode() == ISD::TargetConstantPool;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 165 case ISD::TargetConstantPool: return "TargetConstantPool"; in getOperationName()
|
D | SelectionDAGISel.cpp | 2788 case ISD::TargetConstantPool: in SelectCodeCommon()
|
D | SelectionDAG.cpp | 544 case ISD::TargetConstantPool: { in AddNodeIDCustom() 1471 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool; in getConstantPool() 1497 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool; in getConstantPool()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAGHVX.cpp | 952 if (Addr.getOperand(0).getOpcode() == ISD::TargetConstantPool) in selectVectorConstants()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 1126 N.getOperand(0).getOpcode() != ISD::TargetConstantPool && in SelectThumbAddrModeImm5S() 1262 if (Base.getOpcode() == ISD::TargetConstantPool) in SelectT2AddrModeImm12()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 329 def tconstpool : SDNode<"ISD::TargetConstantPool", SDTPtrLeaf, [],
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenDAGISel.inc | 15208 /* 28066*/ /*SwitchOpcode*/ 56, TARGET_VAL(ISD::TargetConstantPool),// ->28125 15332 /* 28295*/ /*SwitchOpcode*/ 42, TARGET_VAL(ISD::TargetConstantPool),// ->28340 15387 /* 28398*/ /*SwitchOpcode*/ 14, TARGET_VAL(ISD::TargetConstantPool),// ->28415 15436 /* 28490*/ /*SwitchOpcode*/ 14, TARGET_VAL(ISD::TargetConstantPool),// ->28507 15566 /* 28728*/ /*SwitchOpcode*/ 57, TARGET_VAL(ISD::TargetConstantPool),// ->28788 15694 /* 28961*/ /*SwitchOpcode*/ 43, TARGET_VAL(ISD::TargetConstantPool),// ->29007 15753 /* 29068*/ /*SwitchOpcode*/ 15, TARGET_VAL(ISD::TargetConstantPool),// ->29086 15807 /* 29165*/ /*SwitchOpcode*/ 15, TARGET_VAL(ISD::TargetConstantPool),// ->29183 22726 /* 42559*/ /*SwitchOpcode*/ 56, TARGET_VAL(ISD::TargetConstantPool),// ->42618 22905 /* 42911*/ /*SwitchOpcode*/ 69, TARGET_VAL(ISD::TargetConstantPool),// ->42983 [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 2439 Disp.getOpcode() == ISD::TargetConstantPool || in SelectAddressRegImm()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenDAGISel.inc | 20982 /* 52791*/ /*SwitchOpcode*/ 26, TARGET_VAL(ISD::TargetConstantPool),// ->52820 21063 /* 52943*/ /*SwitchOpcode*/ 27, TARGET_VAL(ISD::TargetConstantPool),// ->52973 23880 /* 58246*/ /*SwitchOpcode*/ 23, TARGET_VAL(ISD::TargetConstantPool),// ->58272 23958 /* 58385*/ /*SwitchOpcode*/ 23, TARGET_VAL(ISD::TargetConstantPool),// ->58411 28296 /* 68138*/ /*SwitchOpcode*/ 12, TARGET_VAL(ISD::TargetConstantPool),// ->68153
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDAGISel.inc | 33072 /* 70625*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstantPool), 34265 /* 73172*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstantPool), 35165 /* 75289*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstantPool), 41508 /* 90042*/ OPC_CheckOpcode, TARGET_VAL(ISD::TargetConstantPool), 46473 /*100784*/ /*SwitchOpcode*/ 59, TARGET_VAL(ISD::TargetConstantPool),// ->100846
|