Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineOperand.h256 bool isRegLiveOut() const { return OpKind == MO_RegisterLiveOut; } in isRegLiveOut() function
495 assert(isRegLiveOut() && "Wrong MachineOperand accessor"); in getRegLiveOut()
/external/llvm/lib/CodeGen/
DStackMaps.cpp153 if (MOI->isRegLiveOut()) in parseOperand()