Lines Matching refs:kind
155 When .kind is Orig, .shadowV and .shadowB may give the identities
160 When .kind is VSh or BSh then the tmp is holds a V- or B- value,
170 TempKind kind;
186 current kind and possibly shadow temps for each temp in the
246 /* Create a new IRTemp of type 'ty' and kind 'kind', and add it to
250 static IRTemp newTemp ( MCEnv* mce, IRType ty, TempKind kind )
255 ent.kind = kind;
272 tl_assert(ent->kind == Orig);
279 tl_assert(ent->kind == Orig);
302 tl_assert(ent->kind == Orig);
309 tl_assert(ent->kind == Orig);
336 return ent->kind == Orig;
349 return ent->kind == VSh || ent->kind == BSh;
6313 ent.kind = Orig;
6719 tl_assert(ent->kind == Orig);
6726 tl_assert(ent->kind == Orig);