Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DRecord.cpp81 FoldingSet<IsAOpInit> TheIsAOpInitPool;
1608 IsAOpInit *IsAOpInit::get(RecTy *CheckType, Init *Expr) { in get()
1618 IsAOpInit *I = new (RK.Allocator) IsAOpInit(CheckType, Expr); in get()
1623 void IsAOpInit::Profile(FoldingSetNodeID &ID) const { in Profile()
1627 Init *IsAOpInit::Fold() const { in Fold()
1644 return const_cast<IsAOpInit *>(this); in Fold()
1647 Init *IsAOpInit::resolveReferences(Resolver &R) const { in resolveReferences()
1651 return const_cast<IsAOpInit *>(this); in resolveReferences()
1654 Init *IsAOpInit::getBit(unsigned Bit) const { in getBit()
1655 return VarBitInit::get(const_cast<IsAOpInit *>(this), Bit); in getBit()
[all …]
H A DTGParser.cpp1096 return (IsAOpInit::get(Type, LHS))->Fold(); in ParseOperation()
/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DRecord.h1067 class IsAOpInit : public TypedInit, public FoldingSetNode {
1072 IsAOpInit(RecTy *CheckType, Init *Expr) in IsAOpInit() function
1077 IsAOpInit(const IsAOpInit &) = delete;
1078 IsAOpInit &operator=(const IsAOpInit &) = delete;
1082 static IsAOpInit *get(RecTy *CheckType, Init *Expr);