Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
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
70 if (RecTy::typeIsConvertibleTo(RHS) || RHS->getRecTyKind() == IntRecTyKind) in typeIsConvertibleTo()
91 bool BitsRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in BitsRecTy
92 if (RecTy::typeIsConvertibleTo(RHS)) //argument and the sender are same type in typeIsConvertibleTo()
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
118 bool StringRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in StringRecTy
127 bool ListRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in ListRecTy
129 return Ty->typeIsConvertibleTo(ListTy->getElementType()); in typeIsConvertibleTo()
[all …]
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()
/external/llvm/lib/TableGen/
DRecord.cpp98 bool RecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in RecTy
103 bool BitRecTy::typeIsConvertibleTo(const RecTy *RHS) const{ in typeIsConvertibleTo() function in BitRecTy
104 if (RecTy::typeIsConvertibleTo(RHS) || RHS->getRecTyKind() == IntRecTyKind) in typeIsConvertibleTo()
125 bool BitsRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in BitsRecTy
126 if (RecTy::typeIsConvertibleTo(RHS)) //argument and the sender are same type in typeIsConvertibleTo()
132 bool IntRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in IntRecTy
145 bool ListRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in ListRecTy
147 return Ty->typeIsConvertibleTo(ListTy->getElementType()); in typeIsConvertibleTo()
163 bool RecordRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in RecordRecTy
179 if (T1->typeIsConvertibleTo(T2)) in resolveTypes()
[all …]
DTGParser.cpp1048 if (MHSTy->typeIsConvertibleTo(RHSTy)) { in ParseOperation()
1050 } else if (RHSTy->typeIsConvertibleTo(MHSTy)) { in ParseOperation()
1370 if (!EltTy->typeIsConvertibleTo(GivenEltTy)) { in ParseSimpleValue()
1387 if (!EltTy->typeIsConvertibleTo(GivenListTy->getElementType())) { in ParseSimpleValue()
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/
DRecord.h81 virtual bool typeIsConvertibleTo(const RecTy *RHS) const = 0;
160 bool typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function
205 bool typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function
249 bool typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function
292 bool typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function
338 bool typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function
347 return RHS->getElementType()->typeIsConvertibleTo(Ty); in baseClassOf()
381 bool typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function
421 bool typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function
467 bool typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/
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;
/external/llvm/include/llvm/TableGen/
DRecord.h71 virtual bool typeIsConvertibleTo(const RecTy *RHS) const;
97 bool typeIsConvertibleTo(const RecTy *RHS) const override;
117 bool typeIsConvertibleTo(const RecTy *RHS) const override;
151 bool typeIsConvertibleTo(const RecTy *RHS) const override;
189 bool typeIsConvertibleTo(const RecTy *RHS) const override;
227 bool typeIsConvertibleTo(const RecTy *RHS) const override;
/external/swiftshader/third_party/LLVM/lib/TableGen/
DRecord.cpp250 if (TI->getType()->typeIsConvertibleTo(this)) in convertValue()
313 if (LRT->getElementType()->typeIsConvertibleTo(getElementType())) in convertValue()
319 if (TI->getType()->typeIsConvertibleTo(this)) in convertValue()
325 if (TI->getType()->typeIsConvertibleTo(this)) in convertValue()
394 if (!T1->typeIsConvertibleTo(T2)) { in resolveTypes()
395 if (!T2->typeIsConvertibleTo(T1)) { in resolveTypes()
DTGParser.cpp959 if (MHSTy->typeIsConvertibleTo(RHSTy)) { in ParseOperation()
961 } else if (RHSTy->typeIsConvertibleTo(MHSTy)) { in ParseOperation()
1218 if (!EltTy->typeIsConvertibleTo(GivenEltTy)) { in ParseSimpleValue()
1235 if (!EltTy->typeIsConvertibleTo(GivenListTy->getElementType())) { in ParseSimpleValue()