Home
last modified time | relevance | path

Searched refs:load_instr (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Ddesc_sroa.cpp447 Instruction* load_instr = load.get(); in ReplaceCompositeExtract() local
448 get_def_use_mgr()->AnalyzeInstDefUse(load_instr); in ReplaceCompositeExtract()
449 context()->set_instr_block(load_instr, context()->get_instr_block(extract)); in ReplaceCompositeExtract()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Ddesc_sroa.cpp447 Instruction* load_instr = load.get(); in ReplaceCompositeExtract() local
448 get_def_use_mgr()->AnalyzeInstDefUse(load_instr); in ReplaceCompositeExtract()
449 context()->set_instr_block(load_instr, context()->get_instr_block(extract)); in ReplaceCompositeExtract()
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVInstrInfoVPseudos.td263 defvar load_instr = !cast<Instruction>("PseudoVLE" # sew # "_V_"# vlmul.MX);
267 (load_instr (type (IMPLICIT_DEF)),
272 (load_instr (type (IMPLICIT_DEF)),
/external/mesa3d/src/compiler/nir/
Dnir_lower_vars_to_ssa.c406 register_load_instr(nir_intrinsic_instr *load_instr, in register_load_instr() argument
409 nir_deref_instr *deref = nir_src_as_deref(load_instr->src[0]); in register_load_instr()
417 _mesa_set_add(node->loads, load_instr); in register_load_instr()