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()
321 bool IsPush) const;
510 const MCInstrDesc &Desc, bool IsPush) const { in ExpandPUSH_POP()516 if (IsPush) in ExpandPUSH_POP()
2521 bool IsPush = isPushOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() local2522 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()