Home
last modified time | relevance | path

Searched refs:operation (Results 1 – 25 of 28) sorted by relevance

12

/art/compiler/optimizing/
Dinduction_var_range.cc382 info->op_b->operation == HInductionVarAnalysis::kFetch && in IsUnitStride()
434 info->operation == HInductionVarAnalysis::kFetch) { in IsConstant()
496 info->operation == HInductionVarAnalysis::kFetch) { in HasFetchInLoop()
521 return trip->operation == HInductionVarAnalysis::kTripCountInBody || in IsBodyTripCount()
522 trip->operation == HInductionVarAnalysis::kTripCountInBodyUnsafe; in IsBodyTripCount()
531 return trip->operation == HInductionVarAnalysis::kTripCountInBodyUnsafe || in IsUnsafeTripCount()
532 trip->operation == HInductionVarAnalysis::kTripCountInLoopUnsafe; in IsUnsafeTripCount()
550 if (trip_expr->type == info->type && trip_expr->operation == HInductionVarAnalysis::kSub) { in GetLinear()
559 trip->operation, in GetLinear()
578 trip->induction_class, trip->operation, &neg, trip->op_b, nullptr, trip->type); in GetLinear()
[all …]
Dinduction_var_analysis.cc441 return CreateInduction(a->induction_class, a->operation, new_a, new_b, a->fetch, type_); in TransferAddSub()
453 return CreateInduction(b->induction_class, b->operation, new_a, new_b, b->fetch, type_); in TransferAddSub()
463 return CreateInduction(a->induction_class, a->operation, new_a, new_b, a->fetch, type_); in TransferAddSub()
478 } else if (a->induction_class != kGeometric || a->operation == kMul) { in TransferNeg()
483 return CreateInduction(a->induction_class, a->operation, new_a, new_b, a->fetch, type_); in TransferNeg()
501 b->operation == kMul)) { in TransferMul()
506 return CreateInduction(b->induction_class, b->operation, new_a, new_b, b->fetch, type_); in TransferMul()
509 a->operation == kMul)) { in TransferMul()
514 return CreateInduction(a->induction_class, a->operation, new_a, new_b, a->fetch, type_); in TransferMul()
672 if (c->operation == kFetch) { in SolveOp()
[all …]
Dcode_generator_x86_64.h173 void HandleBitwiseOperation(HBinaryOperation* operation);
175 void HandleShift(HBinaryOperation* operation);
210 void HandleBitwiseOperation(HBinaryOperation* operation);
217 void HandleShift(HBinaryOperation* operation);
Dcode_generator_mips64.h187 void HandleBinaryOp(HBinaryOperation* operation);
189 void HandleShift(HBinaryOperation* operation);
233 void HandleBinaryOp(HBinaryOperation* operation);
235 void HandleShift(HBinaryOperation* operation);
Dinduction_var_analysis.h108 operation(op), in InductionInfo()
114 InductionOp operation; member
Dcode_generator_arm.h188 void HandleBitwiseOperation(HBinaryOperation* operation, Opcode opcode);
192 void HandleShift(HBinaryOperation* operation);
237 void HandleBitwiseOperation(HBinaryOperation* operation);
241 void HandleShift(HBinaryOperation* operation);
Dcode_generator_mips.h190 void HandleBinaryOp(HBinaryOperation* operation);
192 void HandleShift(HBinaryOperation* operation);
236 void HandleBinaryOp(HBinaryOperation* operation);
238 void HandleShift(HBinaryOperation* operation);
Dcode_generator_arm_vixl.h282 void HandleBitwiseOperation(HBinaryOperation* operation, Opcode opcode);
286 void HandleShift(HBinaryOperation* operation);
333 void HandleBitwiseOperation(HBinaryOperation* operation);
337 void HandleShift(HBinaryOperation* operation);
/art/test/004-ThreadStress/src/
DMain.java460 for (Operation operation : operations) { in runTest()
461 Integer ops = distribution.get(operation); in runTest()
467 distribution.put(operation, ops); in runTest()
579 Operation operation = operations[nextOperation]; in run() local
583 + " is " + operation); in run()
586 if (!operation.perform()) { in run()
617 Operation operation = operations[i]; in run() local
621 + " is " + operation); in run()
623 operation.perform(); in run()
/art/runtime/base/unix_file/
DREADME13 This code will, in general, return -errno on failure. If an operation consisted
15 relevant operation.
/art/test/417-optimizing-arith-div/
Dinfo.txt1 Tests for division operation.
/art/test/428-optimizing-arith-rem/
Dinfo.txt1 Tests for modulo (rem) operation.
/art/test/436-rem-float/
Dinfo.txt1 Tests for floating point modulo (rem) operation.
/art/test/575-checker-isnan/
Dinfo.txt1 Unit test for float/double isNaN() operation.
/art/test/564-checker-bitcount/
Dinfo.txt1 Unit test for 32-bit and 64-bit bit count operation.
/art/runtime/base/
Dscoped_flock.cc56 int operation = block ? LOCK_EX : (LOCK_EX | LOCK_NB); in Init() local
57 int flock_result = TEMP_FAILURE_RETRY(flock(file_->Fd(), operation)); in Init()
/art/test/944-transform-classloaders/
Dinfo.txt6 classloaders. Changes to the internal operation or definition of
/art/test/800-smali/smali/
Db_26594149_1.smali22 # Illegal operation.
Db_26594149_2.smali22 # Illegal operation.
Db_26594149_5.smali23 # Allowed operation on uninitialized objects.
Db_26594149_3.smali24 # Illegal operation.
Db_26594149_4.smali34 # Illegal operation.
/art/runtime/interpreter/
Dinterpreter_intrinsics.cc246 #define SIMPLE_STRING_INTRINSIC(name, operation) \ argument
255 result_register->operation; \
/art/compiler/utils/mips64/
Dassembler_mips64.cc187 void Mips64Assembler::EmitMsa3R(int operation, in EmitMsa3R() argument
197 operation << kMsaOperationShift | in EmitMsa3R()
206 void Mips64Assembler::EmitMsaBIT(int operation, in EmitMsaBIT() argument
214 operation << kMsaOperationShift | in EmitMsaBIT()
222 void Mips64Assembler::EmitMsaELM(int operation, in EmitMsaELM() argument
230 operation << kMsaELMOperationShift | in EmitMsaELM()
255 void Mips64Assembler::EmitMsaI10(int operation, in EmitMsaI10() argument
263 operation << kMsaOperationShift | in EmitMsaI10()
271 void Mips64Assembler::EmitMsa2R(int operation, in EmitMsa2R() argument
279 operation << kMsa2ROperationShift | in EmitMsa2R()
[all …]
Dassembler_mips64.h1455 void EmitMsa3R(int operation,
1461 void EmitMsaBIT(int operation, int df_m, VectorRegister ws, VectorRegister wd, int minor_opcode);
1462 void EmitMsaELM(int operation, int df_n, VectorRegister ws, VectorRegister wd, int minor_opcode);
1464 void EmitMsaI10(int operation, int df, int i10, VectorRegister wd, int minor_opcode);
1465 void EmitMsa2R(int operation, int df, VectorRegister ws, VectorRegister wd, int minor_opcode);
1466 void EmitMsa2RF(int operation, int df, VectorRegister ws, VectorRegister wd, int minor_opcode);

12