Home
last modified time | relevance | path

Searched refs:in_operand (Results 1 – 25 of 28) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/fuzz/
H A Did_use_descriptor.cpp54 const auto& in_operand = inst->GetInOperand(in_operand_index); in MakeIdUseDescriptorFromUse() local
55 assert(spvIsInIdType(in_operand.type)); in MakeIdUseDescriptorFromUse()
56 return MakeIdUseDescriptor(in_operand.words[0], in MakeIdUseDescriptorFromUse()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/fuzz/
H A Did_use_descriptor.cpp54 const auto& in_operand = inst->GetInOperand(in_operand_index); in MakeIdUseDescriptorFromUse() local
55 assert(spvIsInIdType(in_operand.type)); in MakeIdUseDescriptorFromUse()
56 return MakeIdUseDescriptor(in_operand.words[0], in MakeIdUseDescriptorFromUse()
H A Dfuzzer_pass_donate_modules.cpp468 type_or_value.ForEachInOperand([&data_words](const uint32_t* in_operand) { in HandleTypeOrValue() argument
469 data_words.push_back(*in_operand); in HandleTypeOrValue()
912 const opt::Operand& in_operand = instruction.GetInOperand(in_operand_index); in PrepareInstructionForDonation() local
914 if (spvIsIdType(in_operand.type)) { in PrepareInstructionForDonation()
918 auto operand_id = in_operand.words[0]; in PrepareInstructionForDonation()
938 for (auto word : in_operand.words) { in PrepareInstructionForDonation()
942 input_operands.push_back({in_operand.type, operand_data}); in PrepareInstructionForDonation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Did_use_descriptor.cpp54 const auto& in_operand = inst->GetInOperand(in_operand_index); in MakeIdUseDescriptorFromUse() local
55 assert(spvIsInIdType(in_operand.type)); in MakeIdUseDescriptorFromUse()
56 return MakeIdUseDescriptor(in_operand.words[0], in MakeIdUseDescriptorFromUse()
H A Dfuzzer_pass_donate_modules.cpp469 type_or_value.ForEachInOperand([&data_words](const uint32_t* in_operand) { in HandleTypeOrValue() argument
470 data_words.push_back(*in_operand); in HandleTypeOrValue()
913 const opt::Operand& in_operand = instruction.GetInOperand(in_operand_index); in PrepareInstructionForDonation() local
915 if (spvIsIdType(in_operand.type)) { in PrepareInstructionForDonation()
919 auto operand_id = in_operand.words[0]; in PrepareInstructionForDonation()
939 for (auto word : in_operand.words) { in PrepareInstructionForDonation()
943 input_operands.push_back({in_operand.type, operand_data}); in PrepareInstructionForDonation()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/fuzz/
H A Did_use_descriptor.cpp54 const auto& in_operand = inst->GetInOperand(in_operand_index); in MakeIdUseDescriptorFromUse() local
55 assert(spvIsInIdType(in_operand.type)); in MakeIdUseDescriptorFromUse()
56 return MakeIdUseDescriptor(in_operand.words[0], in MakeIdUseDescriptorFromUse()
H A Dfuzzer_pass_donate_modules.cpp468 type_or_value.ForEachInOperand([&data_words](const uint32_t* in_operand) { in HandleTypeOrValue() argument
469 data_words.push_back(*in_operand); in HandleTypeOrValue()
912 const opt::Operand& in_operand = instruction.GetInOperand(in_operand_index); in PrepareInstructionForDonation() local
914 if (spvIsIdType(in_operand.type)) { in PrepareInstructionForDonation()
918 auto operand_id = in_operand.words[0]; in PrepareInstructionForDonation()
938 for (auto word : in_operand.words) { in PrepareInstructionForDonation()
942 input_operands.push_back({in_operand.type, operand_data}); in PrepareInstructionForDonation()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/fuzz/
H A Did_use_descriptor.cpp54 auto in_operand = inst->GetInOperand(in_operand_index); in MakeIdUseDescriptorFromUse() local
55 assert(in_operand.type == SPV_OPERAND_TYPE_ID); in MakeIdUseDescriptorFromUse()
56 auto id_of_interest = in_operand.words[0]; in MakeIdUseDescriptorFromUse()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/fuzz/
H A Did_use_descriptor.cpp54 auto in_operand = inst->GetInOperand(in_operand_index); in MakeIdUseDescriptorFromUse() local
55 assert(in_operand.type == SPV_OPERAND_TYPE_ID); in MakeIdUseDescriptorFromUse()
56 auto id_of_interest = in_operand.words[0]; in MakeIdUseDescriptorFromUse()
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/xap/
H A Ddis.c40 in->in_opcode, in->in_reg, in->in_mode, in->in_operand); in decode_unknown()
82 int total = get_num(d->d_inst.in_operand, 0); in get_operand()
119 if (s->s_nopd && in->in_operand == 0x80) in decode_known()
122 s->s_prefix_val |= in->in_operand << 8; in decode_known()
399 d->d_operand = s->s_prefix_val | in->in_operand; in decode_known()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_const_eval/src/transform/check_consts/
H A Dqualifs.rs237 | Rvalue::ShallowInitBox(operand, _) => in_operand::<Q, _>(cx, in_local, operand), in in_rvalue()
240 in_operand::<Q, _>(cx, in_local, lhs) || in_operand::<Q, _>(cx, in_local, rhs) in in_rvalue()
268 operands.iter().any(|o| in_operand::<Q, _>(cx, in_local, o)) in in_rvalue()
306 pub fn in_operand<Q, F>(cx: &ConstCx<'_, 'tcx>, in_local: &mut F, operand: &Operand<'tcx>) -> bool in in_operand() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/SPIRV-Tools/src/source/opt/
H A Dupgrade_memory_model.h101 void UpgradeFlags(Instruction* inst, uint32_t in_operand, bool is_coherent,
107 void UpgradeSemantics(Instruction* inst, uint32_t in_operand,
H A Dupgrade_memory_model.cpp275 uint32_t in_operand, in UpgradeSemantics() argument
279 uint32_t semantics_id = inst->GetSingleWordInOperand(in_operand); in UpgradeSemantics()
295 inst->SetInOperand(in_operand, {new_semantics->result_id()}); in UpgradeSemantics()
526 void UpgradeMemoryModel::UpgradeFlags(Instruction* inst, uint32_t in_operand, in UpgradeFlags() argument
533 if (inst->NumInOperands() > in_operand) { in UpgradeFlags()
534 flags |= inst->GetSingleWordInOperand(in_operand); in UpgradeFlags()
562 if (inst->NumInOperands() > in_operand) { in UpgradeFlags()
563 inst->SetInOperand(in_operand, {flags}); in UpgradeFlags()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/opt/
H A Dupgrade_memory_model.h101 void UpgradeFlags(Instruction* inst, uint32_t in_operand, bool is_coherent,
107 void UpgradeSemantics(Instruction* inst, uint32_t in_operand,
H A Dupgrade_memory_model.cpp275 uint32_t in_operand, in UpgradeSemantics() argument
279 uint32_t semantics_id = inst->GetSingleWordInOperand(in_operand); in UpgradeSemantics()
295 inst->SetInOperand(in_operand, {new_semantics->result_id()}); in UpgradeSemantics()
526 void UpgradeMemoryModel::UpgradeFlags(Instruction* inst, uint32_t in_operand, in UpgradeFlags() argument
533 if (inst->NumInOperands() > in_operand) { in UpgradeFlags()
534 flags |= inst->GetSingleWordInOperand(in_operand); in UpgradeFlags()
562 if (inst->NumInOperands() > in_operand) { in UpgradeFlags()
563 inst->SetInOperand(in_operand, {flags}); in UpgradeFlags()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/opt/
H A Dupgrade_memory_model.h101 void UpgradeFlags(Instruction* inst, uint32_t in_operand, bool is_coherent,
107 void UpgradeSemantics(Instruction* inst, uint32_t in_operand,
H A Dupgrade_memory_model.cpp275 uint32_t in_operand, in UpgradeSemantics() argument
279 uint32_t semantics_id = inst->GetSingleWordInOperand(in_operand); in UpgradeSemantics()
295 inst->SetInOperand(in_operand, {new_semantics->result_id()}); in UpgradeSemantics()
526 void UpgradeMemoryModel::UpgradeFlags(Instruction* inst, uint32_t in_operand, in UpgradeFlags() argument
533 if (inst->NumInOperands() > in_operand) { in UpgradeFlags()
534 flags |= inst->GetSingleWordInOperand(in_operand); in UpgradeFlags()
562 if (inst->NumInOperands() > in_operand) { in UpgradeFlags()
563 inst->SetInOperand(in_operand, {flags}); in UpgradeFlags()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dupgrade_memory_model.h101 void UpgradeFlags(Instruction* inst, uint32_t in_operand, bool is_coherent,
107 void UpgradeSemantics(Instruction* inst, uint32_t in_operand,
H A Dupgrade_memory_model.cpp275 uint32_t in_operand, in UpgradeSemantics() argument
279 uint32_t semantics_id = inst->GetSingleWordInOperand(in_operand); in UpgradeSemantics()
295 inst->SetInOperand(in_operand, {new_semantics->result_id()}); in UpgradeSemantics()
526 void UpgradeMemoryModel::UpgradeFlags(Instruction* inst, uint32_t in_operand, in UpgradeFlags() argument
533 if (inst->NumInOperands() > in_operand) { in UpgradeFlags()
534 flags |= inst->GetSingleWordInOperand(in_operand); in UpgradeFlags()
562 if (inst->NumInOperands() > in_operand) { in UpgradeFlags()
563 inst->SetInOperand(in_operand, {flags}); in UpgradeFlags()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dupgrade_memory_model.h101 void UpgradeFlags(Instruction* inst, uint32_t in_operand, bool is_coherent,
107 void UpgradeSemantics(Instruction* inst, uint32_t in_operand,
H A Dupgrade_memory_model.cpp275 uint32_t in_operand, in UpgradeSemantics() argument
279 uint32_t semantics_id = inst->GetSingleWordInOperand(in_operand); in UpgradeSemantics()
295 inst->SetInOperand(in_operand, {new_semantics->result_id()}); in UpgradeSemantics()
526 void UpgradeMemoryModel::UpgradeFlags(Instruction* inst, uint32_t in_operand, in UpgradeFlags() argument
533 if (inst->NumInOperands() > in_operand) { in UpgradeFlags()
534 flags |= inst->GetSingleWordInOperand(in_operand); in UpgradeFlags()
562 if (inst->NumInOperands() > in_operand) { in UpgradeFlags()
563 inst->SetInOperand(in_operand, {flags}); in UpgradeFlags()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/opt/
H A Dupgrade_memory_model.h101 void UpgradeFlags(Instruction* inst, uint32_t in_operand, bool is_coherent,
107 void UpgradeSemantics(Instruction* inst, uint32_t in_operand,
H A Dupgrade_memory_model.cpp275 uint32_t in_operand, in UpgradeSemantics() argument
279 uint32_t semantics_id = inst->GetSingleWordInOperand(in_operand); in UpgradeSemantics()
295 inst->SetInOperand(in_operand, {new_semantics->result_id()}); in UpgradeSemantics()
526 void UpgradeMemoryModel::UpgradeFlags(Instruction* inst, uint32_t in_operand, in UpgradeFlags() argument
533 if (inst->NumInOperands() > in_operand) { in UpgradeFlags()
534 flags |= inst->GetSingleWordInOperand(in_operand); in UpgradeFlags()
562 if (inst->NumInOperands() > in_operand) { in UpgradeFlags()
563 inst->SetInOperand(in_operand, {flags}); in UpgradeFlags()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/opt/
H A Dupgrade_memory_model.h101 void UpgradeFlags(Instruction* inst, uint32_t in_operand, bool is_coherent,
107 void UpgradeSemantics(Instruction* inst, uint32_t in_operand,
H A Dupgrade_memory_model.cpp275 uint32_t in_operand, in UpgradeSemantics() argument
279 uint32_t semantics_id = inst->GetSingleWordInOperand(in_operand); in UpgradeSemantics()
295 inst->SetInOperand(in_operand, {new_semantics->result_id()}); in UpgradeSemantics()
526 void UpgradeMemoryModel::UpgradeFlags(Instruction* inst, uint32_t in_operand, in UpgradeFlags() argument
533 if (inst->NumInOperands() > in_operand) { in UpgradeFlags()
534 flags |= inst->GetSingleWordInOperand(in_operand); in UpgradeFlags()
562 if (inst->NumInOperands() > in_operand) { in UpgradeFlags()
563 inst->SetInOperand(in_operand, {flags}); in UpgradeFlags()

12