Lines Matching refs:mAttr
111 MemoryAttribute mAttr)
115 if (mAttr.GetBarrier() == MemoryAttribute::Barrier::UNKNOWN_BARRIER && acc_.IsConstant(value)) {
116 mAttr.SetBarrier(MemoryAttribute::Barrier::NO_BARRIER);
118 auto bit = LoadStoreAccessor::ToValue(mAttr);
124 void CircuitBuilder::StoreWithoutBarrier(VariableType type, GateRef addr, GateRef value, MemoryAttribute mAttr)
128 auto bit = LoadStoreAccessor::ToValue(mAttr);
135 GateRef CircuitBuilder::Load(VariableType type, GateRef base, GateRef offset, MemoryAttribute mAttr)
140 auto bits = LoadStoreAccessor::ToValue(mAttr);
148 MemoryAttribute mAttr)
151 auto bits = LoadStoreAccessor::ToValue(mAttr);
157 GateRef CircuitBuilder::Load(VariableType type, GateRef addr, MemoryAttribute mAttr)
161 auto bits = LoadStoreAccessor::ToValue(mAttr);