Searched refs:IsPush (Results 1 – 8 of 8) sorted by relevance
143 bool ParseSectionArguments(bool IsPush, SMLoc loc);361 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) { in ParseSectionArguments() argument386 if (IsPush && getLexer().isNot(AsmToken::String)) { in ParseSectionArguments()
1118 static bool IsPush(Instr instr);
436 bool Assembler::IsPush(Instr instr) { in IsPush() function in v8::internal::Assembler
1180 static bool IsPush(Instr instr);
418 bool Assembler::IsPush(Instr instr) { in IsPush() function in v8::internal::Assembler
1587 static bool IsPush(Instr instr);
760 bool Assembler::IsPush(Instr instr) { in IsPush() function in v8::internal::Assembler
2047 bool IsPush = isPushOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() local2048 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()