Searched refs:IsPush (Results 1 – 7 of 7) sorted by relevance
73 bool IsPush = MIB->isPush(It); in checkInstr() local75 if (IsPush) in checkInstr()78 if (MIB->isStore(It) && !IsPush && !IsRipAddr) in checkInstr()
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()
316 bool IsPush) const;
474 const MCInstrDesc &Desc, bool IsPush) const { in ExpandPUSH_POP()480 if (IsPush) in ExpandPUSH_POP()
479 unsigned Reg, bool IsPush, int Sz,
1384 bool IsPush = isPush(Inst); in escapesVariable() local1385 if (IsPush && MemOpNo == -1) in escapesVariable()1393 if (MemOpNo != -1 && !IsPush && AccessMem && I >= MemOpNo && in escapesVariable()
2530 bool IsPush = isPushOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() local2531 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()