Home
last modified time | relevance | path

Searched refs:hasAliases (Results 1 – 4 of 4) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPNode.java58 private boolean hasAliases; field in XMPNode
584 return hasAliases;
591 public void setHasAliases(boolean hasAliases)
593 this.hasAliases = hasAliases;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineInstr.cpp1566 bool hasAliases = isPhysReg && RegInfo->getAliasSet(IncomingReg); in addRegisterKilled() local
1588 } else if (hasAliases && MO.isKill() && in addRegisterKilled()
1624 bool hasAliases = isPhysReg && RegInfo->getAliasSet(IncomingReg); in addRegisterDead() local
1638 } else if (hasAliases && MO.isDead() && in addRegisterDead()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineInstr.cpp1565 bool hasAliases = isPhysReg && in addRegisterKilled() local
1595 } else if (hasAliases && MO.isKill() && in addRegisterKilled()
1644 bool hasAliases = isPhysReg && in addRegisterDead() local
1659 } else if (hasAliases && MO.isDead() && in addRegisterDead()
/external/llvm/lib/CodeGen/
DMachineInstr.cpp1944 bool hasAliases = isPhysReg && in addRegisterKilled() local
1974 } else if (hasAliases && MO.isKill() && in addRegisterKilled()
2023 bool hasAliases = isPhysReg && in addRegisterDead() local
2038 } else if (hasAliases && MO.isDead() && in addRegisterDead()