Home
last modified time | relevance | path

Searched refs:typeIsA (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp74 bool RecTy::typeIsA(const RecTy *RHS) const { return this == RHS; } in typeIsA() function in RecTy
105 bool BitsRecTy::typeIsA(const RecTy *RHS) const { in typeIsA() function in BitsRecTy
140 bool ListRecTy::typeIsA(const RecTy *RHS) const { in typeIsA() function in ListRecTy
142 return getElementType()->typeIsA(RHSl->getElementType()); in typeIsA()
238 bool RecordRecTy::typeIsA(const RecTy *RHS) const { in typeIsA() function in RecordRecTy
749 if (!DI->getType()->typeIsA(getType())) { in Fold()
795 if (!DI->getType()->typeIsA(getType())) { in Fold()
1442 if (getType() == Ty || getType()->typeIsA(Ty)) in convertInitializerTo()
1470 if (getType() == Ty || getType()->typeIsA(Ty)) in getCastTo()
1475 cast<TypedInit>(Converted)->getType()->typeIsA(Ty)); in getCastTo()
[all …]
DTGParser.cpp465 if (!I->getType()->typeIsA(Defset->EltTy)) { in addDefOne()
/external/llvm-project/llvm/lib/TableGen/
DRecord.cpp70 bool RecTy::typeIsA(const RecTy *RHS) const { return this == RHS; } in typeIsA() function in RecTy
101 bool BitsRecTy::typeIsA(const RecTy *RHS) const { in typeIsA() function in BitsRecTy
131 bool ListRecTy::typeIsA(const RecTy *RHS) const { in typeIsA() function in ListRecTy
133 return getElementType()->typeIsA(RHSl->getElementType()); in typeIsA()
229 bool RecordRecTy::typeIsA(const RecTy *RHS) const { in typeIsA() function in RecordRecTy
721 if (!DI->getType()->typeIsA(getType())) { in Fold()
779 if (!DI->getType()->typeIsA(getType())) { in Fold()
1522 if (getType() == Ty || getType()->typeIsA(Ty)) in convertInitializerTo()
1550 if (getType() == Ty || getType()->typeIsA(Ty)) in getCastTo()
1555 cast<TypedInit>(Converted)->getType()->typeIsA(Ty)); in getCastTo()
[all …]
DTGParser.cpp466 if (!I->getType()->typeIsA(Defset->EltTy)) { in addDefOne()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h88 virtual bool typeIsA(const RecTy *RHS) const;
136 bool typeIsA(const RecTy *RHS) const override;
214 bool typeIsA(const RecTy *RHS) const override;
276 bool typeIsA(const RecTy *RHS) const override;
/external/llvm-project/llvm/include/llvm/TableGen/
DRecord.h89 virtual bool typeIsA(const RecTy *RHS) const;
137 bool typeIsA(const RecTy *RHS) const override;
197 bool typeIsA(const RecTy *RHS) const override;
259 bool typeIsA(const RecTy *RHS) const override;