Searched refs:TType (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructions.td | 401 [{uint32_t TType = (uint32_t)N->getZExtValue(); 402 return TType == 9 || TType == 10 || TType == 16; 408 [{uint32_t TType = (uint32_t)N->getZExtValue(); 409 return TType == 5; 415 [{uint32_t TType = (uint32_t)N->getZExtValue(); 416 return (TType >= 6 && TType <= 8) || TType == 13; 422 [{uint32_t TType = (uint32_t)N->getZExtValue(); 423 return TType == 11 || TType == 12 || TType == 17;
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | HLSLExternalSemaSource.cpp | 151 QualType TType = Context.getTypeDeclType(T); in constructTypedBufferConstraintExpr() local 155 Context.getTrivialTypeSourceInfo(TType, NameLoc); in constructTypedBufferConstraintExpr() 177 QualType TType = Context.getTypeDeclType(T); in constructStructuredBufferConstraintExpr() local 181 Context.getTrivialTypeSourceInfo(TType, NameLoc); in constructStructuredBufferConstraintExpr()
|
| /freebsd/crypto/heimdal/lib/asn1/ |
| H A D | gen_seq.c | 60 if (type->subtype->type != TType) { in generate_type_seq()
|
| H A D | symbol.h | 60 TType, enumerator
|
| H A D | gen_template.c | 177 { TType, ttype_symbol, 1 }, 440 if (t->type == TType) in is_struct() 472 if (optional && t->type != TTag && t->type != TType) in template_members() 473 errx(1, "%s...%s is optional and not a (TTag or TType)", basetype, name); in template_members() 478 case TType: in template_members()
|
| H A D | gen_decode.c | 143 case TType: in find_tag() 216 case TType: { in decode_type() 699 case TType: in generate_type_decode()
|
| H A D | gen_encode.c | 113 case TType: in encode_type() 536 case TType: in generate_type_encode()
|
| H A D | gen_free.c | 48 case TType: in free_type()
|
| H A D | gen_copy.c | 52 case TType: in copy_type()
|
| H A D | gen_length.c | 67 case TType: in length_type()
|
| H A D | gen.c | 536 case TType: in define_asn1() 709 case TType: in define_type()
|
| H A D | asn1parse.y | 555 $$ = new_type(TType);
|
| H A D | asn1parse.c | 2099 (yyval.type) = new_type(TType);
|
| H A D | ChangeLog | 462 TType". I'm tried of writing realloc(foo->data, 886 * gen_decode.c (find_tag): Fix return in TType case.
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 350 if (auto *TType = dyn_cast<DITemplateTypeParameter>(Element)) { in processSubprogram() local 351 processType(TType->getType()); in processSubprogram()
|