Searched refs:IsPush (Results 1 – 4 of 4) sorted by relevance
154 bool ParseSectionArguments(bool IsPush, SMLoc loc);525 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) { in ParseSectionArguments() argument560 if (IsPush && getLexer().isNot(AsmToken::String)) { in ParseSectionArguments()
318 bool IsPush) const;
474 const MCInstrDesc &Desc, bool IsPush) const { in ExpandPUSH_POP()480 if (IsPush) in ExpandPUSH_POP()
2534 bool IsPush = isPushOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() local2535 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()