Searched refs:FoldOpInit (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | Record.cpp | 1308 FoldOpInit *FoldOpInit::get(Init *Start, Init *List, Init *A, Init *B, in get() 1310 static FoldingSet<FoldOpInit> ThePool; in get() 1316 if (FoldOpInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get() 1319 FoldOpInit *I = new (Allocator) FoldOpInit(Start, List, A, B, Expr, Type); in get() 1324 void FoldOpInit::Profile(FoldingSetNodeID &ID) const { in Profile() 1328 Init *FoldOpInit::Fold(Record *CurRec) const { in Fold() 1339 return const_cast<FoldOpInit *>(this); in Fold() 1342 Init *FoldOpInit::resolveReferences(Resolver &R) const { in resolveReferences() 1351 return const_cast<FoldOpInit *>(this); in resolveReferences() 1357 Init *FoldOpInit::getBit(unsigned Bit) const { in getBit() [all …]
|
D | TGParser.cpp | 1676 return FoldOpInit::get(Start, List, A, B, Expr, Start->getType()) in ParseOperation()
|
/external/llvm-project/llvm/lib/TableGen/ |
D | Record.cpp | 1388 FoldOpInit *FoldOpInit::get(Init *Start, Init *List, Init *A, Init *B, in get() 1390 static FoldingSet<FoldOpInit> ThePool; in get() 1396 if (FoldOpInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get() 1399 FoldOpInit *I = new (Allocator) FoldOpInit(Start, List, A, B, Expr, Type); in get() 1404 void FoldOpInit::Profile(FoldingSetNodeID &ID) const { in Profile() 1408 Init *FoldOpInit::Fold(Record *CurRec) const { in Fold() 1419 return const_cast<FoldOpInit *>(this); in Fold() 1422 Init *FoldOpInit::resolveReferences(Resolver &R) const { in resolveReferences() 1431 return const_cast<FoldOpInit *>(this); in resolveReferences() 1437 Init *FoldOpInit::getBit(unsigned Bit) const { in getBit() [all …]
|
D | TGParser.cpp | 1621 return FoldOpInit::get(Start, List, A, B, Expr, Start->getType()) in ParseOperation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
D | Record.h | 998 class FoldOpInit : public TypedInit, public FoldingSetNode { 1006 FoldOpInit(Init *Start, Init *List, Init *A, Init *B, Init *Expr, RecTy *Type) in FoldOpInit() function 1011 FoldOpInit(const FoldOpInit &) = delete; 1012 FoldOpInit &operator=(const FoldOpInit &) = delete; 1016 static FoldOpInit *get(Init *Start, Init *List, Init *A, Init *B, Init *Expr,
|
/external/llvm-project/llvm/include/llvm/TableGen/ |
D | Record.h | 969 class FoldOpInit : public TypedInit, public FoldingSetNode { 977 FoldOpInit(Init *Start, Init *List, Init *A, Init *B, Init *Expr, RecTy *Type) in FoldOpInit() function 982 FoldOpInit(const FoldOpInit &) = delete; 983 FoldOpInit &operator=(const FoldOpInit &) = delete; 987 static FoldOpInit *get(Init *Start, Init *List, Init *A, Init *B, Init *Expr,
|