Home
last modified time | relevance | path

Searched refs:IsPop (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp1072 bool IsPop = II->getIntrinsicID() == Intrinsic::ctpop; in visitLShr() local
1073 Constant *RHS = ConstantInt::getSigned(Ty, IsPop ? -1 : 0); in visitLShr()
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.h1129 static bool IsPop(Instr instr);
H A Dassembler-arm.cc711 bool Assembler::IsPop(Instr instr) { in IsPop() function in v8::internal::Assembler
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp2406 bool IsPop = isPopOpcode(MI->getOpcode());
2408 if (!IsPush && !IsPop)
2469 if (!IsPop) {
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.h1521 static bool IsPop(Instr instr);
H A Dassembler-mips64.cc396 bool Assembler::IsPop(Instr instr) { in IsPop() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.h1460 static bool IsPop(Instr instr);
H A Dassembler-mips.cc418 bool Assembler::IsPop(Instr instr) { in IsPop() function in v8::internal::Assembler

Completed in 43 milliseconds