Searched refs:TargetConstant (Results 1 – 11 of 11) sorted by relevance
103 TargetConstant, enumerator
1250 : SDNode(isTarget ? ISD::TargetConstant : ISD::Constant,1266 N->getOpcode() == ISD::TargetConstant;
115 case ISD::TargetConstant: return "TargetConstant"; in getOperationName()
82 return N->getOpcode() == ISD::TargetConstant; in IgnoreNodeResults()
1149 if (Node->getOpcode() == ISD::TargetConstant) // Allow illegal target nodes. in LegalizeOp()1161 Node->getOperand(i).getOpcode() == ISD::TargetConstant) && in LegalizeOp()
2404 case ISD::TargetConstant: in SelectCodeCommon()
371 case ISD::TargetConstant: in AddNodeIDCustom()1048 unsigned Opc = isT ? ISD::TargetConstant : ISD::Constant; in getConstant()
126 if (N.getOpcode() == ISD::TargetConstant || in SelectAddrImmOffs()1025 if (Offset.getOpcode() == ISD::TargetConstant || in Select()
280 def timm : SDNode<"ISD::TargetConstant",SDTIntLeaf, [], "ConstantSDNode">;
1801 bool isCN = Val.getNode() && (Val.getOpcode() == ISD::TargetConstant); in SelectAtomicLoadArith()
1213 assert(Op->getOperand(OpNo).getOpcode() == ISD::TargetConstant); in lowerDSPIntr()