/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | interp_fixup_pass.cpp | 54 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()
|
D | ssa_rewrite_pass.cpp | 585 Instruction* load_inst = in ApplyReplacements() local 590 << load_inst->PrettyPrint( in ApplyReplacements() 601 pass_->context()->KillInst(load_inst); in ApplyReplacements()
|
D | copy_prop_arrays.h | 170 Instruction* load_inst);
|
D | instrument_pass.cpp | 174 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()
|
D | copy_prop_arrays.cpp | 230 CopyPropagateArrays::BuildMemoryObjectFromLoad(Instruction* load_inst) { in BuildMemoryObjectFromLoad() argument 235 load_inst->GetSingleWordInOperand(kLoadPointerInOperand)); in BuildMemoryObjectFromLoad()
|
/third_party/spirv-tools/source/opt/ |
D | interp_fixup_pass.cpp | 47 Instruction* load_inst = ctx->get_def_use_mgr()->GetDef(op1_id); in ReplaceInternalInterpolate() local 48 if (load_inst->opcode() != SpvOpLoad) return false; in ReplaceInternalInterpolate() 50 Instruction* base_inst = load_inst->GetBaseAddress(); in ReplaceInternalInterpolate() 56 uint32_t ptr_id = load_inst->GetSingleWordInOperand(0); in ReplaceInternalInterpolate()
|
D | ssa_rewrite_pass.cpp | 584 Instruction* load_inst = in ApplyReplacements() local 589 << load_inst->PrettyPrint( in ApplyReplacements() 600 pass_->context()->KillInst(load_inst); in ApplyReplacements()
|
D | copy_prop_arrays.h | 192 Instruction* load_inst);
|
D | instrument_pass.cpp | 219 Instruction* load_inst = builder->AddUnaryOp(type_id, SpvOpLoad, var_id); in GenVarLoad() local 220 return load_inst->result_id(); in GenVarLoad() 912 Instruction* load_inst = in GetDirectReadFunctionId() local 914 last_value_id = load_inst->result_id(); in GetDirectReadFunctionId()
|
D | interface_var_sroa.cpp | 649 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()
|
D | copy_prop_arrays.cpp | 240 CopyPropagateArrays::BuildMemoryObjectFromLoad(Instruction* load_inst) { in BuildMemoryObjectFromLoad() argument 245 load_inst->GetSingleWordInOperand(kLoadPointerInOperand)); in BuildMemoryObjectFromLoad()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | interp_fixup_pass.cpp | 54 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()
|
D | ssa_rewrite_pass.cpp | 585 Instruction* load_inst = in ApplyReplacements() local 590 << load_inst->PrettyPrint( in ApplyReplacements() 601 pass_->context()->KillInst(load_inst); in ApplyReplacements()
|
D | copy_prop_arrays.h | 170 Instruction* load_inst);
|
D | instrument_pass.cpp | 174 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()
|
D | copy_prop_arrays.cpp | 230 CopyPropagateArrays::BuildMemoryObjectFromLoad(Instruction* load_inst) { in BuildMemoryObjectFromLoad() argument 235 load_inst->GetSingleWordInOperand(kLoadPointerInOperand)); in BuildMemoryObjectFromLoad()
|
/third_party/python/Lib/ |
D | pickle.py | 1497 def load_inst(self): member in _Unpickler 1502 dispatch[INST[0]] = load_inst
|
/third_party/python/Modules/ |
D | _pickle.c | 5857 load_inst(UnpicklerObject *self) in load_inst() function 6911 OP(INST, load_inst) in load()
|