Home
last modified time | relevance | path

Searched defs:opcode (Results 26 - 50 of 681) sorted by relevance

12345678910>>...28

/third_party/node/deps/v8/src/compiler/
H A Doperator-properties.cc18 IrOpcode::Value opcode = static_cast<IrOpcode::Value>(op->opcode()); in HasContextInput() local
25 IrOpcode::Value const opcode = static_cast<IrOpcode::Value>(op->opcode()); in NeedsExactContext() member in v8::internal::compiler::IrOpcode
274 Operator::Opcode const opcode = op->opcode(); in IsBasicBlockBegin() member in v8::internal::compiler::Operator
[all...]
H A Dopcodes.cc36 std::ostream& operator<<(std::ostream& os, IrOpcode::Value opcode) { in operator <<() argument
/third_party/node/deps/v8/src/runtime/
H A Druntime-bigint.cc104 int opcode = args.smi_value_at(2); in RUNTIME_FUNCTION() local
161 int opcode = args.smi_value_at(1); in RUNTIME_FUNCTION() local
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state_inlines.h170 i915_translate_logic_op(unsigned opcode) in i915_translate_logic_op() argument
/third_party/mesa3d/src/gallium/drivers/r600/
H A Deg_asm.c40 unsigned opcode = r600_isa_cf_opcode(bc->isa->hw_class, cf->op); in eg_bytecode_cf_build() local
229 unsigned opcode; in eg_bytecode_gds_build() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_bitwise.cpp29 const SpvOp opcode = inst->opcode(); in BitwisePass() local
[all...]
H A Dvalidate_layout.cpp37 ModuleScopedInstructions(ValidationState_t& _, const Instruction* inst, SpvOp opcode) ModuleScopedInstructions() argument
156 FunctionScopedInstructions(ValidationState_t& _, const Instruction* inst, SpvOp opcode) FunctionScopedInstructions() argument
359 const SpvOp opcode = inst->opcode(); ModuleLayoutPass() local
[all...]
H A Dvalidate_memory_semantics.cpp30 const SpvOp opcode = inst->opcode(); in ValidateMemorySemantics() local
[all...]
H A Dvalidate_non_uniform.cpp70 const SpvOp opcode = inst->opcode(); in NonUniformPass() local
H A Dvalidate_scopes.cpp45 SpvOp opcode = inst->opcode(); in ValidateScope() local
81 SpvOp opcode = inst->opcode(); in ValidateExecutionScope() local
189 const SpvOp opcode = inst->opcode(); ValidateMemoryScope() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dext_inst.opencl_test.cpp34 uint32_t opcode; member
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_type_unique_test.cpp93 std::string GetErrorString(SpvOp opcode) { in GetErrorString() argument
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/fact_manager/
H A Ddata_synonym_and_id_equation_facts.h82 SpvOp opcode; member
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_replace_branches_from_dead_blocks_with_exits.cpp91 auto opcode = opcodes[GetFuzzerContext()->RandomIndex(opcodes)]; in Apply() local
H A Dfuzzer_pass_split_blocks.cpp81 const SpvOp opcode = inst.opcode(); in Apply() local
H A Dinstruction_message.cpp22 MakeInstructionMessage( SpvOp opcode, uint32_t result_type_id, uint32_t result_id, const opt::Instruction::OperandList& input_operands) MakeInstructionMessage() argument
H A Dtransformation_add_no_contraction_decoration.cpp57 bool TransformationAddNoContractionDecoration::IsArithmetic(uint32_t opcode) { in IsArithmetic() argument
H A Dtransformation_add_relaxed_decoration.cpp67 bool TransformationAddRelaxedDecoration::IsNumeric(uint32_t opcode) { in IsNumeric() argument
H A Dtransformation_toggle_access_chain_instruction.cpp42 SpvOp opcode = static_cast<SpvOp>( in IsApplicable() local
60 SpvOp opcode = instruction->opcode(); in Apply() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dreflect.h27 inline bool IsDebug1Inst(SpvOp opcode) { in IsDebug1Inst() argument
31 inline bool IsDebug2Inst(SpvOp opcode) { in IsDebug2Inst() argument
34 inline bool IsDebug3Inst(SpvOp opcode) { in IsDebug3Inst() argument
37 inline bool IsOpLineInst(SpvOp opcode) { in IsOpLineInst() argument
40 IsAnnotationInst(SpvOp opcode) IsAnnotationInst() argument
45 IsTypeInst(SpvOp opcode) IsTypeInst() argument
53 IsConstantInst(SpvOp opcode) IsConstantInst() argument
57 IsCompileTimeConstantInst(SpvOp opcode) IsCompileTimeConstantInst() argument
60 IsSpecConstantInst(SpvOp opcode) IsSpecConstantInst() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/
H A Ddata_synonym_and_id_equation_facts.h82 SpvOp opcode; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_replace_branches_from_dead_blocks_with_exits.cpp91 auto opcode = opcodes[GetFuzzerContext()->RandomIndex(opcodes)]; in Apply() local
H A Dfuzzer_pass_split_blocks.cpp81 const SpvOp opcode = inst.opcode(); in Apply() local
H A Dinstruction_message.cpp22 MakeInstructionMessage( SpvOp opcode, uint32_t result_type_id, uint32_t result_id, const opt::Instruction::OperandList& input_operands) MakeInstructionMessage() argument
H A Dtransformation_add_no_contraction_decoration.cpp57 bool TransformationAddNoContractionDecoration::IsArithmetic(uint32_t opcode) { in IsArithmetic() argument

Completed in 8 milliseconds

12345678910>>...28