Home
last modified time | relevance | path

Searched defs:typeIsConvertibleTo (Results 1 – 3 of 3) 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
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
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
219 bool RecordRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in RecordRecTy
/external/swiftshader/third_party/LLVM/include/llvm/TableGen/
DRecord.h160 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
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/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
125 bool BitsRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in BitsRecTy
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
163 bool RecordRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in RecordRecTy