Searched refs:IsPush (Results 1 – 6 of 6) sorted by relevance
79 bool IsPush = MIB->isPush(It); in checkInstr() local81 if (IsPush) in checkInstr()84 if (MIB->mayStore(It) && !IsPush && !IsRipAddr) in checkInstr()
155 bool parseSectionArguments(bool IsPush, SMLoc loc);398 if (parseSectionArguments(/*IsPush=*/true, loc)) { in ParseDirectivePushSection() 413 return parseSectionArguments(/*IsPush=*/false, loc); in ParseDirectiveSection() 539 bool ELFAsmParser::parseSectionArguments(bool IsPush, SMLoc loc) { in ParseSectionArguments() argument 574 if (IsPush && getLexer().isNot(AsmToken::String)) { in ParseSectionArguments()
321 bool IsPush) const;
560 const MCInstrDesc &Desc, bool IsPush) const { in ExpandMOVEM() 566 if (IsPush) in ExpandMOVEM()
480 unsigned Reg, bool IsPush, int Sz,
2537 bool IsPush = isPushOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() 2538 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop() 2521 bool IsPush = isPushOpcode(MI->getOpcode()); tryFoldSPUpdateIntoPushPop() local