Home | History | Annotate | Download | only in TableGen

Lines Matching refs:IS

5 // This file is distributed under the University of Illinois Open Source
35 /// parameter values of an intrinsic. If the number of return values is > 1,
38 /// continues from there through the parameter list. This is useful for
42 /// list is only populated when in the context of a target .td file. When
51 /// this list is only populated when in the context of a target .td file.
60 IntrinsicSignature IS;
67 /// This is set to true if the intrinsic is overloaded by its argument
71 /// isCommutative - True if the intrinsic is commutative.
77 /// isNoDuplicate - True if the intrinsic is marked as noduplicate.
80 /// isNoReturn - True if the intrinsic is no-return.