Home
last modified time | relevance | path

Searched defs:order (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Datomic.h23 ALWAYS_INLINE inline void AtomicStore(T *addr, T val, std::memory_order order) in AtomicStore() argument
30 ALWAYS_INLINE inline T AtomicLoad(T *addr, std::memory_order order) in AtomicLoad() argument
37 ALWAYS_INLINE inline T AtomicCmpxchgStrong(T *addr, T expected, T newValue, std::memory_order order) in AtomicCmpxchgStrong() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
H A DcalleeReg.cpp67 auto order = FindCallRegOrder(static_cast<LLVMStackMapType::DwarfRegType>(reg)); in FindCallRegOrder() local
H A Ddeoptimizer.cpp336 int order = callreg.FindCallRegOrder(reg); in RelocateCalleeSave() local
/arkcompiler/ets_runtime/ecmascript/base/
H A Dsort_helper.cpp67 double order = ArrayHelper::SortCompare(thread, fn, runHiValue, previousValue); in CountRunAndMakeAscending() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Dproperty_attributes.h356 inline void SetDictionaryOrder(uint32_t order) in SetDictionaryOrder() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h80 CallSignature(std::string name, int flags, size_t paramCounter, ArgumentsOrder order, in CallSignature() argument
91 CallSignature(std::string name, int flags, ArgumentsOrder order, VariableType returnType, in CallSignature() argument
H A Dscheduler.cpp208 std::vector<GateRef> order; in Run() local
360 CalculateSchedulingLowerBound(const Circuit *circuit, const std::unordered_map<GateRef, size_t> &bbGatesAddrToIdx, const std::function<size_t(size_t, size_t)> &lowestCommonAncestor, std::unordered_map<GateRef, size_t> &lowerBound, std::vector<GateRef> *order) CalculateSchedulingLowerBound() argument
H A Dmcr_gate_meta_data.h423 void SetOrder(Order order) in SetOrder() argument
439 static MemoryAttribute Create(Order order, Barrier barrier = UNKNOWN_BARRIER, ShareFlag share = UNKNOWN) in Create() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dobj_emit.h394 uint32 order = 0; member in maplebe::ObjFuncEmitInfo
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dencode.cpp561 void Encoder::EncodeMemoryBarrier([[maybe_unused]] memory_order::Order order) in EncodeMemoryBarrier() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
H A Dencode.cpp2955 void Amd64Encoder::EncodeMemoryBarrier(memory_order::Order order) in EncodeMemoryBarrier() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
H A Dencode.cpp2577 void Aarch32Encoder::EncodeMemoryBarrier(memory_order::Order order) in EncodeMemoryBarrier() argument
/arkcompiler/runtime_core/libpandafile/
H A Dfile_items.h238 void SetOrderIndex(uint32_t order) in SetOrderIndex() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H A Dencode.cpp1227 void Aarch64Encoder::EncodeMemoryBarrier(memory_order::Order order) in EncodeMemoryBarrier() argument
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_items.h214 void SetOrderIndex(uint32_t order) in SetOrderIndex() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp1592 auto order = acc_.GetMemoryAttribute(gate); in VisitLoad() local
1623 auto order = acc_.GetMemoryAttribute(gate); in VisitStore() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp2188 llvm::Value *LLVMIrConstructor::CreateMemoryFence(memory_order::Order order) in CreateMemoryFence() argument

Completed in 48 milliseconds