Searched defs:ops (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | panda_cache_test.cpp | 214 MethodCacheOps ops(cache); in MethodWriterThread() local 220 MethodCacheOps ops(cache); in MethodReaderThread() local 226 FieldCacheOps ops(cache); in FieldWriterThread() local 232 FieldCacheOps ops(cache); in FieldReaderThread() local 238 ClassCacheOps ops(cache); in ClassWriterThread() local 244 ClassCacheOps ops(cache); in ClassReaderThread() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | prune_deopt.cpp | 130 for (const auto &ops : bundle.Inputs) { in EncodeDeoptBundle() local 143 for (const auto &ops : bundle.Inputs) { in EncodeDeoptBundle() local
|
| D | gc_intrusion.cpp | 291 for (auto &ops : inst->operands()) { in RewriteWithGcInBlock() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | lowering_test.cpp | 1500 void LoweringTest::TestBitwiseBinaryOpWithInvertedOperand(const TypeTriple &types, OpcodePair ops) in TestBitwiseBinaryOpWithInvertedOperand() 1568 for (const auto &ops : opcodes) { in TEST_F() local 1581 for (auto &ops : opcodes) { in TEST_F() local 1614 OpcodePair ops) in BuildGraphCommutativeBinaryOpWithShiftedOperand() 1650 OpcodePair ops) in BuildExpectedCommutativeBinaryOpWithShiftedOperand() 1700 for (auto &ops : opcodes) { in TEST_F() local 1906 OpcodePair ops) in TestNonCommutativeBinaryOpWithShiftedOperand() 1982 for (const auto &ops : opcodes) { in TEST_F() local 2042 OpcodePair ops) in TestBitwiseInstructionsWithInvertedShiftedOperand() 2100 for (const auto &ops : opcodes) { in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | arithmetic.cpp | 46 static void LogOperatorCannotBeApplied(ETSChecker *checker, BinaryArithmOperands const &ops) in LogOperatorCannotBeApplied() 51 static inline void UnboxOperands(ETSChecker *checker, BinaryArithmOperands const &ops) in UnboxOperands() 75 static inline BinaryArithmOperands RepairTypeErrorsInOperands(BinaryArithmOperands const &ops) in RepairTypeErrorsInOperands() 639 static Type *CheckOperatorEqualDynamic(ETSChecker *checker, BinaryArithmOperands const &ops) in CheckOperatorEqualDynamic() 662 static Type *HandelReferenceBinaryEquality(ETSChecker *checker, BinaryArithmOperands const &ops) in HandelReferenceBinaryEquality() 698 static Type *CheckBinaryOperatorEqual(ETSChecker *checker, BinaryArithmOperands const &ops) in CheckBinaryOperatorEqual() 926 BinaryArithmOperands ops = GetBinaryOperands(checker, binaryParams.expr->AsBinaryExpression()); in CheckBinaryOperatorHelper() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | branch_elimination.cpp | 144 … ConditionOps ops {conditionInst->GetInput(0).GetInst(), conditionInst->GetInput(1).GetInst()}; in BranchEliminationCompare() local 324 ConditionOps ops {condition->GetInput(0).GetInst(), condition->GetInput(1).GetInst()}; in GetConditionResult() local
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/templates/ |
| D | Template.swift | 210 var ops: Int = 0 in runIters() variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_builder.cpp | 273 const MapleVector<BaseNode *> &ops) in CreateExprIntrinsicop() 283 const MapleVector<BaseNode *> &ops) in CreateExprIntrinsicop()
|
| /arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/tools/ |
| D | BuildModuleChains.ts | 466 const ops = rightOp.getUses(); constant
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|