Home
last modified time | relevance | path

Searched defs:opcode (Results 351 - 375 of 800) sorted by relevance

1...<<11121314151617181920>>...32

/third_party/spirv-tools/source/opt/
H A Dfold.cpp44 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 Dfolding_rules.cpp43 const auto opcode = inst->opcode(); in ImageOperandsMaskInOperandIndex() local
[all...]
H A Dlocal_access_chain_convert_pass.cpp30 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 Dtable.h24 const spv::Op opcode; member
/third_party/spirv-tools/source/val/
H A Dvalidate.cpp66 const spv::Op opcode = static_cast<spv::Op>(inst->opcode); in ProcessExtensions() local
[all...]
H A Dvalidate_arithmetics.cpp29 const spv::Op opcode = inst->opcode(); in ArithmeticsPass() local
[all...]
H A Dvalidate_constants.cpp299 uint16_t opcode; IsTypeNullable() local
[all...]
H A Dvalidate_instruction.cpp56 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 Dvalidate_non_uniform.cpp422 const spv::Op opcode = inst->opcode(); NonUniformPass() local
[all...]
/third_party/spirv-tools/test/
H A Dext_inst.debuginfo_test.cpp39 uint32_t opcode; member
H A Dunit_spirv.h107 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 Ddump.cpp160 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 Disapi.rb107 def opcode method in Instruction
/arkcompiler/runtime_core/libpandafile/tests/
H A Dbytecode_emitter_tests.cpp609 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 Dloop_unroll_test.cpp76 size_t GetOpcodeCount(Opcode opcode) in GetOpcodeCount() argument
/arkcompiler/runtime_core/static_core/isa/
H A Disapi.rb107 def opcode method in Instruction
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Dbytecode_emitter_tests.cpp424 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 Dsnapshot_constantpool_data.cpp400 BytecodeInstruction::Opcode opcode = static_cast<BytecodeInstruction::Opcode>(bcIns.GetOpcode()); in Record() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dasync_function_lowering.cpp116 auto opcode = accessor_.GetOpCode(stateInGate); in RebuildGeneratorCfg() local
H A Dbytecode_info_collector.cpp290 BytecodeInstruction::Opcode opcode = static_cast<BytecodeInstruction::Opcode>(bcIns.GetOpcode()); in CollectMethodInfoFromBC() local
H A Dearly_elimination.cpp67 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 Descape_analysis.cpp424 auto opcode = acc_.GetOpCode(gate); in VisitGate() local
H A Dpost_schedule.cpp52 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 Dbaseline_stub_builder.h131 GateRef opcode = Load(VariableType::INT8(), newPc); in Dispatch() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddwarf_op.h335 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

Completed in 23 milliseconds

1...<<11121314151617181920>>...32