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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h136 TargetConstantPool, enumerator in enum:llvm::ISD::NodeType
H A DSelectionDAGNodes.h1824 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0,
1833 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0,
1869 N->getOpcode() == ISD::TargetConstantPool;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp165 case ISD::TargetConstantPool: return "TargetConstantPool";
H A DSelectionDAGISel.cpp2788 case ISD::TargetConstantPool:
H A DSelectionDAG.cpp544 case ISD::TargetConstantPool: {
1471 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool;
1497 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp952 if (Addr.getOperand(0).getOpcode() == ISD::TargetConstantPool)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1126 N.getOperand(0).getOpcode() != ISD::TargetConstantPool &&
1262 if (Base.getOpcode() == ISD::TargetConstantPool)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2457 Disp.getOpcode() == ISD::TargetConstantPool ||

Completed in 313 milliseconds