Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DRecord.cpp62 bool RecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in RecTy
69 bool BitRecTy::typeIsConvertibleTo(const RecTy *RHS) const{ in typeIsConvertibleTo() function in BitRecTy
91 bool BitsRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in BitsRecTy
104 bool IntRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in IntRecTy
109 bool CodeRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in CodeRecTy
232 return typeIsConvertibleTo(RHS); in typeIsA()
264 if (T1->typeIsConvertibleTo(T2)) in resolveTypes()
266 if (T2->typeIsConvertibleTo(T1)) in resolveTypes()
1311 if (TI->getType()->typeIsConvertibleTo(CheckType)) in Fold()
1394 if (!getType()->typeIsConvertibleTo(Ty)) in getCastTo()
[all …]
H A DTGParser.cpp1104 if (Type && ItemType && !Type->typeIsConvertibleTo(ItemType)) { in ParseOperation()
1139 if (!ArgType->typeIsConvertibleTo(IntRecTy::get()) && in ParseOperation()
1140 !ArgType->typeIsConvertibleTo(StringRecTy::get())) { in ParseOperation()
1710 if (!TI->getType()->typeIsConvertibleTo(ExpectedType)) { in ParseSimpleValue()
1848 if (!EltTy->typeIsConvertibleTo(GivenEltTy)) { in ParseSimpleValue()
1865 if (!EltTy->typeIsConvertibleTo(GivenListTy->getElementType())) { in ParseSimpleValue()
/freebsd-12.1/contrib/llvm/include/llvm/TableGen/
H A DRecord.h85 virtual bool typeIsConvertibleTo(const RecTy *RHS) const;
115 bool typeIsConvertibleTo(const RecTy *RHS) const override;
135 bool typeIsConvertibleTo(const RecTy *RHS) const override;
155 bool typeIsConvertibleTo(const RecTy *RHS) const override;
173 bool typeIsConvertibleTo(const RecTy *RHS) const override;
191 bool typeIsConvertibleTo(const RecTy *RHS) const override;
213 bool typeIsConvertibleTo(const RecTy *RHS) const override;
275 bool typeIsConvertibleTo(const RecTy *RHS) const override;