Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h168 TargetConstantPool, enumerator
H A DSelectionDAGNodes.h1900 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0,
1909 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0,
1945 N->getOpcode() == ISD::TargetConstantPool;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp170 case ISD::TargetConstantPool: return "TargetConstantPool"; in getOperationName()
H A DSelectionDAGISel.cpp2861 case ISD::TargetConstantPool: in SelectCodeCommon()
H A DSelectionDAG.cpp734 case ISD::TargetConstantPool: { in AddNodeIDCustom()
1783 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool; in getConstantPool()
1810 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool; in getConstantPool()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1168 N.getOperand(0).getOpcode() != ISD::TargetConstantPool && in SelectThumbAddrModeImm5S()
1304 if (Base.getOpcode() == ISD::TargetConstantPool) in SelectT2AddrModeImm12()
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td356 def tconstpool : SDNode<"ISD::TargetConstantPool", SDTPtrLeaf, [],
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2777 Disp.getOpcode() == ISD::TargetConstantPool || in SelectAddressRegImm()
18240 Disp.getOpcode() == ISD::TargetConstantPool || in SelectOptimalAddrMode()