Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp771 typedef std::pair<unsigned,uint16_t> RSRecord; // (reg,shift) in findRecordInsertForms() typedef
772 typedef std::vector<RSRecord> RSListType; in findRecordInsertForms()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp810 using RSRecord = std::pair<unsigned, uint16_t>; // (reg,shift) in findRecordInsertForms() typedef
811 using RSListType = std::vector<RSRecord>; in findRecordInsertForms()