Searched refs:TargetConstantPool (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 184 TargetConstantPool, enumerator
|
| H A D | SelectionDAGNodes.h | 2094 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0, 2103 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0, 2139 N->getOpcode() == ISD::TargetConstantPool;
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 187 case ISD::TargetConstantPool: return "TargetConstantPool"; in getOperationName()
|
| H A D | SelectionDAGISel.cpp | 3255 case ISD::TargetConstantPool: in SelectCodeCommon()
|
| H A D | SelectionDAG.cpp | 805 case ISD::TargetConstantPool: { in AddNodeIDCustom() 1972 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool; in getConstantPool() 2000 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool; in getConstantPool()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrInfo.td | 118 // A wrapper node for TargetConstantPool,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelDAGToDAG.cpp | 1164 N.getOperand(0).getOpcode() != ISD::TargetConstantPool && in SelectThumbAddrModeImm5S() 1300 if (Base.getOpcode() == ISD::TargetConstantPool) in SelectT2AddrModeImm12()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.td | 54 // A wrapper node for TargetConstantPool,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 388 def tconstpool : SDNode<"ISD::TargetConstantPool", SDTPtrLeaf, [],
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 2845 Disp.getOpcode() == ISD::TargetConstantPool || in SelectAddressRegImm() 19671 Disp.getOpcode() == ISD::TargetConstantPool || in SelectOptimalAddrMode()
|