Home
last modified time | relevance | path

Searched refs:is_volatile (Results 1 - 22 of 22) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dupgrade_memory_model.cpp128 bool is_volatile = false; in UpgradeMemoryAndImages()
140 std::tie(is_coherent, is_volatile, scope) = in UpgradeMemoryAndImages()
146 std::tie(is_coherent, is_volatile, scope) = in UpgradeMemoryAndImages()
162 UpgradeFlags(inst, 1u, is_coherent, is_volatile, kVisibility, in UpgradeMemoryAndImages()
166 UpgradeFlags(inst, 2u, is_coherent, is_volatile, kAvailability, in UpgradeMemoryAndImages()
190 UpgradeFlags(inst, 2u, is_coherent, is_volatile, kVisibility, kImage); in UpgradeMemoryAndImages()
193 UpgradeFlags(inst, 3u, is_coherent, is_volatile, kAvailability, in UpgradeMemoryAndImages()
259 bool is_volatile = false; in UpgradeAtomics()
261 std::tie(unused_coherent, is_volatile, unused_scope) = in UpgradeAtomics()
264 UpgradeSemantics(inst, 2u, is_volatile); in UpgradeAtomics()
274 UpgradeSemantics(Instruction* inst, uint32_t in_operand, bool is_volatile) UpgradeSemantics() argument
312 bool is_volatile = false; GetInstructionAttributes() local
339 bool is_volatile = false; TraceInstruction() local
407 bool is_volatile = false; CheckType() local
455 bool is_volatile = false; CheckAllTypes() local
526 UpgradeFlags(Instruction* inst, uint32_t in_operand, bool is_coherent, bool is_volatile, OperationType operation_type, InstructionType inst_type) UpgradeFlags() argument
[all...]
H A Dupgrade_memory_model.h102 bool is_volatile, OperationType operation_type,
106 // bit if |is_volatile| is true.
108 bool is_volatile);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dupgrade_memory_model.cpp128 bool is_volatile = false; in UpgradeMemoryAndImages()
140 std::tie(is_coherent, is_volatile, scope) = in UpgradeMemoryAndImages()
146 std::tie(is_coherent, is_volatile, scope) = in UpgradeMemoryAndImages()
162 UpgradeFlags(inst, 1u, is_coherent, is_volatile, kVisibility, in UpgradeMemoryAndImages()
166 UpgradeFlags(inst, 2u, is_coherent, is_volatile, kAvailability, in UpgradeMemoryAndImages()
190 UpgradeFlags(inst, 2u, is_coherent, is_volatile, kVisibility, kImage); in UpgradeMemoryAndImages()
193 UpgradeFlags(inst, 3u, is_coherent, is_volatile, kAvailability, in UpgradeMemoryAndImages()
259 bool is_volatile = false; in UpgradeAtomics()
261 std::tie(unused_coherent, is_volatile, unused_scope) = in UpgradeAtomics()
264 UpgradeSemantics(inst, 2u, is_volatile); in UpgradeAtomics()
274 UpgradeSemantics(Instruction* inst, uint32_t in_operand, bool is_volatile) UpgradeSemantics() argument
312 bool is_volatile = false; GetInstructionAttributes() local
339 bool is_volatile = false; TraceInstruction() local
407 bool is_volatile = false; CheckType() local
455 bool is_volatile = false; CheckAllTypes() local
526 UpgradeFlags(Instruction* inst, uint32_t in_operand, bool is_coherent, bool is_volatile, OperationType operation_type, InstructionType inst_type) UpgradeFlags() argument
[all...]
H A Dupgrade_memory_model.h102 bool is_volatile, OperationType operation_type,
106 // bit if |is_volatile| is true.
108 bool is_volatile);
/third_party/spirv-tools/source/opt/
H A Dupgrade_memory_model.cpp130 bool is_volatile = false; in UpgradeMemoryAndImages()
142 std::tie(is_coherent, is_volatile, scope) = in UpgradeMemoryAndImages()
148 std::tie(is_coherent, is_volatile, scope) = in UpgradeMemoryAndImages()
164 UpgradeFlags(inst, 1u, is_coherent, is_volatile, kVisibility, in UpgradeMemoryAndImages()
168 UpgradeFlags(inst, 2u, is_coherent, is_volatile, kAvailability, in UpgradeMemoryAndImages()
192 UpgradeFlags(inst, 2u, is_coherent, is_volatile, kVisibility, kImage); in UpgradeMemoryAndImages()
195 UpgradeFlags(inst, 3u, is_coherent, is_volatile, kAvailability, in UpgradeMemoryAndImages()
261 bool is_volatile = false; in UpgradeAtomics()
263 std::tie(unused_coherent, is_volatile, unused_scope) = in UpgradeAtomics()
266 UpgradeSemantics(inst, 2u, is_volatile); in UpgradeAtomics()
276 UpgradeSemantics(Instruction* inst, uint32_t in_operand, bool is_volatile) UpgradeSemantics() argument
314 bool is_volatile = false; GetInstructionAttributes() local
341 bool is_volatile = false; TraceInstruction() local
409 bool is_volatile = false; CheckType() local
457 bool is_volatile = false; CheckAllTypes() local
529 UpgradeFlags(Instruction* inst, uint32_t in_operand, bool is_coherent, bool is_volatile, OperationType operation_type, InstructionType inst_type) UpgradeFlags() argument
[all...]
H A Dupgrade_memory_model.h102 bool is_volatile, OperationType operation_type,
106 // bit if |is_volatile| is true.
108 bool is_volatile);
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_internal.h188 bool is_volatile; member
194 bool is_volatile; member
200 bool is_volatile; member
207 bool is_volatile; member
H A Ddxil_module.h483 bool is_volatile);
488 bool is_volatile);
493 const struct dxil_value *ptr, bool is_volatile,
500 bool is_volatile, enum dxil_atomic_ordering ordering,
H A Ddxil_module.c2937 bool is_volatile) in dxil_emit_load()
2952 instr->load.is_volatile = is_volatile; in dxil_emit_load()
2961 bool is_volatile) in dxil_emit_store()
2973 instr->store.is_volatile = is_volatile; in dxil_emit_store()
2980 const struct dxil_value *ptr, bool is_volatile, in dxil_emit_cmpxchg()
2994 instr->cmpxchg.is_volatile = is_volatile; in dxil_emit_cmpxchg()
3005 bool is_volatile, enu in dxil_emit_atomicrmw()
2935 dxil_emit_load(struct dxil_module *m, const struct dxil_value *ptr, unsigned align, bool is_volatile) dxil_emit_load() argument
2959 dxil_emit_store(struct dxil_module *m, const struct dxil_value *value, const struct dxil_value *ptr, unsigned align, bool is_volatile) dxil_emit_store() argument
2978 dxil_emit_cmpxchg(struct dxil_module *m, const struct dxil_value *cmpval, const struct dxil_value *newval, const struct dxil_value *ptr, bool is_volatile, enum dxil_atomic_ordering ordering, enum dxil_sync_scope syncscope) dxil_emit_cmpxchg() argument
3003 dxil_emit_atomicrmw(struct dxil_module *m, const struct dxil_value *value, const struct dxil_value *ptr, enum dxil_rmw_op op, bool is_volatile, enum dxil_atomic_ordering ordering, enum dxil_sync_scope syncscope) dxil_emit_atomicrmw() argument
[all...]
H A Ddxil_dump.c557 if (load->is_volatile) in dump_instr_load()
569 if (store->is_volatile) in dump_instr_store()
611 if (rmw->is_volatile) in dump_instr_atomicrmw()
/third_party/ltp/tools/sparse/sparse-src/
H A Dmemops.c145 if (insn->is_volatile) in simplify_loads()
216 if (dom->is_volatile) in try_to_kill_store()
239 if (insn->is_volatile) in kill_dominated_stores()
H A Dlinearize.h127 unsigned int is_volatile:1; member
H A Dflow.c285 if (insn->is_volatile) in bb_has_side_effects()
H A Dlinearize.c979 insn->is_volatile = ad->type && (ad->type->ctype.modifiers & MOD_VOLATILE); in add_load()
995 store->is_volatile = ad->type && (ad->type->ctype.modifiers & MOD_VOLATILE); in add_store()
H A Dsimplify.c373 if (!force && insn->is_volatile) in kill_insn()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_ir.h126 bool is_volatile() const;
H A Dbrw_fs_cse.cpp113 !inst->is_volatile(); in is_expression()
H A Dbrw_shader.cpp1154 backend_instruction::is_volatile() const in is_volatile() function in backend_instruction
/third_party/skia/include/private/
H A DSkTLogic.h62 using type = std::conditional_t<std::is_volatile<S>::value, std::add_volatile_t<D>, D>;
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dlayout.h321 bool, !std::is_reference<T>::value && !std::is_volatile<T>::value &&
323 !std::is_volatile<typename Type<T>::type>::value &&
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Darg.h338 (std::is_volatile<T>::value
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp3446 struct is_volatile
3450 struct is_volatile<_Tp volatile>
4492 bool _IsVol = is_volatile<_Qualified>::value>
[all...]

Completed in 48 milliseconds