Searched refs:TargetConstant (Results 1 – 16 of 16) sorted by relevance
120 TargetConstant, enumerator
1425 : SDNode(isTarget ? ISD::TargetConstant : ISD::Constant,1444 N->getOpcode() == ISD::TargetConstant;
45 ; Test patchpoints reusing the same TargetConstant.
58 ; Test patchpoints reusing the same TargetConstant.
70 ; Test patchpoints reusing the same TargetConstant.
129 case ISD::TargetConstant: in getOperationName()
95 return N->getOpcode() == ISD::TargetConstant; in IgnoreNodeResults()
2606 case ISD::TargetConstant: in SelectCodeCommon()
1205 if (Node->getOpcode() == ISD::TargetConstant) // Allow illegal target nodes. in LegalizeOp()1219 Op.getOpcode() == ISD::TargetConstant) && in LegalizeOp()
411 case ISD::TargetConstant: in AddNodeIDCustom()1188 unsigned Opc = isT ? ISD::TargetConstant : ISD::Constant; in getConstant()
9894 assert((Inc.getOpcode() != ISD::TargetConstant || in SplitIndexingFromLoad()9897 if (Inc.getOpcode() == ISD::TargetConstant) { in SplitIndexingFromLoad()9947 bool HasOTCInc = LD->getOperand(2).getOpcode() == ISD::TargetConstant && in visitLOAD()
149 if (N.getOpcode() == ISD::TargetConstant || in SelectAddrImmOffs()2427 N->getOperand(1).getOpcode() == ISD::TargetConstant) in Select()2499 if (Offset.getOpcode() == ISD::TargetConstant || in Select()
324 def timm : SDNode<"ISD::TargetConstant",SDTIntLeaf, [], "ConstantSDNode">;
1943 bool isCN = Val.getNode() && (Val.getOpcode() == ISD::TargetConstant); in selectAtomicLoadArith()
1333 assert(Op->getOperand(OpNo).getOpcode() == ISD::TargetConstant); in lowerDSPIntr()
9217 case ISD::TargetConstant: { in checkValueWidth()