Searched refs:IsPush (Results 1 – 8 of 8) sorted by relevance
153 bool ParseSectionArguments(bool IsPush, SMLoc loc);369 bool ELFAsmParser::ParseSectionArguments(bool IsPush, SMLoc loc) { in ParseSectionArguments() argument394 if (IsPush && getLexer().isNot(AsmToken::String)) { in ParseSectionArguments()
1065 static bool IsPush(Instr instr);
448 bool Assembler::IsPush(Instr instr) { in IsPush() function in v8::internal::Assembler
1101 static bool IsPush(Instr instr);
426 bool Assembler::IsPush(Instr instr) { in IsPush() function in v8::internal::Assembler
1436 static bool IsPush(Instr instr);
655 bool Assembler::IsPush(Instr instr) { in IsPush() function in v8::internal::Assembler
2002 bool IsPush = isPushOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() local2003 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()