| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| H A D | atomic.h | 23 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 D | calleeReg.cpp | 67 auto order = FindCallRegOrder(static_cast<LLVMStackMapType::DwarfRegType>(reg)); in FindCallRegOrder() local
|
| H A D | deoptimizer.cpp | 336 int order = callreg.FindCallRegOrder(reg); in RelocateCalleeSave() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | sort_helper.cpp | 67 double order = ArrayHelper::SortCompare(thread, fn, runHiValue, previousValue); in CountRunAndMakeAscending() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | property_attributes.h | 356 inline void SetDictionaryOrder(uint32_t order) in SetDictionaryOrder() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | call_signature.h | 80 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 D | scheduler.cpp | 208 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 D | mcr_gate_meta_data.h | 423 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 D | obj_emit.h | 394 uint32 order = 0; member in maplebe::ObjFuncEmitInfo
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| H A D | encode.cpp | 561 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 D | encode.cpp | 2955 void Amd64Encoder::EncodeMemoryBarrier(memory_order::Order order) in EncodeMemoryBarrier() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| H A D | encode.cpp | 2577 void Aarch32Encoder::EncodeMemoryBarrier(memory_order::Order order) in EncodeMemoryBarrier() argument
|
| /arkcompiler/runtime_core/libpandafile/ |
| H A D | file_items.h | 238 void SetOrderIndex(uint32_t order) in SetOrderIndex() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| H A D | encode.cpp | 1227 void Aarch64Encoder::EncodeMemoryBarrier(memory_order::Order order) in EncodeMemoryBarrier() argument
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | file_items.h | 214 void SetOrderIndex(uint32_t order) in SetOrderIndex() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| H A D | llvm_ir_builder.cpp | 1592 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 D | llvm_ir_constructor.cpp | 2188 llvm::Value *LLVMIrConstructor::CreateMemoryFence(memory_order::Order order) in CreateMemoryFence() argument
|