Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp651 bool IsSave = II->getIntrinsicID() == Intrinsic::stacksave; in isEligible() local
653 if (IsSave && any_of(II->users(), [&Blks = this->Blocks](User *U) { in isEligible()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp8770 SDValue Chain, bool IsSave) { in emitSMEStateSaveRestore() argument
8783 DAG.getExternalSymbol(IsSave ? "__arm_sme_save" : "__arm_sme_restore", in emitSMEStateSaveRestore()