Searched refs:TargetConstant (Results 1 – 13 of 13) sorted by relevance
108 TargetConstant, enumerator
1342 : SDNode(isTarget ? ISD::TargetConstant : ISD::Constant,1361 N->getOpcode() == ISD::TargetConstant;
96 ; Test patchpoints reusing the same TargetConstant.
111 ; Test patchpoints reusing the same TargetConstant.
120 case ISD::TargetConstant: in getOperationName()
81 return N->getOpcode() == ISD::TargetConstant; in IgnoreNodeResults()
2456 case ISD::TargetConstant: in SelectCodeCommon()
1158 if (Node->getOpcode() == ISD::TargetConstant) // Allow illegal target nodes. in LegalizeOp()1170 Node->getOperand(i).getOpcode() == ISD::TargetConstant) && in LegalizeOp()
415 case ISD::TargetConstant: in AddNodeIDCustom()1174 unsigned Opc = isT ? ISD::TargetConstant : ISD::Constant; in getConstant()
134 if (N.getOpcode() == ISD::TargetConstant || in SelectAddrImmOffs()1072 if (Offset.getOpcode() == ISD::TargetConstant || in Select()
280 def timm : SDNode<"ISD::TargetConstant",SDTIntLeaf, [], "ConstantSDNode">;
1802 bool isCN = Val.getNode() && (Val.getOpcode() == ISD::TargetConstant); in SelectAtomicLoadArith()
1318 assert(Op->getOperand(OpNo).getOpcode() == ISD::TargetConstant); in lowerDSPIntr()