Home
last modified time | relevance | path

Searched refs:TargetConstantPool (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h168 TargetConstantPool, enumerator
H A DSelectionDAGNodes.h1876 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0,
1885 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0,
1921 N->getOpcode() == ISD::TargetConstantPool;
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp165 case ISD::TargetConstantPool: return "TargetConstantPool"; in getOperationName()
H A DSelectionDAGISel.cpp2807 case ISD::TargetConstantPool: in SelectCodeCommon()
H A DSelectionDAG.cpp691 case ISD::TargetConstantPool: { in AddNodeIDCustom()
1722 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool; in getConstantPool()
1749 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool; in getConstantPool()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1160 N.getOperand(0).getOpcode() != ISD::TargetConstantPool && in SelectThumbAddrModeImm5S()
1296 if (Base.getOpcode() == ISD::TargetConstantPool) in SelectT2AddrModeImm12()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td351 def tconstpool : SDNode<"ISD::TargetConstantPool", SDTPtrLeaf, [],
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2764 Disp.getOpcode() == ISD::TargetConstantPool || in SelectAddressRegImm()
18006 Disp.getOpcode() == ISD::TargetConstantPool || in SelectOptimalAddrMode()