Searched refs:IsPush (Results 1 – 4 of 4) sorted by relevance
156 bool ParseSectionArguments(bool IsPush, SMLoc loc);505 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) { in ParseSectionArguments() argument541 if (IsPush && getLexer().isNot(AsmToken::String)) { in ParseSectionArguments()
316 bool IsPush) const;
473 const MCInstrDesc &Desc, bool IsPush) const { in ExpandPUSH_POP()479 if (IsPush) in ExpandPUSH_POP()
2495 bool IsPush = isPushOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() local2496 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()