Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h122 TargetConstant, enumerator
DSelectionDAGNodes.h1112 : SDNode(isTarget ? ISD::TargetConstant : ISD::Constant,
1129 N->getOpcode() == ISD::TargetConstant;
/external/llvm/lib/Target/CellSPU/
DSPUISelDAGToDAG.cpp336 case ISD::TargetConstant: in SelectAFormAddr()
430 || Op1.getOpcode() == ISD::TargetConstant) { in DFormAddressPredicate()
451 || Op0.getOpcode() == ISD::TargetConstant) { in DFormAddressPredicate()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.h78 return N->getOpcode() == ISD::TargetConstant; in IgnoreNodeResults()
DSelectionDAGISel.cpp2015 case ISD::TargetConstant: in SelectCodeCommon()
DSelectionDAG.cpp362 case ISD::TargetConstant: in AddNodeIDCustom()
931 unsigned Opc = isT ? ISD::TargetConstant : ISD::Constant; in getConstant()
5830 case ISD::TargetConstant: return "TargetConstant"; in getOperationName()
DLegalizeDAG.cpp772 if (Op.getOpcode() == ISD::TargetConstant) // Allow illegal target nodes. in LegalizeOp()
787 Node->getOperand(i).getOpcode() == ISD::TargetConstant) && in LegalizeOp()
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td267 def timm : SDNode<"ISD::TargetConstant",SDTIntLeaf, [], "ConstantSDNode">;