Home
last modified time | relevance | path

Searched defs:inst (Results 676 - 700 of 722) sorted by relevance

1...<<212223242526272829

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinstrument_pass.cpp48 Instruction* inst = &*cii; in MovePreludeCode() local
66 Instruction* inst = &*cii; in MovePostludeCode() local
350 CloneSameBlockOps( std::unique_ptr<Instruction>* inst, std::unordered_map<uint32_t, uint32_t>* same_blk_post, std::unordered_map<uint32_t, Instruction*>* same_blk_pre, BasicBlock* block_ptr) CloneSameBlockOps() argument
[all...]
H A Dir_context.h298 void set_instr_block(Instruction* inst, BasicBlock* block) { in set_instr_block() argument
469 IsCombinatorInstruction(const Instruction* inst) IsCombinatorInstruction() argument
576 GetFunction(Instruction* inst) GetFunction() argument
1128 AnalyzeDefUse(Instruction* inst) AnalyzeDefUse() argument
1134 UpdateDefUse(Instruction* inst) UpdateDefUse() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidation_state.cpp496 void ValidationState_t::RegisterDebugInstruction(const Instruction* inst) { in RegisterDebugInstruction() argument
104 CountInstructions(void* user_data, const spv_parsed_instruction_t* inst) CountInstructions() argument
287 diag(spv_result_t error_code, const Instruction* inst) diag() argument
488 AddOrderedInstruction( const spv_parsed_instruction_t* inst) AddOrderedInstruction() argument
523 RegisterInstruction(Instruction* inst) RegisterInstruction() argument
633 RegisterUniqueTypeDeclaration(const Instruction* inst) RegisterUniqueTypeDeclaration() argument
653 const Instruction* inst = FindDef(id); GetTypeId() local
658 const Instruction* inst = FindDef(id); GetIdOpcode() local
663 const Instruction* inst = FindDef(id); GetComponentType() local
692 const Instruction* inst = FindDef(id); GetDimension() local
721 const Instruction* inst = FindDef(component_type_id); GetBitWidth() local
734 const Instruction* inst = FindDef(id); IsVoidType() local
739 const Instruction* inst = FindDef(id); IsFloatScalarType() local
744 const Instruction* inst = FindDef(id); IsFloatVectorType() local
757 const Instruction* inst = FindDef(id); IsFloatScalarOrVectorType() local
774 const Instruction* inst = FindDef(id); IsIntScalarType() local
779 const Instruction* inst = FindDef(id); IsIntVectorType() local
792 const Instruction* inst = FindDef(id); IsIntScalarOrVectorType() local
809 const Instruction* inst = FindDef(id); IsUnsignedIntScalarType() local
814 const Instruction* inst = FindDef(id); IsUnsignedIntVectorType() local
827 const Instruction* inst = FindDef(id); IsSignedIntScalarType() local
832 const Instruction* inst = FindDef(id); IsSignedIntVectorType() local
845 const Instruction* inst = FindDef(id); IsBoolScalarType() local
850 const Instruction* inst = FindDef(id); IsBoolVectorType() local
863 const Instruction* inst = FindDef(id); IsBoolScalarOrVectorType() local
880 const Instruction* inst = FindDef(id); IsFloatMatrixType() local
924 const Instruction* inst = FindDef(struct_type_id); GetStructMemberTypes() local
937 const Instruction* inst = FindDef(id); IsPointerType() local
945 const Instruction* inst = FindDef(id); GetPointerTypeInfo() local
955 const Instruction* inst = FindDef(id); IsCooperativeMatrixType() local
974 CooperativeMatrixShapesMatch( const Instruction* inst, uint32_t m1, uint32_t m2) CooperativeMatrixShapesMatch() argument
1033 GetOperandTypeId(const Instruction* inst, size_t operand_index) const GetOperandTypeId() argument
1039 const Instruction* inst = FindDef(id); GetConstantValUint64() local
1062 const Instruction* const inst = FindDef(id); EvalInt32IfConst() local
1153 const auto inst = FindDef(id); EntryPointReferences() local
1281 const auto inst = FindDef(id); ContainsType() local
[all...]
/third_party/openssl/apps/
H A Docsp.c1110 ASN1_OBJECT *inst = NULL; in make_ocsp_response() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1172 Instruction *inst = cast<Instruction>(Users[u]); in emitCallAndSwitchStatement() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp236 unsigned fastEmitInst_riir(uint64_t inst, const TargetRegisterClass *RC, in fastEmitInst_riir() argument
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl.cc994 const auto* inst = def_use_mgr_->GetDef(type_id); ConvertType() local
1222 const auto* inst = def_use_mgr_->GetDef(type_id); ConvertType() local
1844 const auto* inst = def_use_mgr_->GetDef(id); CanMakeConstantExpression() local
1890 const auto* inst = def_use_mgr_->GetDef(id); MakeConstantExpression() local
2077 RectifyOperandSignedness( const spvtools::opt::Instruction& inst, TypedExpression&& expr) RectifyOperandSignedness() argument
2124 RectifySecondOperandSignedness( const spvtools::opt::Instruction& inst, const Type* first_operand_type, TypedExpression&& second_operand_expr) RectifySecondOperandSignedness() argument
2140 ForcedResultType(const spvtools::opt::Instruction& inst, const Type* first_operand_type) ForcedResultType() argument
2187 RectifyForcedResultType( TypedExpression expr, const spvtools::opt::Instruction& inst, const Type* first_operand_type) RectifyForcedResultType() argument
2284 const auto* inst = def_use_mgr_->GetDef(id); GetMemoryObjectDeclarationForHandle() local
[all...]
/third_party/python/Lib/test/
H A Dtest_exceptions.py1717 inst = exc variable in ExceptionTests.test_memory_error_subclasses.TestException
/third_party/python/Objects/
H A Dabstract.c2581 object_isinstance(PyObject *inst, PyObject *cls) in object_isinstance() argument
2617 object_recursive_isinstance(PyThreadState *tstate, PyObject *inst, PyObject *cls) in object_recursive_isinstance() argument
2682 PyObject_IsInstance(PyObject *inst, PyObject *cls) PyObject_IsInstance() argument
2778 _PyObject_RealIsInstance(PyObject *inst, PyObject *cls) _PyObject_RealIsInstance() argument
[all...]
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_util.cpp110 auto inst = context->get_def_use_mgr()->GetDef(maybe_block_id); in MaybeFindBlock() local
277 GetIteratorForInstruction( opt::BasicBlock* block, const opt::Instruction* inst) GetIteratorForInstruction() argument
308 CanMakeSynonymOf(opt::IRContext* ir_context, const TransformationContext& transformation_context, const opt::Instruction& inst) CanMakeSynonymOf() argument
766 const auto* inst = context->get_def_use_mgr()->GetDef(result_id); GetTypeId() local
817 InOperandIndexFromOperandIndex(const opt::Instruction& inst, uint32_t absolute_index) InOperandIndexFromOperandIndex() argument
[all...]
/third_party/spirv-tools/source/opt/
H A Dir_context.h326 void set_instr_block(Instruction* inst, BasicBlock* block) { in set_instr_block() argument
515 IsCombinatorInstruction(const Instruction* inst) IsCombinatorInstruction() argument
634 GetFunction(Instruction* inst) GetFunction() argument
1226 AnalyzeDefUse(Instruction* inst) AnalyzeDefUse() argument
1232 UpdateDefUse(Instruction* inst) UpdateDefUse() argument
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_extensions.cpp75 auto inst = _.FindDef(id); in IsUint32Constant() local
84 auto inst = _.FindDef(id); in GetUint32Constant() local
38 ReflectionInstructionName(ValidationState_t& _, const Instruction* inst) ReflectionInstructionName() argument
90 ValidateOperandForDebugInfo( ValidationState_t& _, const std::string& operand_name, spv::Op expected_opcode, const Instruction* inst, uint32_t word_index, const std::function<std::string()>& ext_inst_name) ValidateOperandForDebugInfo() argument
115 ValidateUint32ConstantOperandForDebugInfo( ValidationState_t& _, const std::string& operand_name, const Instruction* inst, uint32_t word_index, const std::function<std::string()>& ext_inst_name) ValidateUint32ConstantOperandForDebugInfo() argument
144 DoesDebugInfoOperandMatchExpectation( const ValidationState_t& _, const std::function<bool(CommonDebugInfoInstructions)>& expectation, const Instruction* inst, uint32_t word_index) DoesDebugInfoOperandMatchExpectation() argument
161 DoesDebugInfoOperandMatchExpectation( const ValidationState_t& _, const std::function<bool(NonSemanticShaderDebugInfo100Instructions)>& expectation, const Instruction* inst, uint32_t word_index) DoesDebugInfoOperandMatchExpectation() argument
181 ValidateDebugInfoOperand( ValidationState_t& _, const std::string& debug_inst_name, CommonDebugInfoInstructions expected_debug_inst, const Instruction* inst, uint32_t word_index, const std::function<std::string()>& ext_inst_name) ValidateDebugInfoOperand() argument
215 ValidateOperandBaseType( ValidationState_t& _, const Instruction* inst, uint32_t word_index, const std::function<std::string()>& ext_inst_name) ValidateOperandBaseType() argument
226 ValidateOperandLexicalScope( ValidationState_t& _, const std::string& debug_inst_name, const Instruction* inst, uint32_t word_index, const std::function<std::string()>& ext_inst_name) ValidateOperandLexicalScope() argument
249 ValidateOperandDebugType( ValidationState_t& _, const std::string& debug_inst_name, const Instruction* inst, uint32_t word_index, const std::function<std::string()>& ext_inst_name, bool allow_template_param) ValidateOperandDebugType() argument
285 ValidateClspvReflectionKernel(ValidationState_t& _, const Instruction* inst, uint32_t version) ValidateClspvReflectionKernel() argument
372 ValidateClspvReflectionArgumentInfo(ValidationState_t& _, const Instruction* inst) ValidateClspvReflectionArgumentInfo() argument
409 ValidateKernelDecl(ValidationState_t& _, const Instruction* inst) ValidateKernelDecl() argument
432 ValidateArgInfo(ValidationState_t& _, const Instruction* inst, uint32_t info_index) ValidateArgInfo() argument
454 ValidateClspvReflectionArgumentBuffer(ValidationState_t& _, const Instruction* inst) ValidateClspvReflectionArgumentBuffer() argument
485 ValidateClspvReflectionArgumentOffsetBuffer( ValidationState_t& _, const Instruction* inst) ValidateClspvReflectionArgumentOffsetBuffer() argument
526 ValidateClspvReflectionArgumentPushConstant( ValidationState_t& _, const Instruction* inst) ValidateClspvReflectionArgumentPushConstant() argument
557 ValidateClspvReflectionArgumentWorkgroup(ValidationState_t& _, const Instruction* inst) ValidateClspvReflectionArgumentWorkgroup() argument
588 ValidateClspvReflectionSpecConstantTriple( ValidationState_t& _, const Instruction* inst) ValidateClspvReflectionSpecConstantTriple() argument
608 ValidateClspvReflectionSpecConstantWorkDim( ValidationState_t& _, const Instruction* inst) ValidateClspvReflectionSpecConstantWorkDim() argument
618 ValidateClspvReflectionPushConstant(ValidationState_t& _, const Instruction* inst) ValidateClspvReflectionPushConstant() argument
633 ValidateClspvReflectionInitializedData(ValidationState_t& _, const Instruction* inst) ValidateClspvReflectionInitializedData() argument
652 ValidateClspvReflectionSampler(ValidationState_t& _, const Instruction* inst) ValidateClspvReflectionSampler() argument
672 ValidateClspvReflectionPropertyRequiredWorkgroupSize( ValidationState_t& _, const Instruction* inst) ValidateClspvReflectionPropertyRequiredWorkgroupSize() argument
696 ValidateClspvReflectionSubgroupMaxSize(ValidationState_t& _, const Instruction* inst) ValidateClspvReflectionSubgroupMaxSize() argument
707 ValidateClspvReflectionPointerRelocation(ValidationState_t& _, const Instruction* inst) ValidateClspvReflectionPointerRelocation() argument
727 ValidateClspvReflectionImageMetadataPushConstant( ValidationState_t& _, const Instruction* inst) ValidateClspvReflectionImageMetadataPushConstant() argument
751 ValidateClspvReflectionImageMetadataUniform( ValidationState_t& _, const Instruction* inst) ValidateClspvReflectionImageMetadataUniform() argument
785 ValidateClspvReflectionPushConstantData(ValidationState_t& _, const Instruction* inst) ValidateClspvReflectionPushConstantData() argument
804 ValidateClspvReflectionPrintfInfo(ValidationState_t& _, const Instruction* inst) ValidateClspvReflectionPrintfInfo() argument
826 ValidateClspvReflectionPrintfStorageBuffer( ValidationState_t& _, const Instruction* inst) ValidateClspvReflectionPrintfStorageBuffer() argument
846 ValidateClspvReflectionPrintfPushConstant( ValidationState_t& _, const Instruction* inst) ValidateClspvReflectionPrintfPushConstant() argument
866 ValidateClspvReflectionInstruction(ValidationState_t& _, const Instruction* inst, uint32_t version) ValidateClspvReflectionInstruction() argument
1013 IsConstWithIntScalarType(ValidationState_t& _, const Instruction* inst, uint32_t word_index) IsConstWithIntScalarType() argument
1023 IsDebugVariableWithIntScalarType(ValidationState_t& _, const Instruction* inst, uint32_t word_index) IsDebugVariableWithIntScalarType() argument
1054 ValidateExtension(ValidationState_t& _, const Instruction* inst) ValidateExtension() argument
1069 ValidateExtInstImport(ValidationState_t& _, const Instruction* inst) ValidateExtInstImport() argument
1085 ValidateExtInst(ValidationState_t& _, const Instruction* inst) ValidateExtInst() argument
3705 ExtensionPass(ValidationState_t& _, const Instruction* inst) ExtensionPass() argument
[all...]
H A Dvalidation_state.cpp534 void ValidationState_t::RegisterDebugInstruction(const Instruction* inst) { in RegisterDebugInstruction() argument
107 CountInstructions(void* user_data, const spv_parsed_instruction_t* inst) CountInstructions() argument
306 diag(spv_result_t error_code, const Instruction* inst) diag() argument
526 AddOrderedInstruction( const spv_parsed_instruction_t* inst) AddOrderedInstruction() argument
559 RegisterInstruction(Instruction* inst) RegisterInstruction() argument
831 RegisterUniqueTypeDeclaration(const Instruction* inst) RegisterUniqueTypeDeclaration() argument
851 const Instruction* inst = FindDef(id); GetTypeId() local
856 const Instruction* inst = FindDef(id); GetIdOpcode() local
861 const Instruction* inst = FindDef(id); GetComponentType() local
891 const Instruction* inst = FindDef(id); GetDimension() local
921 const Instruction* inst = FindDef(component_type_id); GetBitWidth() local
935 const Instruction* inst = FindDef(id); IsVoidType() local
940 const Instruction* inst = FindDef(id); IsFloatScalarType() local
945 const Instruction* inst = FindDef(id); IsFloatVectorType() local
958 const Instruction* inst = FindDef(id); IsFloatScalarOrVectorType() local
975 const Instruction* inst = FindDef(id); IsIntScalarType() local
980 const Instruction* inst = FindDef(id); IsIntVectorType() local
993 const Instruction* inst = FindDef(id); IsIntScalarOrVectorType() local
1010 const Instruction* inst = FindDef(id); IsUnsignedIntScalarType() local
1015 const Instruction* inst = FindDef(id); IsUnsignedIntVectorType() local
1028 const Instruction* inst = FindDef(id); IsUnsignedIntScalarOrVectorType() local
1045 const Instruction* inst = FindDef(id); IsSignedIntScalarType() local
1050 const Instruction* inst = FindDef(id); IsSignedIntVectorType() local
1063 const Instruction* inst = FindDef(id); IsBoolScalarType() local
1068 const Instruction* inst = FindDef(id); IsBoolVectorType() local
1081 const Instruction* inst = FindDef(id); IsBoolScalarOrVectorType() local
1098 const Instruction* inst = FindDef(id); IsFloatMatrixType() local
1142 const Instruction* inst = FindDef(struct_type_id); GetStructMemberTypes() local
1155 const Instruction* inst = FindDef(id); IsPointerType() local
1164 const Instruction* inst = FindDef(id); GetPointerTypeInfo() local
1174 const Instruction* inst = FindDef(id); IsAccelerationStructureType() local
1179 const Instruction* inst = FindDef(id); IsCooperativeMatrixType() local
1185 const Instruction* inst = FindDef(id); IsCooperativeMatrixNVType() local
1190 const Instruction* inst = FindDef(id); IsCooperativeMatrixKHRType() local
1196 const Instruction* inst = FindDef(id); IsCooperativeMatrixAType() local
1207 const Instruction* inst = FindDef(id); IsCooperativeMatrixBType() local
1217 const Instruction* inst = FindDef(id); IsCooperativeMatrixAccType() local
1251 CooperativeMatrixShapesMatch( const Instruction* inst, uint32_t m1, uint32_t m2) CooperativeMatrixShapesMatch() argument
1324 GetOperandTypeId(const Instruction* inst, size_t operand_index) const GetOperandTypeId() argument
1330 const Instruction* inst = FindDef(id); GetConstantValUint64() local
1354 const Instruction* const inst = FindDef(id); EvalInt32IfConst() local
1445 const auto inst = FindDef(id); EntryPointReferences() local
1573 const auto inst = FindDef(id); ContainsType() local
[all...]
/third_party/vulkan-loader/loader/
H A Dwsi.c1312 struct loader_instance *inst = loader_get_instance(instance); in terminator_CreateHeadlessSurfaceEXT() local
2139 struct loader_instance *inst = loader_get_instance(instance); in terminator_CreateDisplayPlaneSurfaceKHR() local
[all...]
/third_party/vulkan-loader/tests/framework/
H A Dtest_environment.h309 VkInstance inst = VK_NULL_HANDLE; member
411 VkInstance inst = VK_NULL_HANDLE; global() member
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qir.h193 uint64_t inst; member
830 struct qinst *inst = qir_inst(QOP_BRANCH, c->undef, c->undef, c->undef); qir_BRANCH() local
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_device.c1019 dzn_EnumeratePhysicalDevices(VkInstance inst, in dzn_EnumeratePhysicalDevices() argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c1995 LLVMValueRef function, inst; in update_cached_block() local
H A Dlp_bld_tgsi_soa.c1861 emit_store_chan( struct lp_build_tgsi_context *bld_base, const struct tgsi_full_instruction *inst, unsigned index, unsigned chan_index, LLVMValueRef value) emit_store_chan() argument
1925 emit_debug( struct lp_build_tgsi_context * bld_base, const struct tgsi_full_instruction * inst, const struct tgsi_opcode_info * info) emit_debug() argument
1954 emit_store( struct lp_build_tgsi_context * bld_base, const struct tgsi_full_instruction * inst, const struct tgsi_opcode_info * info, unsigned index, LLVMValueRef dst[4]) emit_store() argument
2012 lp_build_lod_property( struct lp_build_tgsi_context *bld_base, const struct tgsi_full_instruction *inst, unsigned src_op) lp_build_lod_property() argument
2066 emit_tex( struct lp_build_tgsi_soa_context *bld, const struct tgsi_full_instruction *inst, enum lp_build_tex_modifier modifier, LLVMValueRef *texel, unsigned sampler_reg, enum lp_sampler_op_type sampler_op) emit_tex() argument
2279 emit_sample(struct lp_build_tgsi_soa_context *bld, const struct tgsi_full_instruction *inst, enum lp_build_tex_modifier modifier, boolean compare, enum lp_sampler_op_type sample_type, LLVMValueRef *texel) emit_sample() argument
2461 emit_fetch_texels( struct lp_build_tgsi_soa_context *bld, const struct tgsi_full_instruction *inst, LLVMValueRef *texel, boolean is_samplei) emit_fetch_texels() argument
2602 emit_size_query( struct lp_build_tgsi_soa_context *bld, const struct tgsi_full_instruction *inst, LLVMValueRef *sizes_out, boolean is_sviewinfo) emit_size_query() argument
2720 emit_kill_if( struct lp_build_tgsi_soa_context *bld, const struct tgsi_full_instruction *inst, int pc) emit_kill_if() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_shaderdefs.h459 SVGA3dShaderInstToken inst; member
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp47 Instruction(const struct tgsi_full_instruction *inst) : insn(inst) { } in Instruction() argument
1533 bool Source::scanInstruction(const struct tgsi_full_instruction *inst) in scanInstruction() argument
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.h173 uint32_t inst[8]; /* R300_RS_INST_[0-7] */ member
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativePPC_common.c376 sljit_ins *inst = (sljit_ins *)put_label->addr; in put_label_set() local
1140 sljit_ins inst; emit_op_mem() local
2603 sljit_ins inst; sljit_emit_mem() local
2669 sljit_ins inst; sljit_emit_mem_update() local
2765 sljit_ins inst; sljit_emit_fmem_update() local
[all...]
H A DsljitNativeRISCV_common.c170 sljit_ins *inst; in detect_jump_type() local
292 sljit_ins *inst; load_addr_to_reg() local
2015 sljit_ins inst; sljit_emit_fop1_conv_f64_from_sw() local
2062 sljit_ins inst; sljit_emit_fop1_cmp() local
2293 sljit_ins inst; sljit_emit_jump() local
2398 sljit_ins inst; sljit_emit_cmp() local
[all...]
H A DsljitNativeARM_32.c155 sljit_uw* inst; in push_cpool() local
190 push_inst(struct sljit_compiler *compiler, sljit_uw inst) push_inst() argument
204 push_inst_with_literal(struct sljit_compiler *compiler, sljit_uw inst, sljit_uw literal) push_inst_with_literal() argument
254 push_inst_with_unique_literal(struct sljit_compiler *compiler, sljit_uw inst, sljit_uw literal) push_inst_with_unique_literal() argument
398 push_inst(struct sljit_compiler *compiler, sljit_uw inst) push_inst() argument
478 sljit_uw *inst = (sljit_uw *)ptr[0]; inline_set_jump_addr() local
577 sljit_uw *inst = (sljit_uw*)ptr[0]; inline_set_const() local
2352 sljit_uw inst = VSTR_F32 | (flags & (SLJIT_32 | FPU_LOAD)); emit_fop_mem() local
3444 sljit_uw is_type1_transfer, inst; sljit_emit_mem_update() local
[all...]

Completed in 58 milliseconds

1...<<212223242526272829