Home
last modified time | relevance | path

Searched refs:GetMemoryAttribute (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dpost_schedule.cpp404 MemoryAttribute mAttr = acc_.GetMemoryAttribute(gate); in GetWriteBarrierKind()
451 builder_.StoreWithoutBarrier(type, addr, value, acc_.GetMemoryAttribute(gate)); in LoweringStoreNoBarrierAndPrepareScheduleGate()
462 MemoryAttribute mAttr = acc_.GetMemoryAttribute(gate); in GetShareKind()
476 builder_.StoreWithoutBarrier(type, addr, value, acc_.GetMemoryAttribute(gate)); in LoweringStoreWithBarrierAndPrepareScheduleGate()
514 builder_.StoreWithoutBarrier(type, addr, value, acc_.GetMemoryAttribute(gate)); in LoweringStoreUnknownBarrierAndPrepareScheduleGate()
H A Dmcr_gate_meta_data.h460 MemoryAttribute GetMemoryAttribute() const in GetMemoryAttribute() function in panda::ecmascript::kungfu::LoadStoreAccessor
481 MemoryAttribute GetMemoryAttribute() const in GetMemoryAttribute() function in panda::ecmascript::kungfu::LoadStoreConstOffsetAccessor
H A Dearly_elimination.cpp389 if (acc_.GetMemoryAttribute(lhs).Value() != acc_.GetMemoryAttribute(rhs).Value()) { in CheckReplacement()
H A Dgate_accessor.cpp135 MemoryAttribute GateAccessor::GetMemoryAttribute(GateRef gate) const in GetMemoryAttribute() function in panda::ecmascript::kungfu::GateAccessor
144 return accessor.GetMemoryAttribute(); in GetMemoryAttribute()
149 return accessor.GetMemoryAttribute(); in GetMemoryAttribute()
H A Dgate_accessor.h390 MemoryAttribute GetMemoryAttribute(GateRef gate) const;
H A Dmcr_lowering.cpp168 GateRef result = builder_.Load(type, receiver, offset, acc_.GetMemoryAttribute(gate)); in LowerLoadConstOffset()
197 builder_.Store(type, glue_, receiver, offset, value, acc_.GetMemoryAttribute(gate)); in LowerStoreConstOffset()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp1592 auto order = acc_.GetMemoryAttribute(gate); in VisitLoad()
1623 auto order = acc_.GetMemoryAttribute(gate); in VisitStore()

Completed in 21 milliseconds