Home
last modified time | relevance | path

Searched refs:getRecTyKind (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/TableGen/
DRecord.h60 RecTyKind getRecTyKind() const { return Kind; } in getRecTyKind() function
90 return RT->getRecTyKind() == BitRecTyKind; in classof()
108 return RT->getRecTyKind() == BitsRecTyKind; in classof()
128 return RT->getRecTyKind() == CodeRecTyKind; in classof()
144 return RT->getRecTyKind() == IntRecTyKind; in classof()
162 return RT->getRecTyKind() == StringRecTyKind || in classof()
163 RT->getRecTyKind() == CodeRecTyKind; in classof()
181 return RT->getRecTyKind() == ListRecTyKind; in classof()
200 return RT->getRecTyKind() == DagRecTyKind; in classof()
218 return RT->getRecTyKind() == RecordRecTyKind; in classof()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/TableGen/
DRecord.h77 RecTyKind getRecTyKind() const { return Kind; } in getRecTyKind() function
108 return RT->getRecTyKind() == BitRecTyKind; in classof()
126 return RT->getRecTyKind() == BitsRecTyKind; in classof()
148 return RT->getRecTyKind() == CodeRecTyKind; in classof()
166 return RT->getRecTyKind() == IntRecTyKind; in classof()
184 return RT->getRecTyKind() == StringRecTyKind; in classof()
205 return RT->getRecTyKind() == ListRecTyKind; in classof()
226 return RT->getRecTyKind() == DagRecTyKind; in classof()
255 return RT->getRecTyKind() == RecordRecTyKind; in classof()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DRecord.cpp64 return Kind == RHS->getRecTyKind(); in typeIsConvertibleTo()
70 if (RecTy::typeIsConvertibleTo(RHS) || RHS->getRecTyKind() == IntRecTyKind) in typeIsConvertibleTo()
94 RecTyKind kind = RHS->getRecTyKind(); in typeIsConvertibleTo()
105 RecTyKind kind = RHS->getRecTyKind(); in typeIsConvertibleTo()
110 RecTyKind Kind = RHS->getRecTyKind(); in typeIsConvertibleTo()
119 RecTyKind Kind = RHS->getRecTyKind(); in typeIsConvertibleTo()
/external/llvm/lib/TableGen/
DRecord.cpp100 return Kind == RHS->getRecTyKind(); in typeIsConvertibleTo()
104 if (RecTy::typeIsConvertibleTo(RHS) || RHS->getRecTyKind() == IntRecTyKind) in typeIsConvertibleTo()
128 RecTyKind kind = RHS->getRecTyKind(); in typeIsConvertibleTo()
133 RecTyKind kind = RHS->getRecTyKind(); in typeIsConvertibleTo()