Home
last modified time | relevance | path

Searched refs:RecTy (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h59 class RecTy {
81 virtual ~RecTy() = default;
110 class BitRecTy : public RecTy {
189 RecTy *ElementTy;
191 explicit ListRecTy(RecTy *T) in ListRecTy()
275 RecTy *resolveTypes(RecTy *T1, RecTy *T2);
414 RecTy *ValueTy;
1002 RecTy *Type) : in TernOpInit()
1061 RecTy *ValType;
1172 RecTy *CheckType;
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h77 RecTy *EltTy = nullptr;
289 Init *ParseSimpleValue(Record *CurRec, RecTy *ItemType = nullptr,
291 Init *ParseValue(Record *CurRec, RecTy *ItemType = nullptr,
294 Record *CurRec, RecTy *ItemType = nullptr);
307 RecTy *ParseType();
308 Init *ParseOperation(Record *CurRec, RecTy *ItemType);
309 Init *ParseOperationSubstr(Record *CurRec, RecTy *ItemType);
310 Init *ParseOperationFind(Record *CurRec, RecTy *ItemType);
311 Init *ParseOperationForEachFilter(Record *CurRec, RecTy *ItemType);
312 Init *ParseOperationCond(Record *CurRec, RecTy *ItemType);
[all …]
H A DRecord.cpp107 ListRecTy *RecTy::getListTy() { in getListTy()
113 bool RecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo()
118 bool RecTy::typeIsA(const RecTy *RHS) const { return this == RHS; } in typeIsA()
311 RecTy *llvm::resolveTypes(RecTy *T1, RecTy *T2) { in resolveTypes()
362 Init *UnsetInit::getCastTo(RecTy *Ty) const { in getCastTo()
652 RecTy *EltTy) { in ProfileListInit()
995 RecTy *Type) { in ProfileBinOpInit()
1530 Init *RHS, RecTy *Type) { in ProfileTernOpInit()
1539 RecTy *Type) { in get()
2139 Init *TypedInit::getCastTo(RecTy *Ty) const { in getCastTo()
[all …]
H A DTGParser.cpp1196 RecTy *Type = nullptr; in ParseOperation()
1484 RecTy *Type = nullptr; in ParseOperation()
1485 RecTy *ArgType = nullptr; in ParseOperation()
1863 RecTy *Type = nullptr; in ParseOperation()
2178 RecTy *Type = nullptr; in ParseOperatorType()
2552 RecTy *Type = nullptr; in ParseOperationCond()
2554 RecTy *VTy = nullptr; in ParseOperationCond()
2793 RecTy *EltTy = nullptr; in ParseSimpleValue()
3242 RecTy *Type = ParseType(); in ParseDeclaration()
3326 RecTy *IterType = nullptr; in ParseForeachDeclaration()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp55 RecTy *RecType = nullptr;
625 RecTy *Ty = resolveTypes(Field.RecType, TI->getType()); in collectTableEntries()
H A DCodeGenRegisters.cpp636 RecTy *RegisterRecTy = RecordRecTy::get(RegisterCl); in expand()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp85 QualType RecTy; in DeriveThisType() local
87 RecTy = Context.getTagDeclType(RD)->getCanonicalTypeInternal(); in DeriveThisType()
89 RecTy = Context.VoidTy; in DeriveThisType()
92 RecTy = Context.getAddrSpaceQualType(RecTy, MD->getMethodQualifiers().getAddressSpace()); in DeriveThisType()
93 return Context.getPointerType(CanQualType::CreateUnsafe(RecTy)); in DeriveThisType()
H A DCGOpenMPRuntimeGPU.cpp792 QualType RecTy = C.getRecordType(TeamReductionRec); in emitKernelDeinit() local
794 C, StaticRD, SourceLocation(), SourceLocation(), nullptr, RecTy, in emitKernelDeinit()
795 C.getTrivialTypeSourceInfo(RecTy, SourceLocation()), in emitKernelDeinit()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp5907 QualType RecTy = Context.getTypeDeclType(Record); in BuildMicrosoftCAnonymousStruct() local
5912 /*IdentifierInfo=*/nullptr, RecTy, TInfo, in BuildMicrosoftCAnonymousStruct()
5927 if (RequireCompleteSizedType(Anon->getLocation(), RecTy, in BuildMicrosoftCAnonymousStruct()
9667 const RecordType *RecTy = in checkIsValidOpenCLKernelParameter() local
9669 const RecordDecl *OrigRecDecl = RecTy->getDecl(); in checkIsValidOpenCLKernelParameter()
9671 VisitStack.push_back(RecTy->getDecl()); in checkIsValidOpenCLKernelParameter()