Home
last modified time | relevance | path

Searched defs:instruction (Results 1 – 25 of 448) sorted by relevance

12345678910>>...18

/third_party/node/deps/v8/src/torque/
Dcc-generator.cc68 for (const Instruction& instruction : block->instructions()) { in EmitBlock() local
85 const PushUninitializedInstruction& instruction, in EmitInstruction()
91 const PushBuiltinPointerInstruction& instruction, in EmitInstruction()
97 const NamespaceConstantInstruction& instruction, in EmitInstruction()
124 void CCGenerator::EmitInstruction(const CallIntrinsicInstruction& instruction, in EmitInstruction()
207 void CCGenerator::EmitInstruction(const CallCsaMacroInstruction& instruction, in EmitInstruction()
258 const CallCsaMacroAndBranchInstruction& instruction, in EmitInstruction()
263 void CCGenerator::EmitInstruction(const MakeLazyNodeInstruction& instruction, in EmitInstruction()
268 void CCGenerator::EmitInstruction(const CallBuiltinInstruction& instruction, in EmitInstruction()
274 const CallBuiltinPointerInstruction& instruction, in EmitInstruction()
[all …]
Dtorque-code-generator.cc13 bool TorqueCodeGenerator::IsEmptyInstruction(const Instruction& instruction) { in IsEmptyInstruction()
27 void TorqueCodeGenerator::EmitInstruction(const Instruction& instruction, in EmitInstruction()
47 void TorqueCodeGenerator::EmitInstruction(const PeekInstruction& instruction, in EmitInstruction()
52 void TorqueCodeGenerator::EmitInstruction(const PokeInstruction& instruction, in EmitInstruction()
59 const DeleteRangeInstruction& instruction, Stack<std::string>* stack) { in EmitInstruction()
Dcsa-generator.cc85 for (const Instruction& instruction : block->instructions()) { in EmitBlock() local
103 const PushUninitializedInstruction& instruction, in EmitInstruction()
115 const PushBuiltinPointerInstruction& instruction, in EmitInstruction()
125 const NamespaceConstantInstruction& instruction, in EmitInstruction()
176 void CSAGenerator::EmitInstruction(const CallIntrinsicInstruction& instruction, in EmitInstruction()
312 void CSAGenerator::EmitInstruction(const CallCsaMacroInstruction& instruction, in EmitInstruction()
364 const CallCsaMacroAndBranchInstruction& instruction, in EmitInstruction()
485 void CSAGenerator::EmitInstruction(const MakeLazyNodeInstruction& instruction, in EmitInstruction()
520 void CSAGenerator::EmitInstruction(const CallBuiltinInstruction& instruction, in EmitInstruction()
603 const CallBuiltinPointerInstruction& instruction, in EmitInstruction()
[all …]
/third_party/mesa3d/src/imagination/vulkan/pds/
Dpvr_pds_disasm.c82 uint32_t instruction, in pvr_pds_disassemble_regs32()
115 uint32_t instruction, in pvr_pds_disassemble_regs32tp()
143 uint32_t instruction, in pvr_pds_disassemble_regs32t()
167 uint32_t instruction, in pvr_pds_disassemble_regs64()
201 uint32_t instruction, in pvr_pds_disassemble_regs64t()
225 uint32_t instruction, in pvr_pds_disassemble_regs64C()
249 uint32_t instruction, in pvr_pds_disassemble_regs64tp()
286 uint32_t instruction) in pvr_pds_disassemble_instruction_add64()
327 uint32_t instruction) in pvr_pds_disassemble_instruction_add32()
368 uint32_t instruction) in pvr_pds_disassemble_instruction_stm()
[all …]
Dpvr_rogue_pds_disasm.h103 struct pvr_instruction *instruction; member
149 struct pvr_instruction instruction; member
159 struct pvr_instruction instruction; member
164 struct pvr_instruction instruction; member
171 struct pvr_instruction instruction; member
182 struct pvr_instruction instruction; member
195 struct pvr_instruction instruction; member
201 struct pvr_instruction instruction; member
209 struct pvr_instruction instruction; member
218 struct pvr_instruction instruction; member
[all …]
/third_party/spirv-tools/source/opt/
Dtrim_capabilities_pass.cpp57 static void DFSWhile(const Instruction* instruction, UnaryPredicate condition) { in DFSWhile()
97 static bool AnyTypeOf(const Instruction* instruction, in AnyTypeOf()
114 static bool is16bitType(const Instruction* instruction) { in is16bitType()
141 const Instruction* instruction) { in Handler_OpTypeFloat_Float64()
151 Handler_OpTypePointer_StorageInputOutput16(const Instruction* instruction) { in Handler_OpTypePointer_StorageInputOutput16()
174 Handler_OpTypePointer_StoragePushConstant16(const Instruction* instruction) { in Handler_OpTypePointer_StoragePushConstant16()
197 const Instruction* instruction) { in Handler_OpTypePointer_StorageUniformBufferBlock16()
230 const Instruction* instruction) { in Handler_OpTypePointer_StorageUniform16()
278 const Instruction* instruction) { in Handler_OpTypeInt_Int64()
288 const Instruction* instruction) { in Handler_OpTypeImage_ImageMSArray()
[all …]
/third_party/spirv-tools/source/fuzz/
Dtransformation_set_memory_operands_mask.cpp63 auto instruction = in IsApplicable() local
101 auto instruction = in Apply() local
133 const opt::Instruction& instruction) { in IsMemoryAccess()
146 const opt::Instruction& instruction, uint32_t mask_index) { in GetInOperandIndexForMask()
Dfuzzer_pass_replace_opselects_with_conditional_branches.cpp53 for (auto& instruction : block) { in Apply() local
102 auto instruction = in Apply() local
138 InstructionNeedsSplitBefore(opt::Instruction* instruction) { in InstructionNeedsSplitBefore()
Dtransformation_make_vector_operation_dynamic.cpp38 auto instruction = in IsApplicable() local
59 auto instruction = in Apply() local
88 opt::IRContext* ir_context, opt::Instruction* instruction) { in IsVectorOperation()
Dtransformation_expand_vector_reduction.cpp38 auto* instruction = in IsApplicable() local
79 auto* instruction = in Apply() local
150 opt::IRContext* ir_context, opt::Instruction* instruction) { in GetRequiredFreshIdCount()
Dtransformation_flatten_conditional_branch.cpp143 for (auto instruction : instructions_that_need_ids) { in IsApplicable() local
290 [&problematic_instructions](opt::Instruction* instruction) { in Apply()
303 for (auto instruction : problematic_instructions) { in Apply() local
525 &synonym_base_objects](opt::Instruction* instruction) { in GetProblematicInstructionsIfConditionalCanBeFlattened()
575 opt::IRContext* ir_context, const opt::Instruction& instruction) { in InstructionNeedsPlaceholder()
596 auto instruction = FindInstruction(wrapper_info.instruction(), ir_context); in GetInstructionsToWrapperInfo() local
609 opt::Instruction* instruction, in EncloseInstructionInConditional()
760 opt::IRContext* ir_context, const opt::Instruction& instruction) { in InstructionCanBeHandled()
Dtransformation_wrap_vector_synonym.cpp46 const opt::Instruction* instruction = in IsApplicable() local
129 auto instruction = in Apply() local
174 opt::IRContext* ir_context, const opt::Instruction& instruction) { in IsInstructionSupported()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_set_memory_operands_mask.cpp60 auto instruction = in IsApplicable() local
98 auto instruction = in Apply() local
130 const opt::Instruction& instruction) { in IsMemoryAccess()
143 const opt::Instruction& instruction, uint32_t mask_index) { in GetInOperandIndexForMask()
Dtransformation_make_vector_operation_dynamic.cpp38 auto instruction = in IsApplicable() local
59 auto instruction = in Apply() local
88 opt::IRContext* ir_context, opt::Instruction* instruction) { in IsVectorOperation()
Dfuzzer_pass_replace_opselects_with_conditional_branches.cpp53 for (auto& instruction : block) { in Apply() local
102 auto instruction = in Apply() local
138 InstructionNeedsSplitBefore(opt::Instruction* instruction) { in InstructionNeedsSplitBefore()
Dtransformation_expand_vector_reduction.cpp38 auto* instruction = in IsApplicable() local
78 auto* instruction = in Apply() local
147 opt::IRContext* ir_context, opt::Instruction* instruction) { in GetRequiredFreshIdCount()
Dtransformation_flatten_conditional_branch.cpp143 for (auto instruction : instructions_that_need_ids) { in IsApplicable() local
290 [&problematic_instructions](opt::Instruction* instruction) { in Apply()
303 for (auto instruction : problematic_instructions) { in Apply() local
525 &synonym_base_objects](opt::Instruction* instruction) { in GetProblematicInstructionsIfConditionalCanBeFlattened()
575 opt::IRContext* ir_context, const opt::Instruction& instruction) { in InstructionNeedsPlaceholder()
596 auto instruction = FindInstruction(wrapper_info.instruction(), ir_context); in GetInstructionsToWrapperInfo() local
609 opt::Instruction* instruction, in EncloseInstructionInConditional()
759 opt::IRContext* ir_context, const opt::Instruction& instruction) { in InstructionCanBeHandled()
Dtransformation_wrap_vector_synonym.cpp46 const opt::Instruction* instruction = in IsApplicable() local
129 auto instruction = in Apply() local
174 opt::IRContext* ir_context, const opt::Instruction& instruction) { in IsInstructionSupported()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_set_memory_operands_mask.cpp60 auto instruction = in IsApplicable() local
98 auto instruction = in Apply() local
130 const opt::Instruction& instruction) { in IsMemoryAccess()
143 const opt::Instruction& instruction, uint32_t mask_index) { in GetInOperandIndexForMask()
Dfuzzer_pass_replace_opselects_with_conditional_branches.cpp53 for (auto& instruction : block) { in Apply() local
102 auto instruction = in Apply() local
138 InstructionNeedsSplitBefore(opt::Instruction* instruction) { in InstructionNeedsSplitBefore()
Dtransformation_make_vector_operation_dynamic.cpp38 auto instruction = in IsApplicable() local
59 auto instruction = in Apply() local
88 opt::IRContext* ir_context, opt::Instruction* instruction) { in IsVectorOperation()
Dtransformation_expand_vector_reduction.cpp38 auto* instruction = in IsApplicable() local
78 auto* instruction = in Apply() local
147 opt::IRContext* ir_context, opt::Instruction* instruction) { in GetRequiredFreshIdCount()
Dtransformation_flatten_conditional_branch.cpp143 for (auto instruction : instructions_that_need_ids) { in IsApplicable() local
290 [&problematic_instructions](opt::Instruction* instruction) { in Apply()
303 for (auto instruction : problematic_instructions) { in Apply() local
525 &synonym_base_objects](opt::Instruction* instruction) { in GetProblematicInstructionsIfConditionalCanBeFlattened()
575 opt::IRContext* ir_context, const opt::Instruction& instruction) { in InstructionNeedsPlaceholder()
596 auto instruction = FindInstruction(wrapper_info.instruction(), ir_context); in GetInstructionsToWrapperInfo() local
609 opt::Instruction* instruction, in EncloseInstructionInConditional()
759 opt::IRContext* ir_context, const opt::Instruction& instruction) { in InstructionCanBeHandled()
/third_party/spirv-tools/tools/objdump/
Dextract_source.cpp66 const spv_parsed_instruction_t& instruction, in extractOpString()
85 const spv_position_t& loc, const spv_parsed_instruction_t& instruction, in extractOpSourceContinued()
104 const spv_parsed_instruction_t& instruction, in extractOpSource()
154 &instructionIndex](const spv_parsed_instruction_t& instruction) { in ExtractSourceFromModule()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DOptimizer.cpp507 void Optimizer::replace(Ice::Inst *instruction, Ice::Operand *newValue) in replace()
539 void Optimizer::deleteInstruction(Ice::Inst *instruction) in deleteInstruction()
572 bool Optimizer::isDead(Ice::Inst *instruction) in isDead()
659 const Ice::InstIntrinsic *Optimizer::asLoadSubVector(const Ice::Inst *instruction) in asLoadSubVector()
672 const Ice::InstIntrinsic *Optimizer::asStoreSubVector(const Ice::Inst *instruction) in asStoreSubVector()
685 bool Optimizer::isLoad(const Ice::Inst &instruction) in isLoad()
695 bool Optimizer::isStore(const Ice::Inst &instruction) in isStore()
830 void Optimizer::Uses::insert(Ice::Operand *value, Ice::Inst *instruction) in insert()
850 void Optimizer::Uses::erase(Ice::Inst *instruction) in erase()

12345678910>>...18