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()
1117 static bool IsPush(Instr instr);
431 bool Assembler::IsPush(Instr instr) { in IsPush() function in v8::internal::Assembler
1182 static bool IsPush(Instr instr);
412 bool Assembler::IsPush(Instr instr) { in IsPush() function in v8::internal::Assembler
1489 static bool IsPush(Instr instr);
779 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()