Home
last modified time | relevance | path

Searched defs:PartialMapping (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/GlobalISel/
DRegisterBankInfo.h44 struct PartialMapping { struct
56 PartialMapping() = default; argument
59 PartialMapping(unsigned StartIdx, unsigned Length, in PartialMapping() argument
87 SmallVector<PartialMapping, 2> BreakDown; argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DRegisterBankInfo.h48 struct PartialMapping { struct
62 PartialMapping() = default; argument
65 PartialMapping(unsigned StartIdx, unsigned Length, in PartialMapping() function
71 unsigned getHighBitIdx() const { return StartIdx + Length - 1; } in getHighBitIdx()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DRegisterBankInfo.h48 struct PartialMapping { struct
62 PartialMapping() = default; argument
65 PartialMapping(unsigned StartIdx, unsigned Length, in PartialMapping() function
71 unsigned getHighBitIdx() const { return StartIdx + Length - 1; } in getHighBitIdx()