Searched refs:IsPush (Results 1 – 4 of 4) sorted by relevance
155 bool ParseSectionArguments(bool IsPush, SMLoc loc);539 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) { in ParseSectionArguments() argument574 if (IsPush && getLexer().isNot(AsmToken::String)) { in ParseSectionArguments()
318 bool IsPush) const;
476 const MCInstrDesc &Desc, bool IsPush) const { in ExpandPUSH_POP()482 if (IsPush) in ExpandPUSH_POP()
2520 bool IsPush = isPushOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() local2521 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()