Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h184 TargetConstantPool, enumerator
H A DSelectionDAGNodes.h2094 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0,
2103 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0,
2139 N->getOpcode() == ISD::TargetConstantPool;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp187 case ISD::TargetConstantPool: return "TargetConstantPool"; in getOperationName()
H A DSelectionDAGISel.cpp3255 case ISD::TargetConstantPool: in SelectCodeCommon()
H A DSelectionDAG.cpp805 case ISD::TargetConstantPool: { in AddNodeIDCustom()
1972 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool; in getConstantPool()
2000 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool; in getConstantPool()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.td118 // A wrapper node for TargetConstantPool,
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1164 N.getOperand(0).getOpcode() != ISD::TargetConstantPool && in SelectThumbAddrModeImm5S()
1300 if (Base.getOpcode() == ISD::TargetConstantPool) in SelectT2AddrModeImm12()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td54 // A wrapper node for TargetConstantPool,
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td388 def tconstpool : SDNode<"ISD::TargetConstantPool", SDTPtrLeaf, [],
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2845 Disp.getOpcode() == ISD::TargetConstantPool || in SelectAddressRegImm()
19671 Disp.getOpcode() == ISD::TargetConstantPool || in SelectOptimalAddrMode()