Home
last modified time | relevance | path

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

/external/clang/utils/TableGen/
DNeonEmitter.cpp138 unsigned Bitwidth, ElementBitwidth, NumVectors; member in __anon985e31310111::Type
144 Bitwidth(0), ElementBitwidth(0), NumVectors(0) {} in Type()
149 NoManglingQ(false), Bitwidth(0), ElementBitwidth(0), NumVectors(0) { in Type()
171 bool isFloat() const { return Float && ElementBitwidth == 32; } in isFloat()
172 bool isDouble() const { return Float && ElementBitwidth == 64; } in isDouble()
173 bool isHalf() const { return Float && ElementBitwidth == 16; } in isHalf()
175 bool isChar() const { return ElementBitwidth == 8; } in isChar()
176 bool isShort() const { return !Float && ElementBitwidth == 16; } in isShort()
177 bool isInt() const { return !Float && ElementBitwidth == 32; } in isInt()
178 bool isLong() const { return !Float && ElementBitwidth == 64; } in isLong()
[all …]