Searched refs:isRegLiveOut (Results 1 – 2 of 2) sorted by relevance
253 bool isRegLiveOut() const { return OpKind == MO_RegisterLiveOut; } in isRegLiveOut() function491 assert(isRegLiveOut() && "Wrong MachineOperand accessor"); in getRegLiveOut()
151 if (MOI->isRegLiveOut()) in parseOperand()