Searched defs:getLocReg (Results 1 – 7 of 7) sorted by relevance
128 Register getLocReg() const { return std::get<Register>(Data); } in getLocReg() function
126 Register getLocReg() const { return std::get<Register>(Data); } in getLocReg() function
148 unsigned getLocReg() const { assert(isRegLoc()); return Loc; } in getLocReg() function
150 Register getLocReg() const { assert(isRegLoc()); return Loc; } in getLocReg() function