Home
last modified time | relevance | path

Searched refs:resolveTypes (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DTGParser.cpp1397 RecTy *Resolved = resolveTypes(ArgType, ListType); in ParseOperation()
1585 Type = resolveTypes(MHSTy, RHSTy); in ParseOperation()
2135 RecTy *RType = resolveTypes(Type, VTy); in ParseOperationCond()
2364 EltTy = resolveTypes(EltTy, TArg->getType()); in ParseSimpleValue()
H A DRecord.cpp318 RecTy *llvm::resolveTypes(RecTy *T1, RecTy *T2) { in resolveTypes() function in llvm
334 RecTy* NewType = resolveTypes(ListTy1->getElementType(), in resolveTypes()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp622 RecTy *Ty = resolveTypes(Field.RecType, TI->getType()); in collectTableEntries()
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/
H A DRecord.h276 RecTy *resolveTypes(RecTy *T1, RecTy *T2);