Searched refs:IsPush (Results 1 – 4 of 4) sorted by relevance
133 bool parseSectionArguments(bool IsPush, SMLoc loc);496 bool ELFAsmParser::parseSectionArguments(bool IsPush, SMLoc loc) { in parseSectionArguments() argument531 if (IsPush && getLexer().isNot(AsmToken::String)) { in parseSectionArguments()
321 bool IsPush) const;
560 const MCInstrDesc &Desc, bool IsPush) const { in ExpandPUSH_POP()566 if (IsPush) in ExpandPUSH_POP()
2364 bool IsPush = isPushOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() local2365 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()