Searched refs:IsAOpInit (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | Record.cpp | 1374 IsAOpInit *IsAOpInit::get(RecTy *CheckType, Init *Expr) { in get() 1375 static FoldingSet<IsAOpInit> ThePool; in get() 1381 if (IsAOpInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get() 1384 IsAOpInit *I = new (Allocator) IsAOpInit(CheckType, Expr); in get() 1389 void IsAOpInit::Profile(FoldingSetNodeID &ID) const { in Profile() 1393 Init *IsAOpInit::Fold() const { in Fold() 1410 return const_cast<IsAOpInit *>(this); in Fold() 1413 Init *IsAOpInit::resolveReferences(Resolver &R) const { in resolveReferences() 1417 return const_cast<IsAOpInit *>(this); in resolveReferences() 1420 Init *IsAOpInit::getBit(unsigned Bit) const { in getBit() [all …]
|
D | TGParser.cpp | 1070 return (IsAOpInit::get(Type, LHS))->Fold(); in ParseOperation()
|
/external/llvm-project/llvm/lib/TableGen/ |
D | Record.cpp | 1454 IsAOpInit *IsAOpInit::get(RecTy *CheckType, Init *Expr) { in get() 1455 static FoldingSet<IsAOpInit> ThePool; in get() 1461 if (IsAOpInit *I = ThePool.FindNodeOrInsertPos(ID, IP)) in get() 1464 IsAOpInit *I = new (Allocator) IsAOpInit(CheckType, Expr); in get() 1469 void IsAOpInit::Profile(FoldingSetNodeID &ID) const { in Profile() 1473 Init *IsAOpInit::Fold() const { in Fold() 1490 return const_cast<IsAOpInit *>(this); in Fold() 1493 Init *IsAOpInit::resolveReferences(Resolver &R) const { in resolveReferences() 1497 return const_cast<IsAOpInit *>(this); in resolveReferences() 1500 Init *IsAOpInit::getBit(unsigned Bit) const { in getBit() [all …]
|
D | TGParser.cpp | 1073 return (IsAOpInit::get(Type, LHS))->Fold(); in ParseOperation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
D | Record.h | 1035 class IsAOpInit : public TypedInit, public FoldingSetNode { 1040 IsAOpInit(RecTy *CheckType, Init *Expr) in IsAOpInit() function 1045 IsAOpInit(const IsAOpInit &) = delete; 1046 IsAOpInit &operator=(const IsAOpInit &) = delete; 1050 static IsAOpInit *get(RecTy *CheckType, Init *Expr);
|
/external/llvm-project/llvm/include/llvm/TableGen/ |
D | Record.h | 1006 class IsAOpInit : public TypedInit, public FoldingSetNode { 1011 IsAOpInit(RecTy *CheckType, Init *Expr) in IsAOpInit() function 1016 IsAOpInit(const IsAOpInit &) = delete; 1017 IsAOpInit &operator=(const IsAOpInit &) = delete; 1021 static IsAOpInit *get(RecTy *CheckType, Init *Expr);
|