Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction.h354 inline bool IsNop() const;
724 inline bool Instruction::IsNop() const { in IsNop() function
Dmodule.cpp198 if (!(skip_nop && i->IsNop())) { in ToBinary()
Dloop_utils.cpp684 if (insn->IsNop()) return; in Analyze()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinstruction.h354 inline bool IsNop() const;
724 inline bool Instruction::IsNop() const { in IsNop() function
Dmodule.cpp198 if (!(skip_nop && i->IsNop())) { in ToBinary()
Dloop_utils.cpp684 if (insn->IsNop()) return; in Analyze()
/third_party/spirv-tools/source/opt/
Dinstruction.h368 inline bool IsNop() const;
734 inline bool Instruction::IsNop() const { in IsNop() function
Dmodule.cpp203 if (!(skip_nop && i->IsNop())) { in ToBinary()
Dloop_utils.cpp684 if (insn->IsNop()) return; in Analyze()
/third_party/node/deps/v8/src/compiler/backend/
Djump-threading.cc95 } else if (instr->IsNop()) { in ComputeForwarding()
Dcode-generator.cc794 if (instr->IsNop() && instr->AreMovesRedundant()) return; in AssembleSourcePosition()
Dinstruction.h950 bool IsNop() const { return arch_opcode() == kArchNop; } in IsNop() function
/third_party/node/deps/v8/src/codegen/arm64/
Dinstructions-arm64.h400 bool IsNop(int n) { in IsNop() function
/third_party/node/deps/v8/src/codegen/s390/
Dassembler-s390.cc733 bool Assembler::IsNop(SixByteInstr instr, int type) { in IsNop() function in v8::internal::Assembler
Dassembler-s390.h1347 static bool IsNop(SixByteInstr instr, int type = NON_MARKING_NOP);
/third_party/node/deps/v8/src/codegen/loong64/
Dassembler-loong64.h794 static bool IsNop(Instr instr, unsigned int type);
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/
Dassembler-ppc.h1283 static bool IsNop(Instr instr, int type = NON_MARKING_NOP);
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/
Dassembler-arm.h1144 static bool IsNop(Instr instr, int type = NON_MARKING_NOP);
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/ia32/
Dassembler-ia32.h1661 static bool IsNop(Address addr);
Dassembler-ia32.cc412 bool Assembler::IsNop(Address addr) { in IsNop() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/riscv64/
Dassembler-riscv64.h1273 static bool IsNop(Instr instr);
/third_party/node/deps/v8/src/codegen/mips/
Dassembler-mips.h1459 static bool IsNop(Instr instr, unsigned int type);

12