| /third_party/spirv-tools/source/opt/ |
| H A D | fold.cpp | 44 uint32_t InstructionFolder::UnaryOperate(spv::Op opcode, in UnaryOperate() argument 70 uint32_t InstructionFolder::BinaryOperate(spv::Op opcode, uint32_t a, in BinaryOperate() argument 204 uint32_t InstructionFolder::TernaryOperate(spv::Op opcode, uint32_t a, in TernaryOperate() argument 216 OperateWords( spv::Op opcode, const std::vector<uint32_t>& operand_words) const OperateWords() argument 258 FoldScalars( spv::Op opcode, const std::vector<const analysis::Constant*>& operands) const FoldScalars() argument 285 spv::Op opcode = inst->opcode(); FoldBinaryIntegerOpToConstant() local 469 spv::Op opcode = inst->opcode(); FoldBinaryBooleanOpToConstant() local 528 FoldVectors( spv::Op opcode, uint32_t num_dims, const std::vector<const analysis::Constant*>& operands) const FoldVectors() argument [all...] |
| H A D | folding_rules.cpp | 43 const auto opcode = inst->opcode(); in ImageOperandsMaskInOperandIndex() local [all...] |
| H A D | local_access_chain_convert_pass.cpp | 30 BuildAndAppendInst( spv::Op opcode, uint32_t typeId, uint32_t resultId, const std::vector<Operand>& in_opnds, std::vector<std::unique_ptr<Instruction>>* newInsts) BuildAndAppendInst() argument [all...] |
| /third_party/spirv-tools/source/ |
| H A D | table.h | 24 const spv::Op opcode; member
|
| /third_party/spirv-tools/source/val/ |
| H A D | validate.cpp | 66 const spv::Op opcode = static_cast<spv::Op>(inst->opcode); in ProcessExtensions() local [all...] |
| H A D | validate_arithmetics.cpp | 29 const spv::Op opcode = inst->opcode(); in ArithmeticsPass() local [all...] |
| H A D | validate_constants.cpp | 299 uint16_t opcode; IsTypeNullable() local [all...] |
| H A D | validate_instruction.cpp | 56 EnablingCapabilitiesForOp(const ValidationState_t& state, spv::Op opcode) EnablingCapabilitiesForOp() argument 217 const spv::Op opcode = inst->opcode(); ReservedCheck() local 240 const spv::Op opcode = inst->opcode(); CapabilityCheck() local 278 const auto opcode = inst->opcode(); VersionCheck() local 461 const spv::Op opcode = inst->opcode(); InstructionPass() local [all...] |
| H A D | validate_non_uniform.cpp | 422 const spv::Op opcode = inst->opcode(); NonUniformPass() local [all...] |
| /third_party/spirv-tools/test/ |
| H A D | ext_inst.debuginfo_test.cpp | 39 uint32_t opcode; member
|
| H A D | unit_spirv.h | 107 MakeInstruction( spv::Op opcode, const std::vector<uint32_t>& args) MakeInstruction() argument 118 MakeInstruction( spv::Op opcode, std::vector<uint32_t> args, const std::vector<uint32_t>& extra_args) MakeInstruction() argument
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| H A D | dump.cpp | 160 void DumpTypedFieldOpcode(std::ostream *out, Opcode opcode, uint32_t type_id, const ArenaString &field_name, in DumpTypedFieldOpcode() argument 170 void DumpTypedOpcode(std::ostream *out, Opcode opcode, uint32_t type_id, ArenaAllocator *allocator) in DumpTypedOpcode() argument 376 (*out) << std::setw(INDENT_OPCODE) << intrinsic + opcode << " "; DumpOpcode() local [all...] |
| /arkcompiler/runtime_core/isa/ |
| H A D | isapi.rb | 107 def opcode method in Instruction
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| H A D | bytecode_emitter_tests.cpp | 609 static void Jmpz_IMM8(Opcode opcode, std::function<void(BytecodeEmitter *, const Label &label)> emit_jcmp) in Jmpz_IMM8() argument 618 static void Jmpz_IMM16(Opcode opcode, std::function<void(BytecodeEmitter *, const Label &label)> emit_jcmp) in Jmpz_IMM16() argument 630 static void Jmp_V8_IMM8(Opcode opcode, std::function<void(BytecodeEmitter *, uint8_t, const Label &label)> emit_jcmp) in Jmp_V8_IMM8() argument 639 static void Jmp_V8_IMM16(Opcode opcode, std::function<void(BytecodeEmitter *, uint8_t, const Label &label)> emit_jcmp) in Jmp_V8_IMM16() argument 651 static void Jmpz_IMM32(Opcode opcode, std::function<void(BytecodeEmitter *, const Label &label)> emit_jcmp) in Jmpz_IMM32() argument 663 static void TestNoneFormat(Opcode opcode, std::function<void(BytecodeEmitter *)> emit) in TestNoneFormat() argument 670 expected << opcode; in TestNoneFormat() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| H A D | loop_unroll_test.cpp | 76 size_t GetOpcodeCount(Opcode opcode) in GetOpcodeCount() argument
|
| /arkcompiler/runtime_core/static_core/isa/ |
| H A D | isapi.rb | 107 def opcode method in Instruction
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| H A D | bytecode_emitter_tests.cpp | 424 static void JcmpBwd_V8_IMM8(Opcode opcode, in JcmpBwd_V8_IMM8() argument 447 static void JcmpFwd_V8_IMM8(Opcode opcode, in JcmpFwd_V8_IMM8() argument 473 static void JcmpBwd_V8_IMM16(Opcode opcode, in JcmpBwd_V8_IMM16() argument 518 static void JcmpFwd_V8_IMM16(Opcode opcode, in JcmpFwd_V8_IMM16() argument 605 Jcmpz_IMM8(Opcode opcode, const std::function<void(BytecodeEmitter *, const Label &label)> &emit_jcmp) Jcmpz_IMM8() argument 620 Jcmpz_IMM16(Opcode opcode, const std::function<void(BytecodeEmitter *, const Label &label)> &emit_jcmp) Jcmpz_IMM16() argument 792 TestNoneFormat(Opcode opcode, const std::function<void(BytecodeEmitter *)> &emit) TestNoneFormat() argument 799 expected << opcode; TestNoneFormat() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| H A D | snapshot_constantpool_data.cpp | 400 BytecodeInstruction::Opcode opcode = static_cast<BytecodeInstruction::Opcode>(bcIns.GetOpcode()); in Record() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | async_function_lowering.cpp | 116 auto opcode = accessor_.GetOpCode(stateInGate);
in RebuildGeneratorCfg() local
|
| H A D | bytecode_info_collector.cpp | 290 BytecodeInstruction::Opcode opcode = static_cast<BytecodeInstruction::Opcode>(bcIns.GetOpcode()); in CollectMethodInfoFromBC() local
|
| H A D | early_elimination.cpp | 67 auto opcode = acc_.GetOpCode(gate); in VisitGate() local 337 auto opcode = acc_.GetOpCode(lhs); in CheckReplacement() local 429 auto opcode = acc_.GetOpCode(lhs); in CheckRenameReplacement() local
|
| H A D | escape_analysis.cpp | 424 auto opcode = acc_.GetOpCode(gate); in VisitGate() local
|
| H A D | post_schedule.cpp | 52 OpCode opcode = acc_.GetOpCode(current); in GenerateExtraBB() local 158 OpCode opcode = acc_.GetOpCode(currentBBState); in ReplaceBBState() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_stub_builder.h | 131 GateRef opcode = Load(VariableType::INT8(), newPc); in Dispatch() local
|
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/ |
| H A D | dwarf_op.h | 335 inline void OpLit(uint8_t opcode) in OpLit() argument 341 inline void OpReg(uint8_t opcode, DfxRegs& regs) in OpReg() argument 364 inline void OpBReg(uint8_t opcode, AddressType& exprPtr, DfxRegs& regs) in OpBReg() argument 390 inline void OpNop(uint8_t opcode) in OpNop() argument
|