Searched refs:isNewZT0 (Results 1 – 8 of 8) sorted by relevance
115 bool isNewZT0() const { return decodeZT0State(Bitmask) == StateValue::New; } in isNewZT0() function129 bool hasZT0State() const { return isNewZT0() || sharesZT0(); } in hasZT0State()
37 (!sharesZT0() || (isNewZT0() ^ isInZT0() ^ isInOutZT0() ^ isOutZT0() ^ in set()
142 if (FnAttrs.isNewZT0()) { in updateNewStateFunctions()176 if (FnAttrs.isNewZA() || FnAttrs.isNewZT0()) in runOnFunction()
646 (FD->hasAttr<ArmNewAttr>() && FD->getAttr<ArmNewAttr>()->isNewZT0()); in hasArmZT0State()
3286 if (Attr && Attr->isNewZT0()) in checkCall()
12164 bool UsesZT0 = Attr && Attr->isNewZT0(); in CheckFunctionDeclaration()
2466 if (Attr->isNewZT0()) in SetLLVMFunctionAttributesForDefinition()
2717 bool isNewZT0() const {