/third_party/node/deps/v8/src/compiler/backend/ |
H A D | jump-threading.cc | 95 } else if (instr->IsNop()) { in ComputeForwarding()
|
H A D | code-generator.cc | 794 if (instr->IsNop() && instr->AreMovesRedundant()) return; in AssembleSourcePosition()
|
H A D | instruction.h | 950 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 D | instruction.h | 354 inline bool IsNop() const; 724 inline bool Instruction::IsNop() const {
|
H A D | module.cpp | 198 if (!(skip_nop && i->IsNop())) { in ToBinary()
|
H A D | loop_utils.cpp | 684 if (insn->IsNop()) return; in Analyze()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | instruction.h | 354 inline bool IsNop() const; 724 inline bool Instruction::IsNop() const {
|
H A D | module.cpp | 198 if (!(skip_nop && i->IsNop())) { in ToBinary()
|
H A D | loop_utils.cpp | 684 if (insn->IsNop()) return; in Analyze()
|
/third_party/spirv-tools/source/opt/ |
H A D | instruction.h | 370 inline bool IsNop() const; 744 inline bool Instruction::IsNop() const {
|
H A D | module.cpp | 204 if (!(skip_nop && i->IsNop())) { in ToBinary()
|
H A D | loop_utils.cpp | 683 if (insn->IsNop()) return; in Analyze()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | instructions-arm64.h | 400 bool IsNop(int n) { in IsNop() function in v8::internal::Instruction
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | assembler-s390.cc | 733 bool Assembler::IsNop(SixByteInstr instr, int type) { in IsNop() function in v8::internal::Assembler
|
H A D | assembler-s390.h | 1347 static bool IsNop(SixByteInstr instr, int type = NON_MARKING_NOP);
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | assembler-loong64.h | 794 static bool IsNop(Instr instr, unsigned int type);
|
H A D | assembler-loong64.cc | 376 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 D | assembler-ppc.h | 1283 static bool IsNop(Instr instr, int type = NON_MARKING_NOP);
|
H A D | assembler-ppc.cc | 2041 bool Assembler::IsNop(Instr instr, int type) { in IsNop() function in v8::internal::Assembler
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | assembler-arm.h | 1144 static bool IsNop(Instr instr, int type = NON_MARKING_NOP);
|
H A D | assembler-arm.cc | 831 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 D | assembler-riscv64.h | 1273 static bool IsNop(Instr instr);
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | assembler-mips64.h | 1520 static bool IsNop(Instr instr, unsigned int type);
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.h | 1661 static bool IsNop(Address addr);
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips.h | 1459 static bool IsNop(Instr instr, unsigned int type);
|