Home
last modified time | relevance | path

Searched defs:opcode (Results 176 - 200 of 2040) sorted by relevance

12345678910>>...82

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dir_loader.cpp42 const auto opcode = static_cast<SpvOp>(inst->opcode); in IsLineInst() local
66 const auto opcode = static_cast<SpvOp>(inst->opcode); in AddInstruction() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_logicals.cpp29 const SpvOp opcode = inst->opcode(); in LogicalsPass() local
[all...]
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction_glsl_std_450_test.cc132 std::string opcode; member
939 std::string opcode; global() member
[all...]
/third_party/spirv-tools/source/
H A Dbinary.cpp159 spv_result_t exhaustedInputDiagnostic(size_t inst_offset, spv::Op opcode, in exhaustedInputDiagnostic() argument
[all...]
/third_party/python/Modules/clinic/
H A D_opcode.c.h26 int opcode; in _opcode_stack_effect() local
/third_party/spirv-tools/source/fuzz/
H A Dinstruction_descriptor.cpp68 const spv::Op opcode = in MakeInstructionDescriptor() local
[all...]
H A Dtransformation_add_early_terminator_wrapper.cpp29 TransformationAddEarlyTerminatorWrapper(uint32_t function_fresh_id, uint32_t label_fresh_id, spv::Op opcode) TransformationAddEarlyTerminatorWrapper() argument
H A Dtransformation_add_spec_constant_op.cpp28 TransformationAddSpecConstantOp( uint32_t fresh_id, uint32_t type_id, spv::Op opcode, const opt::Instruction::OperandList& operands) TransformationAddSpecConstantOp() argument
H A Dtransformation_adjust_branch_weights.cpp50 spv::Op opcode = static_cast<spv::Op>( in IsApplicable() local
H A Dtransformation_invert_comparison_operator.cpp116 spv::Op TransformationInvertComparisonOperator::InvertOpcode(spv::Op opcode) { in InvertOpcode() argument
85 IsInversionSupported( spv::Op opcode) IsInversionSupported() argument
/third_party/spirv-tools/source/opt/
H A Dfolding_rules.h101 uint32_t opcode; member
H A Dinvocation_interlock_placement_pass.cpp78 addInstructionAtBlockBoundary( BasicBlock* block, spv::Op opcode, bool at_end) addInstructionAtBlockBoundary() argument
[all...]
H A Dir_loader.cpp43 const auto opcode = static_cast<spv::Op>(inst->opcode); in IsLineInst() local
67 const auto opcode = static_cast<spv::Op>(inst->opcode); in AddInstruction() local
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_logicals.cpp27 const spv::Op opcode = inst->opcode(); in LogicalsPass() local
[all...]
H A Dvalidate_ray_tracing.cpp26 const spv::Op opcode = inst->opcode(); in RayTracingPass() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
H A Dold_instruction.h450 static constexpr Format GetFormat(Opcode opcode) in GetFormat() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dmem_barriers.cpp111 auto opcode = llvm::Intrinsic::AARCH64Intrinsics::aarch64_dmb; in RelaxBarriers() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Ddead_code_elimination.cpp22 auto opcode = acc_.GetOpCode(gate); in VisitGate() local
H A Dlater_elimination.cpp34 auto opcode = acc_.GetOpCode(gate); in VisitGate() local
153 auto opcode = acc_.GetOpCode(lhs); in CheckReplacement() local
H A Dvalue_numbering.cpp23 auto opcode = acc_.GetOpCode(gate); in VisitGate() local
/arkcompiler/toolchain/websocket/
H A Dframe_builder.cpp25 ServerFrameBuilder& ServerFrameBuilder::SetOpcode(FrameType opcode) in SetOpcode() argument
107 ClientFrameBuilder::ClientFrameBuilder(bool final, FrameType opcode, const uint8_t maskingKey[WebSocketFrame::MASK_LEN]) in ClientFrameBuilder() argument
H A Dweb_socket_frame.h32 constexpr inline bool IsControlFrame(uint8_t opcode) in IsControlFrame() argument
56 uint8_t opcode = 0; member
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_audio_manager_proxy.cpp48 int opcode = enable ? BluetoothAudioManagerInterfaceCode::WEAR_DETECTION_ENABLE in SetWearDetection() local
H A Dbluetooth_ble_advertise_callback_stub.cpp87 const int32_t opcode = static_cast<int32_t>(data.ReadInt32()); in OnStartResultEventInner() local
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_ble_advertise_callback_proxy.cpp28 void BluetoothBleAdvertiseCallbackProxy::OnStartResultEvent(int32_t result, int32_t advHandle, int32_t opcode) in OnStartResultEvent() argument

Completed in 12 milliseconds

12345678910>>...82