Home
last modified time | relevance | path

Searched refs:IntRecTyKind (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/TableGen/
DRecord.h48 IntRecTyKind, enumerator
140 IntRecTy() : RecTy(IntRecTyKind) {} in IntRecTy()
144 return RT->getRecTyKind() == IntRecTyKind; in classof()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h61 IntRecTyKind, enumerator
161 IntRecTy() : RecTy(IntRecTyKind) {} in IntRecTy()
165 return RT->getRecTyKind() == IntRecTyKind; in classof()
/external/llvm-project/llvm/include/llvm/TableGen/
DRecord.h61 IntRecTyKind, enumerator
144 IntRecTy() : RecTy(IntRecTyKind) {} in IntRecTy()
148 return RT->getRecTyKind() == IntRecTyKind; in classof()
/external/llvm/lib/TableGen/
DRecord.cpp104 if (RecTy::typeIsConvertibleTo(RHS) || RHS->getRecTyKind() == IntRecTyKind) in typeIsConvertibleTo()
129 return (kind == BitRecTyKind && Size == 1) || (kind == IntRecTyKind); in typeIsConvertibleTo()
134 return kind==BitRecTyKind || kind==BitsRecTyKind || kind==IntRecTyKind; in typeIsConvertibleTo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp77 if (RecTy::typeIsConvertibleTo(RHS) || RHS->getRecTyKind() == IntRecTyKind) in typeIsConvertibleTo()
102 return (kind == BitRecTyKind && Size == 1) || (kind == IntRecTyKind); in typeIsConvertibleTo()
113 return kind==BitRecTyKind || kind==BitsRecTyKind || kind==IntRecTyKind; in typeIsConvertibleTo()
/external/llvm-project/llvm/lib/TableGen/
DRecord.cpp73 if (RecTy::typeIsConvertibleTo(RHS) || RHS->getRecTyKind() == IntRecTyKind) in typeIsConvertibleTo()
98 return (kind == BitRecTyKind && Size == 1) || (kind == IntRecTyKind); in typeIsConvertibleTo()
109 return kind==BitRecTyKind || kind==BitsRecTyKind || kind==IntRecTyKind; in typeIsConvertibleTo()