Home
last modified time | relevance | path

Searched refs:IsPop (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp720 bool IsPop = II->getIntrinsicID() == Intrinsic::ctpop; in visitLShr() local
721 Constant *RHS = ConstantInt::getSigned(Ty, IsPop ? -1 : 0); in visitLShr()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp2046 bool IsPop = isPopOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() local
2048 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()
2095 if (!IsPop) { in tryFoldSPUpdateIntoPushPop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp2260 bool IsPop = isPopOpcode(MI->getOpcode()); in tryFoldSPUpdateIntoPushPop() local
2262 if (!IsPush && !IsPop) in tryFoldSPUpdateIntoPushPop()
2320 if (!IsPop) { in tryFoldSPUpdateIntoPushPop()
/external/v8/src/arm/
Dassembler-arm.h1471 static bool IsPop(Instr instr);
Dassembler-arm.cc718 bool Assembler::IsPop(Instr instr) { in IsPop() function in v8::internal::Assembler
/external/v8/src/mips/
Dassembler-mips.h1789 static bool IsPop(Instr instr);
Dassembler-mips.cc451 bool Assembler::IsPop(Instr instr) { in IsPop() function in v8::internal::Assembler
/external/v8/src/mips64/
Dassembler-mips64.h1867 static bool IsPop(Instr instr);
Dassembler-mips64.cc430 bool Assembler::IsPop(Instr instr) { in IsPop() function in v8::internal::Assembler