Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp69 bool RecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in RecTy
76 bool BitRecTy::typeIsConvertibleTo(const RecTy *RHS) const{ in typeIsConvertibleTo() function in BitRecTy
77 if (RecTy::typeIsConvertibleTo(RHS) || RHS->getRecTyKind() == IntRecTyKind) in typeIsConvertibleTo()
98 bool BitsRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in BitsRecTy
99 if (RecTy::typeIsConvertibleTo(RHS)) //argument and the sender are same type in typeIsConvertibleTo()
111 bool IntRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in IntRecTy
116 bool CodeRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in CodeRecTy
125 bool StringRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in StringRecTy
134 bool ListRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in ListRecTy
136 return Ty->typeIsConvertibleTo(ListTy->getElementType()); in typeIsConvertibleTo()
[all …]
DTGParser.cpp1163 if (Type && ItemType && !Type->typeIsConvertibleTo(ItemType)) { in ParseOperation()
1203 if (!ArgType->getListTy()->typeIsConvertibleTo(ItemType)) { in ParseOperation()
1224 if (!ArgType->typeIsConvertibleTo(IntRecTy::get()) && in ParseOperation()
1225 !ArgType->typeIsConvertibleTo(StringRecTy::get())) { in ParseOperation()
1903 if (!TI->getType()->typeIsConvertibleTo(ExpectedType)) { in ParseSimpleValue()
2041 if (!EltTy->typeIsConvertibleTo(GivenEltTy)) { in ParseSimpleValue()
2058 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/llvm-project/llvm/lib/TableGen/
DRecord.cpp65 bool RecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in RecTy
72 bool BitRecTy::typeIsConvertibleTo(const RecTy *RHS) const{ in typeIsConvertibleTo() function in BitRecTy
73 if (RecTy::typeIsConvertibleTo(RHS) || RHS->getRecTyKind() == IntRecTyKind) in typeIsConvertibleTo()
94 bool BitsRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in BitsRecTy
95 if (RecTy::typeIsConvertibleTo(RHS)) //argument and the sender are same type in typeIsConvertibleTo()
107 bool IntRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in IntRecTy
116 bool StringRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in StringRecTy
125 bool ListRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in ListRecTy
127 return ElementTy->typeIsConvertibleTo(ListTy->getElementType()); in typeIsConvertibleTo()
216 bool RecordRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in RecordRecTy
[all …]
DTGParser.cpp1174 if (Type && ItemType && !Type->typeIsConvertibleTo(ItemType)) { in ParseOperation()
1223 if (!ArgType->getListTy()->typeIsConvertibleTo(ItemType)) { in ParseOperation()
1244 if (!ArgType->typeIsConvertibleTo(IntRecTy::get()) && in ParseOperation()
1245 !ArgType->typeIsConvertibleTo(StringRecTy::get()) && in ParseOperation()
1246 !ArgType->typeIsConvertibleTo(RecordRecTy::get({}))) { in ParseOperation()
1257 if (!ArgType->typeIsConvertibleTo(IntRecTy::get()) && in ParseOperation()
1258 !ArgType->typeIsConvertibleTo(StringRecTy::get())) { in ParseOperation()
1269 !ArgType->typeIsConvertibleTo(IntRecTy::get()->getListTy())) { in ParseOperation()
1976 if (!TI->getType()->typeIsConvertibleTo(ExpectedType)) { in ParseSimpleValue()
2109 if (!EltTy->typeIsConvertibleTo(GivenEltTy)) { in ParseSimpleValue()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h84 virtual bool typeIsConvertibleTo(const RecTy *RHS) const;
114 bool typeIsConvertibleTo(const RecTy *RHS) const override;
134 bool typeIsConvertibleTo(const RecTy *RHS) const override;
154 bool typeIsConvertibleTo(const RecTy *RHS) const override;
172 bool typeIsConvertibleTo(const RecTy *RHS) const override;
190 bool typeIsConvertibleTo(const RecTy *RHS) const override;
212 bool typeIsConvertibleTo(const RecTy *RHS) const override;
274 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/llvm-project/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;
195 bool typeIsConvertibleTo(const RecTy *RHS) const override;
257 bool typeIsConvertibleTo(const RecTy *RHS) const override;