Searched refs:IsPop (Results 1 – 9 of 9) sorted by relevance
720 bool IsPop = II->getIntrinsicID() == Intrinsic::ctpop; in visitLShr() local721 Constant *RHS = ConstantInt::getSigned(Ty, IsPop ? -1 : 0); in visitLShr()
2046 bool IsPop = isPopOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() local2048 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()2095 if (!IsPop) { in tryFoldSPUpdateIntoPushPop()
2260 bool IsPop = isPopOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() local2262 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()2320 if (!IsPop) { in tryFoldSPUpdateIntoPushPop()
1471 static bool IsPop(Instr instr);
718 bool Assembler::IsPop(Instr instr) { in IsPop() function in v8::internal::Assembler
1789 static bool IsPop(Instr instr);
451 bool Assembler::IsPop(Instr instr) { in IsPop() function in v8::internal::Assembler
1867 static bool IsPop(Instr instr);
430 bool Assembler::IsPop(Instr instr) { in IsPop() function in v8::internal::Assembler