Home
last modified time | relevance | path

Searched refs:load_inst (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dinterp_fixup_pass.cpp54 Instruction* load_inst = ctx->get_def_use_mgr()->GetDef(op1_id); in ReplaceInternalInterpolate() local
55 if (load_inst->opcode() != SpvOpLoad) return false; in ReplaceInternalInterpolate()
57 Instruction* base_inst = load_inst->GetBaseAddress(); in ReplaceInternalInterpolate()
63 uint32_t ptr_id = load_inst->GetSingleWordInOperand(0); in ReplaceInternalInterpolate()
H A Dssa_rewrite_pass.cpp585 Instruction* load_inst = in ApplyReplacements() local
590 << load_inst->PrettyPrint( in ApplyReplacements()
601 pass_->context()->KillInst(load_inst); in ApplyReplacements()
H A Dcopy_prop_arrays.h166 // Returns the memory object that is loaded by |load_inst|. If a memory
168 // |load_inst| must be |OpLoad|.
170 Instruction* load_inst);
H A Dinstrument_pass.cpp174 Instruction* load_inst = builder->AddUnaryOp(type_id, SpvOpLoad, var_id); in GenVarLoad() local
175 return load_inst->result_id(); in GenVarLoad()
852 Instruction* load_inst = in GetDirectReadFunctionId() local
854 last_value_id = load_inst->result_id(); in GetDirectReadFunctionId()
H A Dcopy_prop_arrays.cpp230 CopyPropagateArrays::BuildMemoryObjectFromLoad(Instruction* load_inst) {
235 load_inst->GetSingleWordInOperand(kLoadPointerInOperand));
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dinterp_fixup_pass.cpp54 Instruction* load_inst = ctx->get_def_use_mgr()->GetDef(op1_id); in ReplaceInternalInterpolate() local
55 if (load_inst->opcode() != SpvOpLoad) return false; in ReplaceInternalInterpolate()
57 Instruction* base_inst = load_inst->GetBaseAddress(); in ReplaceInternalInterpolate()
63 uint32_t ptr_id = load_inst->GetSingleWordInOperand(0); in ReplaceInternalInterpolate()
H A Dssa_rewrite_pass.cpp585 Instruction* load_inst = in ApplyReplacements() local
590 << load_inst->PrettyPrint( in ApplyReplacements()
601 pass_->context()->KillInst(load_inst); in ApplyReplacements()
H A Dcopy_prop_arrays.h166 // Returns the memory object that is loaded by |load_inst|. If a memory
168 // |load_inst| must be |OpLoad|.
170 Instruction* load_inst);
H A Dinstrument_pass.cpp174 Instruction* load_inst = builder->AddUnaryOp(type_id, SpvOpLoad, var_id); in GenVarLoad() local
175 return load_inst->result_id(); in GenVarLoad()
852 Instruction* load_inst = in GetDirectReadFunctionId() local
854 last_value_id = load_inst->result_id(); in GetDirectReadFunctionId()
H A Dcopy_prop_arrays.cpp230 CopyPropagateArrays::BuildMemoryObjectFromLoad(Instruction* load_inst) {
235 load_inst->GetSingleWordInOperand(kLoadPointerInOperand));
/third_party/spirv-tools/source/opt/
H A Dinterp_fixup_pass.cpp45 Instruction* load_inst = ctx->get_def_use_mgr()->GetDef(op1_id); in ReplaceInternalInterpolate() local
46 if (load_inst->opcode() != spv::Op::OpLoad) return false; in ReplaceInternalInterpolate()
48 Instruction* base_inst = load_inst->GetBaseAddress(); in ReplaceInternalInterpolate()
54 uint32_t ptr_id = load_inst->GetSingleWordInOperand(0); in ReplaceInternalInterpolate()
H A Dssa_rewrite_pass.cpp582 Instruction* load_inst = in ApplyReplacements() local
587 << load_inst->PrettyPrint( in ApplyReplacements()
598 pass_->context()->KillInst(load_inst); in ApplyReplacements()
H A Dcopy_prop_arrays.h188 // Returns the memory object that is loaded by |load_inst|. If a memory
190 // |load_inst| must be |OpLoad|.
192 Instruction* load_inst);
H A Dinterface_var_sroa.cpp649 Instruction* load_inst = load.get(); in CreateLoad() local
650 context()->get_def_use_mgr()->AnalyzeInstDefUse(load_inst); in CreateLoad()
652 return load_inst; in CreateLoad()
H A Dcopy_prop_arrays.cpp240 CopyPropagateArrays::BuildMemoryObjectFromLoad(Instruction* load_inst) {
245 load_inst->GetSingleWordInOperand(kLoadPointerInOperand));
H A Dinstrument_pass.cpp170 Instruction* load_inst = builder->AddLoad(type_id, var_id); in GenVarLoad() local
171 return load_inst->result_id(); in GenVarLoad()
/third_party/python/Lib/
H A Dpickle.py1497 def load_inst(self): member in _Unpickler
1502 dispatch[INST[0]] = load_inst
/third_party/python/Modules/
H A D_pickle.c5864 load_inst(UnpicklerObject *self) in load_inst() function
6913 OP(INST, load_inst) in load()

Completed in 27 milliseconds