/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | local_single_store_elim_pass.cpp | 129 Instruction* store_inst = FindSingleStoreAndCheckUses(var_inst, users); in ProcessVariable() local 141 Instruction* store_inst = nullptr; in FindSingleStoreAndCheckUses() local 220 Instruction* store_inst, const std::vector<Instruction*>& uses) { in RewriteLoads()
|
D | decompose_initialized_variables_pass.cpp | 73 Instruction* store_inst = new Instruction( in Process() local 86 auto* store_inst = new Instruction( in Process() local
|
D | copy_prop_arrays.cpp | 46 Instruction* store_inst = FindStoreInstruction(&*var_inst); in Process() local 68 Instruction* store_inst) { in FindSourceObjectIfPossible() 104 Instruction* store_inst = nullptr; in FindStoreInstruction() local 168 Instruction* store_inst) { in HasValidReferencesOnly()
|
D | merge_return_pass.cpp | 511 Instruction* store_inst = in RecordReturned() local 532 Instruction* store_inst = in RecordReturnValue() local
|
/external/angle/third_party/spirv-tools/src/source/opt/ |
D | local_single_store_elim_pass.cpp | 130 Instruction* store_inst = FindSingleStoreAndCheckUses(var_inst, users); in ProcessVariable() local 142 Instruction* store_inst = nullptr; in FindSingleStoreAndCheckUses() local 221 Instruction* store_inst, const std::vector<Instruction*>& uses) { in RewriteLoads()
|
D | decompose_initialized_variables_pass.cpp | 73 Instruction* store_inst = new Instruction( in Process() local 86 auto* store_inst = new Instruction( in Process() local
|
D | copy_prop_arrays.cpp | 46 Instruction* store_inst = FindStoreInstruction(&*var_inst); in Process() local 68 Instruction* store_inst) { in FindSourceObjectIfPossible() 104 Instruction* store_inst = nullptr; in FindStoreInstruction() local 168 Instruction* store_inst) { in HasValidReferencesOnly()
|
D | merge_return_pass.cpp | 511 Instruction* store_inst = in RecordReturned() local 532 Instruction* store_inst = in RecordReturnValue() local
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | local_single_store_elim_pass.cpp | 130 Instruction* store_inst = FindSingleStoreAndCheckUses(var_inst, users); in ProcessVariable() local 142 Instruction* store_inst = nullptr; in FindSingleStoreAndCheckUses() local 221 Instruction* store_inst, const std::vector<Instruction*>& uses) { in RewriteLoads()
|
D | decompose_initialized_variables_pass.cpp | 73 Instruction* store_inst = new Instruction( in Process() local 86 auto* store_inst = new Instruction( in Process() local
|
D | copy_prop_arrays.cpp | 46 Instruction* store_inst = FindStoreInstruction(&*var_inst); in Process() local 68 Instruction* store_inst) { in FindSourceObjectIfPossible() 104 Instruction* store_inst = nullptr; in FindStoreInstruction() local 168 Instruction* store_inst) { in HasValidReferencesOnly()
|
D | merge_return_pass.cpp | 511 Instruction* store_inst = in RecordReturned() local 532 Instruction* store_inst = in RecordReturnValue() local
|
/external/v8/src/compiler/backend/ppc/ |
D | code-generator-ppc.cc | 623 #define ASSEMBLE_ATOMIC_BINOP(bin_inst, load_inst, store_inst) \ argument 636 #define ASSEMBLE_ATOMIC_BINOP_SIGN_EXT(bin_inst, load_inst, store_inst, \ argument 651 #define ASSEMBLE_ATOMIC_COMPARE_EXCHANGE(cmp_inst, load_inst, store_inst, \ argument 670 store_inst, ext_instr) \ argument
|