Home
last modified time | relevance | path

Searched defs:inst (Results 526 - 550 of 775) sorted by relevance

1...<<2122232425262728293031

/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeX86_64.c35 sljit_u8 *inst; in emit_load_imm64() local
48 sljit_u8 *inst; in emit_do_imm32() local
67 sljit_u8 *inst; emit_x86_instruction() local
386 sljit_u8 *inst; sljit_emit_enter() local
586 sljit_u8 *inst; emit_stack_frame_release() local
659 sljit_u8 *inst; sljit_emit_return_void() local
868 sljit_u8 *inst; sljit_emit_fast_enter() local
901 sljit_u8 *inst; emit_fast_return() local
945 sljit_u8* inst; sljit_emit_mem() local
1025 sljit_u8* inst; emit_mov_int() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCWin64EH.cpp61 EmitUnwindCode(MCStreamer &streamer, const MCSymbol *begin, WinEH::Instruction &inst) EmitUnwindCode() argument
197 WinEH::Instruction inst = info->Instructions.back(); EmitUnwindInfo() local
332 ARM64EmitUnwindCode(MCStreamer &streamer, const MCSymbol *begin, WinEH::Instruction &inst) ARM64EmitUnwindCode() argument
619 WinEH::Instruction inst = info->Instructions.back(); ARM64EmitUnwindInfo() local
628 WinEH::Instruction inst = EpilogInstrs[i]; ARM64EmitUnwindInfo() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_composites.cpp35 GetExtractInsertValueType(ValidationState_t& _, const Instruction* inst, uint32_t* member_type) GetExtractInsertValueType() argument
140 ValidateVectorExtractDynamic(ValidationState_t& _, const Instruction* inst) ValidateVectorExtractDynamic() argument
175 ValidateVectorInsertDyanmic(ValidationState_t& _, const Instruction* inst) ValidateVectorInsertDyanmic() argument
211 ValidateCompositeConstruct(ValidationState_t& _, const Instruction* inst) ValidateCompositeConstruct() argument
373 ValidateCompositeExtract(ValidationState_t& _, const Instruction* inst) ValidateCompositeExtract() argument
398 ValidateCompositeInsert(ValidationState_t& _, const Instruction* inst) ValidateCompositeInsert() argument
433 ValidateCopyObject(ValidationState_t& _, const Instruction* inst) ValidateCopyObject() argument
447 ValidateTranspose(ValidationState_t& _, const Instruction* inst) ValidateTranspose() argument
491 ValidateVectorShuffle(ValidationState_t& _, const Instruction* inst) ValidateVectorShuffle() argument
560 ValidateCopyLogical(ValidationState_t& _, const Instruction* inst) ValidateCopyLogical() argument
587 CompositesPass(ValidationState_t& _, const Instruction* inst) CompositesPass() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dbinary_parse_test.cpp79 operator <<(std::ostream& os, const ParsedInstruction& inst) operator <<() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_obfuscate_constants.cpp410 MaybeAddConstantIdUse( const opt::Instruction& inst, uint32_t in_operand_index, uint32_t base_instruction_result_id, const std::map<SpvOp, uint32_t>& skipped_opcode_count, std::vector<protobufs::IdUseDescriptor>* constant_uses) MaybeAddConstantIdUse() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dconstants.cpp295 const Constant* ConstantManager::GetConstantFromInst(const Instruction* inst) { in GetConstantFromInst() argument
[all...]
H A Dconvert_to_half_pass.cpp31 bool ConvertToHalfPass::IsArithmetic(Instruction* inst) { in IsArithmetic() argument
39 bool ConvertToHalfPass::IsFloat(Instruction* inst, uint32_t width) { in IsFloat() argument
45 bool ConvertToHalfPass::IsDecoratedRelaxed(Instruction* inst) { in IsDecoratedRelaxed() argument
95 GenConvert(uint32_t* val_idp, uint32_t width, Instruction* inst) GenConvert() argument
103 context(), inst, GenConvert() local
112 MatConvertCleanup(Instruction* inst) MatConvertCleanup() argument
123 context(), inst, MatConvertCleanup() local
161 GenHalfArith(Instruction* inst) GenHalfArith() argument
180 ProcessPhi(Instruction* inst, uint32_t from_width, uint32_t to_width) ProcessPhi() argument
218 ProcessConvert(Instruction* inst) ProcessConvert() argument
236 ProcessImageRef(Instruction* inst) ProcessImageRef() argument
251 ProcessDefault(Instruction* inst) ProcessDefault() argument
266 GenHalfInst(Instruction* inst) GenHalfInst() argument
283 CloseRelaxInst(Instruction* inst) CloseRelaxInst() argument
[all...]
H A Dconvert_to_sampled_image_pass.cpp72 Instruction* inst = def_use_mgr->GetDef(inst_id); in GetNonCopyObjectDef() local
82 GetDescriptorSetBinding( const Instruction& inst, DescriptorSetAndBinding* descriptor_set_binding) const GetDescriptorSetBinding() argument
206 FindUses(const Instruction* inst, std::vector<Instruction*>* uses, uint32_t user_opcode) const FindUses() argument
317 MoveInstructionNextToType(Instruction* inst, uint32_t type_id) MoveInstructionNextToType() argument
[all...]
H A Ddecoration_manager.cpp359 AddDecoration(Instruction* inst) AddDecoration() argument
596 RemoveDecoration(Instruction* inst) RemoveDecoration() argument
[all...]
H A Ddesc_sroa.cpp24 bool IsDecorationBinding(Instruction* inst) { in IsDecorationBinding() argument
H A Dloop_fusion.cpp522 ReplacePhiParentWith(Instruction* inst, uint32_t orig_block, uint32_t new_block) ReplacePhiParentWith() argument
[all...]
H A Dloop_unswitch_pass.cpp483 Instruction* inst = use.first; in SpecializeLoop() local
H A Dssa_rewrite_pass.cpp302 void SSARewriter::ProcessStore(Instruction* inst, BasicBlock* bb) { in ProcessStore() argument
329 ProcessLoad(Instruction* inst, BasicBlock* bb) ProcessLoad() argument
[all...]
H A Dupgrade_memory_model.cpp274 UpgradeSemantics(Instruction* inst, uint32_t in_operand, bool is_volatile) UpgradeSemantics() argument
304 Instruction* inst = context()->get_def_use_mgr()->GetDef(id); GetInstructionAttributes() local
321 TraceInstruction( Instruction* inst, std::vector<uint32_t> indices, std::unordered_set<uint32_t>* visited) TraceInstruction() argument
448 CheckAllTypes( const Instruction* inst) CheckAllTypes() argument
508 HasDecoration(const Instruction* inst, uint32_t value, SpvDecoration decoration) HasDecoration() argument
526 UpgradeFlags(Instruction* inst, uint32_t in_operand, bool is_coherent, bool is_volatile, OperationType operation_type, InstructionType inst_type) UpgradeFlags() argument
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dtext.cpp716 spv_instruction_t inst; in GetNumericIds() local
764 spv_instruction_t& inst = instructions.back(); in spvTextToBinaryInternal() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_obfuscate_constants.cpp410 MaybeAddConstantIdUse( const opt::Instruction& inst, uint32_t in_operand_index, uint32_t base_instruction_result_id, const std::map<SpvOp, uint32_t>& skipped_opcode_count, std::vector<protobufs::IdUseDescriptor>* constant_uses) MaybeAddConstantIdUse() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconstants.cpp295 const Constant* ConstantManager::GetConstantFromInst(const Instruction* inst) { in GetConstantFromInst() argument
[all...]
H A Dconvert_to_half_pass.cpp31 bool ConvertToHalfPass::IsArithmetic(Instruction* inst) { in IsArithmetic() argument
39 bool ConvertToHalfPass::IsFloat(Instruction* inst, uint32_t width) { in IsFloat() argument
45 bool ConvertToHalfPass::IsDecoratedRelaxed(Instruction* inst) { in IsDecoratedRelaxed() argument
95 GenConvert(uint32_t* val_idp, uint32_t width, Instruction* inst) GenConvert() argument
103 context(), inst, GenConvert() local
112 MatConvertCleanup(Instruction* inst) MatConvertCleanup() argument
123 context(), inst, MatConvertCleanup() local
161 GenHalfArith(Instruction* inst) GenHalfArith() argument
180 ProcessPhi(Instruction* inst, uint32_t from_width, uint32_t to_width) ProcessPhi() argument
218 ProcessConvert(Instruction* inst) ProcessConvert() argument
236 ProcessImageRef(Instruction* inst) ProcessImageRef() argument
251 ProcessDefault(Instruction* inst) ProcessDefault() argument
266 GenHalfInst(Instruction* inst) GenHalfInst() argument
283 CloseRelaxInst(Instruction* inst) CloseRelaxInst() argument
[all...]
H A Dconvert_to_sampled_image_pass.cpp72 Instruction* inst = def_use_mgr->GetDef(inst_id); in GetNonCopyObjectDef() local
82 GetDescriptorSetBinding( const Instruction& inst, DescriptorSetAndBinding* descriptor_set_binding) const GetDescriptorSetBinding() argument
206 FindUses(const Instruction* inst, std::vector<Instruction*>* uses, uint32_t user_opcode) const FindUses() argument
317 MoveInstructionNextToType(Instruction* inst, uint32_t type_id) MoveInstructionNextToType() argument
[all...]
H A Ddecoration_manager.cpp359 AddDecoration(Instruction* inst) AddDecoration() argument
596 RemoveDecoration(Instruction* inst) RemoveDecoration() argument
[all...]
H A Ddesc_sroa.cpp24 bool IsDecorationBinding(Instruction* inst) { in IsDecorationBinding() argument
H A Dloop_fusion.cpp522 ReplacePhiParentWith(Instruction* inst, uint32_t orig_block, uint32_t new_block) ReplacePhiParentWith() argument
[all...]
H A Dloop_unswitch_pass.cpp483 Instruction* inst = use.first; in SpecializeLoop() local
H A Dssa_rewrite_pass.cpp302 void SSARewriter::ProcessStore(Instruction* inst, BasicBlock* bb) { in ProcessStore() argument
329 ProcessLoad(Instruction* inst, BasicBlock* bb) ProcessLoad() argument
[all...]
H A Dupgrade_memory_model.cpp274 UpgradeSemantics(Instruction* inst, uint32_t in_operand, bool is_volatile) UpgradeSemantics() argument
304 Instruction* inst = context()->get_def_use_mgr()->GetDef(id); GetInstructionAttributes() local
321 TraceInstruction( Instruction* inst, std::vector<uint32_t> indices, std::unordered_set<uint32_t>* visited) TraceInstruction() argument
448 CheckAllTypes( const Instruction* inst) CheckAllTypes() argument
508 HasDecoration(const Instruction* inst, uint32_t value, SpvDecoration decoration) HasDecoration() argument
526 UpgradeFlags(Instruction* inst, uint32_t in_operand, bool is_coherent, bool is_volatile, OperationType operation_type, InstructionType inst_type) UpgradeFlags() argument
[all...]

Completed in 19 milliseconds

1...<<2122232425262728293031