Home
last modified time | relevance | path

Searched refs:load_inst (Results 1 – 13 of 13) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dssa_rewrite_pass.cpp585 Instruction* load_inst = in ApplyReplacements() local
590 << load_inst->PrettyPrint( in ApplyReplacements()
601 pass_->context()->KillInst(load_inst); in ApplyReplacements()
Dcopy_prop_arrays.h170 Instruction* load_inst);
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()
Dcopy_prop_arrays.cpp226 CopyPropagateArrays::BuildMemoryObjectFromLoad(Instruction* load_inst) { in BuildMemoryObjectFromLoad() argument
231 load_inst->GetSingleWordInOperand(kLoadPointerInOperand)); in BuildMemoryObjectFromLoad()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dssa_rewrite_pass.cpp585 Instruction* load_inst = in ApplyReplacements() local
590 << load_inst->PrettyPrint( in ApplyReplacements()
601 pass_->context()->KillInst(load_inst); in ApplyReplacements()
Dcopy_prop_arrays.h170 Instruction* load_inst);
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()
Dcopy_prop_arrays.cpp226 CopyPropagateArrays::BuildMemoryObjectFromLoad(Instruction* load_inst) { in BuildMemoryObjectFromLoad() argument
231 load_inst->GetSingleWordInOperand(kLoadPointerInOperand)); in BuildMemoryObjectFromLoad()
/external/llvm-project/lldb/source/Expression/
DIRInterpreter.cpp1177 const LoadInst *load_inst = cast<LoadInst>(inst); in Interpret() local
1185 const Value *pointer_operand = load_inst->getPointerOperand(); in Interpret()
1197 lldb::addr_t D = frame.ResolveValue(load_inst, module); in Interpret()
/external/python/cpython2/Lib/
Dpickle.py1072 def load_inst(self): member in Unpickler
1077 dispatch[INST] = load_inst
/external/python/cpython3/Lib/
Dpickle.py1496 def load_inst(self): member in _Unpickler
1501 dispatch[INST[0]] = load_inst
/external/python/cpython2/Modules/
DcPickle.c3939 load_inst(Unpicklerobject *self) in load_inst() function
4866 if (load_inst(self) < 0) in load()
/external/python/cpython3/Modules/
D_pickle.c5861 load_inst(UnpicklerObject *self) in load_inst() function
6958 OP(INST, load_inst) in load()