Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h135 TargetConstantPool, enumerator
H A DSelectionDAGNodes.h1710 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0,
1719 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0,
1755 N->getOpcode() == ISD::TargetConstantPool;
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp163 case ISD::TargetConstantPool: return "TargetConstantPool"; in getOperationName()
H A DSelectionDAGISel.cpp2950 case ISD::TargetConstantPool: in SelectCodeCommon()
H A DSelectionDAG.cpp527 case ISD::TargetConstantPool: { in AddNodeIDCustom()
1409 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool; in getConstantPool()
1435 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool; in getConstantPool()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp952 if (Addr.getOperand(0).getOpcode() == ISD::TargetConstantPool) in selectVectorConstants()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1061 N.getOperand(0).getOpcode() != ISD::TargetConstantPool && in SelectThumbAddrModeImm5S()
1172 if (Base.getOpcode() == ISD::TargetConstantPool) in SelectT2AddrModeImm12()
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td319 def tconstpool : SDNode<"ISD::TargetConstantPool", SDTPtrLeaf, [],
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2318 Disp.getOpcode() == ISD::TargetConstantPool || in SelectAddressRegImm()