Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineOperand.h108 unsigned IsDeadOrKill : 1; variable
385 return IsDeadOrKill & IsDef; in isDead()
390 return IsDeadOrKill & !IsDef; in isKill()
501 IsDeadOrKill = Val;
506 IsDeadOrKill = Val;
791 Op.IsDeadOrKill = isKill | isDead;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOperand.cpp104 assert(!IsDeadOrKill && "Changing def/use with dead/kill set not supported"); in setIsDef()
254 IsDeadOrKill = isKill | isDead; in ChangeToRegister()