Home
last modified time | relevance | path

Searched defs:v (Results 1 – 25 of 121) sorted by relevance

12345

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dmemory_barriers.cpp66 void OptimizeMemoryBarriers::VisitCallStatic(GraphVisitor *v, Inst *inst) in VisitCallStatic()
74 void OptimizeMemoryBarriers::VisitCallIndirect(GraphVisitor *v, Inst *inst) in VisitCallIndirect()
79 void OptimizeMemoryBarriers::VisitCall(GraphVisitor *v, Inst *inst) in VisitCall()
84 void OptimizeMemoryBarriers::VisitUnresolvedCallStatic(GraphVisitor *v, Inst *inst) in VisitUnresolvedCallStatic()
89 void OptimizeMemoryBarriers::VisitCallVirtual(GraphVisitor *v, Inst *inst) in VisitCallVirtual()
97 void OptimizeMemoryBarriers::VisitUnresolvedCallVirtual(GraphVisitor *v, Inst *inst) in VisitUnresolvedCallVirtual()
102 void OptimizeMemoryBarriers::VisitCallDynamic(GraphVisitor *v, Inst *inst) in VisitCallDynamic()
107 void OptimizeMemoryBarriers::VisitSelect(GraphVisitor *v, Inst *inst) in VisitSelect()
112 void OptimizeMemoryBarriers::VisitSelectImm(GraphVisitor *v, Inst *inst) in VisitSelectImm()
117 void OptimizeMemoryBarriers::VisitStoreObject(GraphVisitor *v, Inst *inst) in VisitStoreObject()
[all …]
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_checker.cpp925 void GraphChecker::VisitMov([[maybe_unused]] GraphVisitor *v, Inst *inst) in CheckDataFlow()
929 void GraphChecker::VisitNeg([[maybe_unused]] GraphVisitor *v, Inst *inst) in CheckDataFlow()
933 void GraphChecker::VisitAbs([[maybe_unused]] GraphVisitor *v, Inst *inst) in CheckDataFlow()
937 void GraphChecker::VisitSqrt([[maybe_unused]] GraphVisitor *v, Inst *inst) in CheckDataFlow()
944 void GraphChecker::VisitAddI([[maybe_unused]] GraphVisitor *v, Inst *inst) in CheckDataFlow()
955 void GraphChecker::VisitSubI([[maybe_unused]] GraphVisitor *v, Inst *inst) in CheckDataFlow()
966 void GraphChecker::VisitMulI([[maybe_unused]] GraphVisitor *v, Inst *inst) in CheckDataFlow()
974 void GraphChecker::VisitDivI([[maybe_unused]] GraphVisitor *v, Inst *inst) in CheckDataFlow()
982 void GraphChecker::VisitModI([[maybe_unused]] GraphVisitor *v, Inst *inst) in CheckDataFlow()
990 void GraphChecker::VisitAndI([[maybe_unused]] GraphVisitor *v, Inst *inst) in CheckDataFlow()
[all …]
Dbasicblock.h407 void SetMonitorEntryBlock(bool v) in SetMonitorEntryBlock()
417 void SetMonitorExitBlock(bool v) in SetMonitorExitBlock()
427 void SetMonitorBlock(bool v) in SetMonitorBlock()
437 void SetCatch(bool v) in SetCatch()
447 void SetCatchBegin(bool v) in SetCatchBegin()
457 void SetCatchEnd(bool v) in SetCatchEnd()
467 void SetTry(bool v) in SetTry()
477 void SetTryBegin(bool v) in SetTryBegin()
487 void SetTryEnd(bool v) in SetTryEnd()
497 void SetOsrEntry(bool v) in SetOsrEntry()
[all …]
/arkcompiler/runtime_core/runtime/
Dintrinsics.cpp41 uint8_t IsInfF64(double v) in IsInfF64()
46 uint8_t IsInfF32(float v) in IsInfF32()
51 int32_t AbsI32(int32_t v) in AbsI32()
56 int64_t AbsI64(int64_t v) in AbsI64()
61 float AbsF32(float v) in AbsF32()
66 double AbsF64(double v) in AbsF64()
71 float SinF32(float v) in SinF32()
76 double SinF64(double v) in SinF64()
81 float CosF32(float v) in CosF32()
86 double CosF64(double v) in CosF64()
[all …]
/arkcompiler/runtime_core/assembler/tests/
Dparser_test.cpp26 std::vector<std::vector<panda::pandasm::Token>> v; in TEST() local
43 std::vector<std::vector<panda::pandasm::Token>> v; in TEST() local
60 std::vector<std::vector<panda::pandasm::Token>> v; in TEST() local
71 std::vector<std::vector<panda::pandasm::Token>> v; in TEST() local
82 std::vector<std::vector<panda::pandasm::Token>> v; in TEST() local
98 std::vector<std::vector<panda::pandasm::Token>> v; in TEST() local
114 std::vector<std::vector<panda::pandasm::Token>> v; in TEST() local
125 std::vector<std::vector<panda::pandasm::Token>> v; in TEST() local
136 std::vector<std::vector<panda::pandasm::Token>> v; in TEST() local
156 std::vector<std::vector<panda::pandasm::Token>> v; in TEST() local
[all …]
/arkcompiler/ets_frontend/ts2panda/tests/
Dscope.test.ts36 let { scope: sp, level: lv, v: outVariable } = scope.find("x"); variable
46 let { scope: sp, level: lv, v: outVariable } = scope.find("x"); variable
56 let { scope: sp, level: lv, v: outVariable } = scope.find("x"); variable
66 let { scope: sp, level: lv, v: outVariable } = scope.find("x"); variable
84 let { scope: sp, level: lv, v: outVariable } = scope.find("x"); variable
94 let { scope: sp, level: lv, v: outVariable } = scope.find("x"); variable
104 let { scope: sp, level: lv, v: outVariable } = scope.find("x"); variable
114 let { scope: sp, level: lv, v: outVariable } = scope.find("x"); variable
133 let { scope: sp, level: lv, v: outVariable } = scope.find("x"); variable
135 let { scope: spParent, level: lvParent, v: outVariableParent } = parent.find("x"); variable
[all …]
Desmodule.test.ts71 let v = new VReg(); variable
99 let v = new VReg(); variable
DregAllocator.test.ts75 let v = []; variable
127 let v = []; variable
191 let v = []; variable
/arkcompiler/runtime_core/runtime/tests/
Dmath_helpers_test.cpp32 T v = 1; in TestBitShl() local
39 T v = 1; in TestBitShl() local
46 T v = 1; in TestBitShl() local
53 T v = 1; in TestBitShl() local
70 T v = 64; in TestBitShr() local
77 T v = std::numeric_limits<T>::min(); in TestBitShr() local
84 T v = 1; in TestBitShr() local
91 T v = 20; in TestBitShr() local
108 T v = 64; in TestBitAshr() local
115 T v = std::numeric_limits<T>::min(); in TestBitAshr() local
[all …]
Dinterpreter_test_resolve_field.cpp107 Value v = method->Invoke(ManagedThread::GetCurrent(), args.data()); in TEST_F() local
122 Value v = method->Invoke(ManagedThread::GetCurrent(), args.data()); in TEST_F() local
/arkcompiler/runtime_core/runtime/include/coretypes/
Dtagged_value.h99 constexpr explicit TaggedValue(TaggedType v) : value_(v) {} in TaggedValue()
101 constexpr explicit TaggedValue(int v) : value_(static_cast<TaggedType>(v) | TAG_INT) {} in TaggedValue()
103 explicit TaggedValue(unsigned int v) in TaggedValue()
112 static uint64_t GetIntTaggedValue(uint64_t v) in GetIntTaggedValue()
119 static uint64_t GetDoubleTaggedValue(uint64_t v) in GetDoubleTaggedValue()
124 static uint64_t GetBoolTaggedValue(uint64_t v) in GetBoolTaggedValue()
131 static uint64_t GetObjectTaggedValue(uint64_t v) in GetObjectTaggedValue()
137 explicit TaggedValue(int64_t v) in TaggedValue()
146 constexpr explicit TaggedValue(bool v) in TaggedValue()
151 explicit TaggedValue(double v) in TaggedValue()
[all …]
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dobject_type_propagation.cpp27 void ObjectTypePropagation::VisitNewObject(GraphVisitor *v, Inst *i) in VisitNewObject()
37 void ObjectTypePropagation::VisitNewArray(GraphVisitor *v, Inst *i) in VisitNewArray()
47 void ObjectTypePropagation::VisitLoadString(GraphVisitor *v, Inst *i) in VisitLoadString()
57 void ObjectTypePropagation::VisitLoadArray([[maybe_unused]] GraphVisitor *v, [[maybe_unused]] Inst … in VisitLoadArray()
Dtypes_analysis.cpp48 void TypesAnalysis::VisitCastValueToAnyType(GraphVisitor *v, Inst *inst) in VisitCastValueToAnyType()
61 void TypesAnalysis::VisitAnyTypeCheck(GraphVisitor *v, Inst *inst) in VisitAnyTypeCheck()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_number.h32 explicit JSTaggedNumber(double v) : JSTaggedValue(v) {} in JSTaggedNumber()
33 constexpr explicit JSTaggedNumber(int v) : JSTaggedValue(v) {} in JSTaggedNumber()
34 explicit JSTaggedNumber(unsigned int v) : JSTaggedValue(v) {} in JSTaggedNumber()
35 explicit JSTaggedNumber(JSTaggedValue v) : JSTaggedValue(v.GetRawData()) in JSTaggedNumber()
171 constexpr explicit JSTaggedNumber(JSTaggedType v) : JSTaggedValue(v) {} in JSTaggedNumber()
Djs_tagged_value.h145 ARK_INLINE constexpr explicit JSTaggedValue(JSTaggedType v) : value_(v) {} in JSTaggedValue()
147 …ARK_INLINE constexpr explicit JSTaggedValue(int v) : value_(static_cast<JSTaggedType>(v) | TAG_INT… in JSTaggedValue()
149 ARK_INLINE explicit JSTaggedValue(unsigned int v) in JSTaggedValue()
158 ARK_INLINE constexpr explicit JSTaggedValue(bool v) in JSTaggedValue()
161 ARK_INLINE explicit JSTaggedValue(double v) in JSTaggedValue()
168 …ARK_INLINE explicit JSTaggedValue(const TaggedObject *v) : value_(static_cast<JSTaggedType>(ToUint… in JSTaggedValue()
170 ARK_INLINE explicit JSTaggedValue(int64_t v) in JSTaggedValue()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/
Dassembler.h126 void EmitU8(uint8_t v) in EmitU8()
131 void EmitI8(int8_t v) in EmitI8()
136 void EmitU16(uint16_t v) in EmitU16()
141 void EmitU32(uint32_t v) in EmitU32()
146 void EmitI32(int32_t v) in EmitI32()
151 void EmitU64(uint64_t v) in EmitU64()
/arkcompiler/runtime_core/runtime/arch/aarch64/
Dhelpers_aarch64.S128 .macro LARG0 v argument
132 .macro ARG0 v argument
136 .macro ARG1 v argument
140 .macro ARG2 v argument
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp364 void BytecodeGen::VisitIf(GraphVisitor *v, Inst *inst_base) in VisitIf()
417 void BytecodeGen::IfEcma(GraphVisitor *v, compiler::IfInst *inst) in IfEcma()
471 void BytecodeGen::VisitIfImm(GraphVisitor *v, Inst *inst_base) in VisitIfImm()
482 void BytecodeGen::IfImmZero(GraphVisitor *v, Inst *inst_base) in IfImmZero()
502 void BytecodeGen::IfImmNonZero(GraphVisitor *v, Inst *inst_base) in IfImmNonZero()
508 void BytecodeGen::IfImm64(GraphVisitor *v, Inst *inst_base) in IfImm64()
514 void BytecodeGen::VisitCast(GraphVisitor *v, Inst *inst_base) in VisitCast()
519 void BytecodeGen::VisitLoadString(GraphVisitor *v, Inst *inst_base) in VisitLoadString()
543 void BytecodeGen::VisitReturn(GraphVisitor *v, Inst *inst_base) in VisitReturn()
568 void BytecodeGen::VisitCastValueToAnyType([[maybe_unused]] GraphVisitor *v, [[maybe_unused]] Inst *… in VisitCastValueToAnyType()
[all …]
/arkcompiler/runtime_core/libpandabase/utils/
Dtype_helpers.h26 constexpr auto ToSigned(T v) in ToSigned()
33 constexpr auto ToUnsigned(T v) in ToUnsigned()
Dexpected.h134 T ValueOr(U &&v) const & in ValueOr()
142 T ValueOr(U &&v) && in ValueOr()
/arkcompiler/ets_frontend/ts2panda/tests/statements/
DvariableDeclaration.test.ts61 let v = globalScope.findLocal("i"); variable
77 let v = globalScope.findLocal("i"); variable
93 let v = globalScope.findLocal("i"); variable
111 let v = globalScope.findLocal("i"); variable
127 let v = globalScope.findLocal("i"); variable
/arkcompiler/runtime_core/runtime/interpreter/
Dvregister.h84 ALWAYS_INLINE inline void SetValue(int64_t v) in SetValue()
111 auto v = bit_cast<int64_t>(value); in Set() local
117 auto v = bit_cast<int32_t>(value); in Set() local
123 auto v = bit_cast<int64_t>(value); in Set() local
130 auto v = down_cast<helpers::TypeHelperT<OBJECT_POINTER_SIZE * BYTE_SIZE, true>>(value); in Set() local
200 ALWAYS_INLINE inline explicit VRegister(int64_t v) in VRegister()
205 ALWAYS_INLINE inline void SetValue(int64_t v) in SetValue()
236 ALWAYS_INLINE inline void SetValue(int64_t v) in SetValue()
/arkcompiler/runtime_core/verification/util/tests/
Dint_set_test.cpp38 std::vector<size_t> v {1, 5, 3}; in TEST_F() local
66 std::vector<size_t> v {1, 5, 3}; in TEST_F() local
/arkcompiler/runtime_core/libpandabase/tests/
Dexpected_test.cpp26 static Expected<int, ErrorCode> helper(int v) in helper()
39 int v; member
57 int v = 1; in TEST() local
Dbit_table_test.cpp238 for (auto &v : values) { in TEST_F() local
269 for (auto &v : table.GetRange(0, 6)) { in TEST_F() local
277 for (auto &v : table) { in TEST_F() local
300 for (auto &v : table.GetRangeReversed(4, 10)) { in TEST_F() local
308 for (auto &v : table.GetRangeReversed()) { in TEST_F() local
321 for (auto &v : range) { in TEST_F() local
332 for (auto &v : range) { in TEST_F() local

12345