Searched refs:CondOpInit (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | Record.cpp | 1992 CondOpInit * 1993 CondOpInit::get(ArrayRef<Init *> CondRange, in get() 1998 static FoldingSet<CondOpInit> ThePool; in get() 2008 CondOpInit *I = new(Mem) CondOpInit(CondRange.size(), Ty); in get() 2035 return (CondOpInit::get(NewConds, NewVals, in resolveReferences() 2038 return const_cast<CondOpInit *>(this); in resolveReferences() 2041 Init *CondOpInit::Fold(Record *CurRec) const { in Fold() 2051 return const_cast<CondOpInit *>(this); in Fold() 2061 bool CondOpInit::isConcrete() const { in isConcrete() 2073 bool CondOpInit::isComplete() const { in isComplete() [all …]
|
| H A D | TGParser.cpp | 2055 return CondOpInit::get(Case, Val, Type)->Fold(CurRec); in ParseOperationCond()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | Record.h | 927 class CondOpInit final : public TypedInit, public FoldingSetNode, 928 public TrailingObjects<CondOpInit, Init *> { 932 CondOpInit(unsigned NC, RecTy *Type) in CondOpInit() function 941 CondOpInit(const CondOpInit &) = delete; 942 CondOpInit &operator=(const CondOpInit &) = delete; 948 static CondOpInit *get(ArrayRef<Init*> C, ArrayRef<Init*> V,
|