Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Pointer

154   bool Immediate, Constant, Pointer;
164 Pointer(false), ScalarForMangling(false), NoManglingQ(false),
169 Constant(false), Pointer(false), ScalarForMangling(false),
186 bool isPointer() const { return Pointer; }
396 // Pointer arguments need to use macros to avoid hiding aligned attributes
397 // from the pointer type.
629 if (Pointer)
903 Pointer = true;
1003 // fashion, storing them to a pointer arg.
1252 // Do not create a temporary for pointer arguments. The input
1253 // pointer may have an alignment hint.
2048 // Check if the function has a pointer or const pointer argument.
2059 // For sret builtins, adjust the pointer argument index.
2064 // Omit type checking for the pointer arguments of vld1_lane, vld1_dup,
2065 // and vst1_lane intrinsics. Using a pointer to the vector element
2068 // the pointer argument needs to have less alignment than element type,
2069 // so just accept any pointer type.