Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/
DISDOpcodes.h113 TargetConstantPool, enumerator
DSelectionDAGNodes.h1384 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0,
1392 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0,
1428 N->getOpcode() == ISD::TargetConstantPool;
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp121 case ISD::TargetConstantPool: return "TargetConstantPool"; in getOperationName()
DSelectionDAG.cpp413 case ISD::TargetConstantPool: { in AddNodeIDCustom()
1221 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool; in getConstantPool()
1249 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool; in getConstantPool()
DSelectionDAGISel.cpp2406 case ISD::TargetConstantPool: in SelectCodeCommon()
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp1082 N.getOperand(0).getOpcode() == ISD::TargetConstantPool) in SelectThumbAddrModeRI()
1138 N.getOperand(0).getOpcode() == ISD::TargetConstantPool) in SelectThumbAddrModeImm5S()
1284 if (Base.getOpcode() == ISD::TargetConstantPool) in SelectT2AddrModeImm12()
/freebsd-9-stable/contrib/llvm/include/llvm/Target/
DTargetSelectionDAG.td296 def tconstpool : SDNode<"ISD::TargetConstantPool", SDTPtrLeaf, [],
/freebsd-9-stable/contrib/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp1410 if (N->getOpcode() != ISD::TargetConstantPool && in SelectMOV64Imm32()
/freebsd-9-stable/contrib/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp1133 Disp.getOpcode() == ISD::TargetConstantPool || in SelectAddressRegImm()