Home
last modified time | relevance | path

Searched refs:IsNop (Results 1 - 25 of 32) sorted by relevance

12

/third_party/node/deps/v8/src/compiler/backend/
H A Djump-threading.cc95 } else if (instr->IsNop()) { in ComputeForwarding()
H A Dcode-generator.cc794 if (instr->IsNop() && instr->AreMovesRedundant()) return; in AssembleSourcePosition()
H A Dinstruction.h950 bool IsNop() const { return arch_opcode() == kArchNop; } in IsNop() function in v8::internal::compiler::final
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dinstruction.h354 inline bool IsNop() const;
724 inline bool Instruction::IsNop() const {
H A Dmodule.cpp198 if (!(skip_nop && i->IsNop())) { in ToBinary()
H A Dloop_utils.cpp684 if (insn->IsNop()) return; in Analyze()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinstruction.h354 inline bool IsNop() const;
724 inline bool Instruction::IsNop() const {
H A Dmodule.cpp198 if (!(skip_nop && i->IsNop())) { in ToBinary()
H A Dloop_utils.cpp684 if (insn->IsNop()) return; in Analyze()
/third_party/spirv-tools/source/opt/
H A Dinstruction.h370 inline bool IsNop() const;
744 inline bool Instruction::IsNop() const {
H A Dmodule.cpp204 if (!(skip_nop && i->IsNop())) { in ToBinary()
H A Dloop_utils.cpp683 if (insn->IsNop()) return; in Analyze()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dinstructions-arm64.h400 bool IsNop(int n) { in IsNop() function in v8::internal::Instruction
/third_party/node/deps/v8/src/codegen/s390/
H A Dassembler-s390.cc733 bool Assembler::IsNop(SixByteInstr instr, int type) { in IsNop() function in v8::internal::Assembler
H A Dassembler-s390.h1347 static bool IsNop(SixByteInstr instr, int type = NON_MARKING_NOP);
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.h794 static bool IsNop(Instr instr, unsigned int type);
H A Dassembler-loong64.cc376 bool Assembler::IsNop(Instr instr, unsigned int type) { in IsNop() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.h1283 static bool IsNop(Instr instr, int type = NON_MARKING_NOP);
H A Dassembler-ppc.cc2041 bool Assembler::IsNop(Instr instr, int type) { in IsNop() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.h1144 static bool IsNop(Instr instr, int type = NON_MARKING_NOP);
H A Dassembler-arm.cc831 DCHECK(IsNop(instr_at(pos + kInstrSize), dst.code())); in target_at_put()
833 DCHECK(IsNop(instr_at(pos + 2 * kInstrSize), dst.code())); in target_at_put()
5154 bool Assembler::IsNop(Instr instr, int type) { in IsNop() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.h1273 static bool IsNop(Instr instr);
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.h1520 static bool IsNop(Instr instr, unsigned int type);
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.h1661 static bool IsNop(Address addr);
/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.h1459 static bool IsNop(Instr instr, unsigned int type);

Completed in 61 milliseconds

12