Home
last modified time | relevance | path

Searched refs:IsAOpInit (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp83 FoldingSet<IsAOpInit> TheIsAOpInitPool;
1970 IsAOpInit *IsAOpInit::get(RecTy *CheckType, Init *Expr) { in get()
1977 if (IsAOpInit *I = RK.TheIsAOpInitPool.FindNodeOrInsertPos(ID, IP)) in get()
1980 IsAOpInit *I = new (RK.Allocator) IsAOpInit(CheckType, Expr); in get()
1985 void IsAOpInit::Profile(FoldingSetNodeID &ID) const { in Profile()
1989 Init *IsAOpInit::Fold() const { in Fold()
2006 return const_cast<IsAOpInit *>(this); in Fold()
2009 Init *IsAOpInit::resolveReferences(Resolver &R) const { in resolveReferences()
2013 return const_cast<IsAOpInit *>(this); in resolveReferences()
2016 Init *IsAOpInit::getBit(unsigned Bit) const { in getBit()
[all …]
H A DTGParser.cpp1376 return (IsAOpInit::get(Type, LHS))->Fold(); in ParseOperation()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1170 class IsAOpInit : public TypedInit, public FoldingSetNode {
1175 IsAOpInit(RecTy *CheckType, Init *Expr) in IsAOpInit() function
1180 IsAOpInit(const IsAOpInit &) = delete;
1181 IsAOpInit &operator=(const IsAOpInit &) = delete;
1185 static IsAOpInit *get(RecTy *CheckType, Init *Expr);