Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDISDOpcodes.h174 TargetConstantPool, enumerator
HDSelectionDAGNodes.h1981 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0,
1990 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0,
2026 N->getOpcode() == ISD::TargetConstantPool;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGDumper.cpp178 case ISD::TargetConstantPool: return "TargetConstantPool"; in getOperationName()
HDSelectionDAGISel.cpp3200 case ISD::TargetConstantPool: in SelectCodeCommon()
HDSelectionDAG.cpp780 case ISD::TargetConstantPool: { in AddNodeIDCustom()
1915 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool; in getConstantPool()
1943 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool; in getConstantPool()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMISelDAGToDAG.cpp1173 N.getOperand(0).getOpcode() != ISD::TargetConstantPool && in SelectThumbAddrModeImm5S()
1309 if (Base.getOpcode() == ISD::TargetConstantPool) in SelectT2AddrModeImm12()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetSelectionDAG.td375 def tconstpool : SDNode<"ISD::TargetConstantPool", SDTPtrLeaf, [],
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp2830 Disp.getOpcode() == ISD::TargetConstantPool || in SelectAddressRegImm()
18669 Disp.getOpcode() == ISD::TargetConstantPool || in SelectOptimalAddrMode()