Home
last modified time | relevance | path

Searched defs:operand_count (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_mode_setting.cpp269 size_t operand_count = inst->operands().size(); in ValidateExecutionMode() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_mode_setting.cpp269 size_t operand_count = inst->operands().size(); in ValidateExecutionMode() local
/third_party/spirv-tools/source/val/
H A Dvalidate_mode_setting.cpp343 size_t operand_count = inst->operands().size(); in ValidateExecutionMode() local
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-node.h118 int operand_count() const { return operand_count_; } in operand_count() function in v8::internal::interpreter::final
134 V8_INLINE BytecodeNode(Bytecode bytecode, int operand_count, in BytecodeNode() argument
143 DCHECK_EQ(Bytecodes::NumberOfOperands(bytecode), operand_count); BytecodeNode() local
[all...]
H A Dbytecode-array-writer.cc290 const int operand_count = node->operand_count(); in EmitBytecode() local
/third_party/node/deps/v8/src/runtime/
H A Druntime-trace.cc79 int operand_count = interpreter::Bytecodes::NumberOfOperands(bytecode); in PrintRegisters() local
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator-verifier.cc79 const size_t operand_count = OperandCount(instr); in RegisterAllocatorVerifier() local
138 const size_t operand_count = instr_constraint.operand_constaints_size_; in VerifyAssignment() local

Completed in 6 milliseconds