Lines Matching defs:Immediate
154 bool Immediate, Constant, Pointer;
163 : Kind(Void), Immediate(false), Constant(false),
168 : TS(std::move(TS)), Kind(Void), Immediate(false),
195 bool isImmediate() const { return Immediate; }
225 Immediate = false;
231 Immediate = true;
392 // If this builtin takes an immediate argument, we need to #define it rather
394 // the immediate passed by the user.
410 /// this is the set of immediate dependencies, NOT the
418 /// Return true if the intrinsic takes an immediate operand.
424 /// Return the parameter index of the immediate operand.
429 llvm_unreachable("Intrinsic has no immediate");
918 Immediate = true;
1248 // Do not create a temporary for an immediate argument.
2108 // Functions which do not have an immediate do not need to have range
2119 //VXAR takes an immediate in the range [0, 63]
2123 // VCVT between floating- and fixed-point values takes an immediate
2158 // The immediate generally refers to a lane in the preceding argument.
2164 // Calculate the index of the immediate that should be range checked.
2186 /// 3. the SemaChecking code for validation of intrinsic immediate arguments.