Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h161 TargetConstantPool, enumerator
H A DSelectionDAGNodes.h1825 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0,
1834 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0,
1870 N->getOpcode() == ISD::TargetConstantPool;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp166 case ISD::TargetConstantPool: return "TargetConstantPool"; in getOperationName()
H A DSelectionDAGISel.cpp2839 case ISD::TargetConstantPool: in SelectCodeCommon()
H A DSelectionDAG.cpp653 case ISD::TargetConstantPool: { in AddNodeIDCustom()
1621 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool; in getConstantPool()
1648 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool; in getConstantPool()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp1152 N.getOperand(0).getOpcode() != ISD::TargetConstantPool && in SelectThumbAddrModeImm5S()
1288 if (Base.getOpcode() == ISD::TargetConstantPool) in SelectT2AddrModeImm12()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td345 def tconstpool : SDNode<"ISD::TargetConstantPool", SDTPtrLeaf, [],
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2703 Disp.getOpcode() == ISD::TargetConstantPool || in SelectAddressRegImm()
17292 Disp.getOpcode() == ISD::TargetConstantPool || in SelectOptimalAddrMode()