Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Immediate

136   bool Float, Signed, Immediate, Void, Poly, Constant, Pointer;
145 : Float(false), Signed(false), Immediate(false), Void(true), Poly(false),
150 : TS(std::move(TS)), Float(false), Signed(false), Immediate(false),
173 bool isImmediate() const { return Immediate; }
199 Immediate = false;
206 Immediate = true;
331 // If this builtin takes an immediate argument, we need to #define it rather
333 // the immediate passed by the user.
360 /// this is the set of immediate dependencies, NOT the
368 /// Return true if the intrinsic takes an immediate operand.
372 /// Return the parameter index of the immediate operand.
376 assert(Idx > 0 && "Can't return an immediate!");
870 Immediate = true;
878 Immediate = true;
1257 // Do not create a temporary for an immediate argument.
2105 // Functions which do not have an immediate do not need to have range
2116 // VCVT between floating- and fixed-point values takes an immediate
2147 // The immediate generally refers to a lane in the preceding argument.
2153 // Calculate the index of the immediate that should be range checked.
2175 /// 3. the SemaChecking code for validation of intrinsic immediate arguments.