Searched refs:IsPop (Results 1 – 5 of 5) sorted by relevance
928 static bool IsPop(Instr instr);
419 bool Assembler::IsPop(Instr instr) { in IsPop() function in v8::internal::Assembler
1407 static bool IsPop(Instr instr);
648 bool Assembler::IsPop(Instr instr) { in IsPop() function in v8::internal::Assembler
1897 bool IsPop = isPopOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() local1899 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()1946 if (!IsPop) { in tryFoldSPUpdateIntoPushPop()