Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h174 TargetConstantPool, enumerator
H A DSelectionDAGNodes.h1981 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0,
1990 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0,
2026 N->getOpcode() == ISD::TargetConstantPool;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp178 case ISD::TargetConstantPool: return "TargetConstantPool"; in getOperationName()
H A DSelectionDAGISel.cpp3200 case ISD::TargetConstantPool: in SelectCodeCommon()
H A DSelectionDAG.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/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1173 N.getOperand(0).getOpcode() != ISD::TargetConstantPool && in SelectThumbAddrModeImm5S()
1309 if (Base.getOpcode() == ISD::TargetConstantPool) in SelectT2AddrModeImm12()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td375 def tconstpool : SDNode<"ISD::TargetConstantPool", SDTPtrLeaf, [],
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2830 Disp.getOpcode() == ISD::TargetConstantPool || in SelectAddressRegImm()
18669 Disp.getOpcode() == ISD::TargetConstantPool || in SelectOptimalAddrMode()