Searched refs:CodeRecTy (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h140 class CodeRecTy : public RecTy { class in namespace:llvm
141 static CodeRecTy Shared;
143 CodeRecTy() : RecTy(CodeRecTyKind) {} function in class:llvm::CodeRecTy
150 static CodeRecTy *get() { return &Shared; }
629 : TypedInit(IK_CodeInit, static_cast<RecTy *>(CodeRecTy::get())),
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.cpp350 isa<CodeRecTy>(SymbolV->getType())) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp54 CodeRecTy CodeRecTy::Shared;
116 bool CodeRecTy::typeIsConvertibleTo(const RecTy *RHS) const {
545 if (isa<CodeRecTy>(Ty))
552 if (isa<CodeRecTy>(Ty))
H A DTGParser.cpp803 case tgtok::Code: Lex.Lex(); return CodeRecTy::get();

Completed in 65 milliseconds