Searched refs:bitAttr_t (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 195 } bitAttr_t; typedef 353 void reportRegion(bitAttr_t RA, unsigned StartBit, unsigned BitIndex, 922 void FilterChooser::reportRegion(bitAttr_t RA, unsigned StartBit, in reportRegion() 986 std::vector<bitAttr_t> bitAttrs; in filterProcessor() 1045 bitAttr_t RA = ATTR_NONE; in filterProcessor() 1049 bitAttr_t bitAttr = bitAttrs[BitIndex]; in filterProcessor()
|
D | ARMDecoderEmitter.cpp | 336 } bitAttr_t; typedef 515 void reportRegion(bitAttr_t RA, unsigned StartBit, unsigned BitIndex, 1086 void ARMFilterChooser::reportRegion(bitAttr_t RA, unsigned StartBit, in reportRegion() 1150 bitAttr_t bitAttrs[BIT_WIDTH]; in filterProcessor() 1209 bitAttr_t RA = ATTR_NONE; in filterProcessor() 1213 bitAttr_t bitAttr = bitAttrs[BitIndex]; in filterProcessor()
|
/external/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 286 } bitAttr_t; typedef 461 void reportRegion(bitAttr_t RA, unsigned StartBit, unsigned BitIndex, 1390 void FilterChooser::reportRegion(bitAttr_t RA, unsigned StartBit, in reportRegion() 1453 std::vector<bitAttr_t> bitAttrs; in filterProcessor() 1512 bitAttr_t RA = ATTR_NONE; in filterProcessor() 1516 bitAttr_t bitAttr = bitAttrs[BitIndex]; in filterProcessor()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 302 } bitAttr_t; typedef 477 void reportRegion(bitAttr_t RA, unsigned StartBit, unsigned BitIndex, 1416 void FilterChooser::reportRegion(bitAttr_t RA, unsigned StartBit, in reportRegion() 1479 std::vector<bitAttr_t> bitAttrs; in filterProcessor() 1538 bitAttr_t RA = ATTR_NONE; in filterProcessor() 1542 bitAttr_t bitAttr = bitAttrs[BitIndex]; in filterProcessor()
|