Searched refs:bitAttr (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DARMDecoderEmitter.cpp1213 bitAttr_t bitAttr = bitAttrs[BitIndex]; local
1215 assert(bitAttr != ATTR_NONE && "Bit without attributes");
1219 switch (bitAttr) {
1233 assert(0 && "Unexpected bitAttr!");
1237 switch (bitAttr) {
1254 assert(0 && "Unexpected bitAttr!");
1258 switch (bitAttr) {
1276 assert(0 && "Unexpected bitAttr!");
H A DFixedLenDecoderEmitter.cpp1049 bitAttr_t bitAttr = bitAttrs[BitIndex]; local
1051 assert(bitAttr != ATTR_NONE && "Bit without attributes");
1055 switch (bitAttr) {
1069 assert(0 && "Unexpected bitAttr!");
1073 switch (bitAttr) {
1090 assert(0 && "Unexpected bitAttr!");
1094 switch (bitAttr) {
1112 assert(0 && "Unexpected bitAttr!");
/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp1516 bitAttr_t bitAttr = bitAttrs[BitIndex];
1518 assert(bitAttr != ATTR_NONE && "Bit without attributes");
1522 switch (bitAttr) {
1536 llvm_unreachable("Unexpected bitAttr!");
1540 switch (bitAttr) {
1557 llvm_unreachable("Unexpected bitAttr!");
1561 switch (bitAttr) {
1579 llvm_unreachable("Unexpected bitAttr!");

Completed in 90 milliseconds