Home
last modified time | relevance | path

Searched refs:isRegLiveOut (Results 1 – 5 of 5) 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineOperand.h337 bool isRegLiveOut() const { return OpKind == MO_RegisterLiveOut; } in isRegLiveOut() function
626 assert(isRegLiveOut() && "Wrong MachineOperand accessor"); in getRegLiveOut()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/
DMachineOperandTest.cpp284 ASSERT_TRUE(MO.isRegLiveOut()); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackMaps.cpp169 if (MOI->isRegLiveOut()) in parseOperand()
/external/llvm/lib/CodeGen/
DStackMaps.cpp153 if (MOI->isRegLiveOut()) in parseOperand()