Searched refs:HSub (Results 1 - 16 of 16) sorted by relevance

/art/compiler/optimizing/
H A Dinduction_var_analysis_test.cc259 new (&allocator_) HSub(Primitive::kPrimInt, constant100_, basic_[0]), 0);
292 new (&allocator_) HSub(Primitive::kPrimInt, add, constant1_), 0);
379 new (&allocator_) HSub(Primitive::kPrimInt, constant100_, basic_[0]), 0);
405 new (&allocator_) HSub(Primitive::kPrimInt, constant100_, basic_[0], 0), 0);
431 new (&allocator_) HSub(Primitive::kPrimInt, k, constant100_), 0);
495 new (&allocator_) HSub(Primitive::kPrimInt, constant1_, k), 0);
519 new (&allocator_) HSub(Primitive::kPrimInt, constant1_, k_header), 0);
526 new (&allocator_) HSub(Primitive::kPrimInt, k_body, constant100_), 0);
H A Dconstant_folding.cc62 void VisitSub(HSub* instruction) OVERRIDE;
301 void InstructionWithAbsorbingInputSimplifier::VisitSub(HSub* instruction) {
H A Dinstruction_simplifier.cc87 void VisitSub(HSub* instruction) OVERRIDE;
256 static bool IsSubRegBitsMinusOther(HSub* sub, size_t reg_bits, HInstruction* other) {
936 HSub* sub = new(GetGraph()->GetArena()) HSub(instruction->GetType(), other, neg->GetInput());
1250 HSub* sub = new (allocator) HSub(type, shl, input_other);
1293 HSub* sub = input->AsSub();
1294 HSub* new_sub =
1295 new (GetGraph()->GetArena()) HSub(instruction->GetType(), sub->GetRight(), sub->GetLeft());
1365 void InstructionSimplifierVisitor::VisitSub(HSub* instructio
[all...]
H A Dpc_relative_fixups_x86.cc48 void VisitSub(HSub* sub) OVERRIDE {
H A Dinstruction_builder.cc2015 Binop_23x<HSub>(instruction, Primitive::kPrimInt, dex_pc);
2020 Binop_23x<HSub>(instruction, Primitive::kPrimLong, dex_pc);
2025 Binop_23x<HSub>(instruction, Primitive::kPrimFloat, dex_pc);
2030 Binop_23x<HSub>(instruction, Primitive::kPrimDouble, dex_pc);
2179 Binop_12x<HSub>(instruction, Primitive::kPrimInt, dex_pc);
2184 Binop_12x<HSub>(instruction, Primitive::kPrimLong, dex_pc);
2189 Binop_12x<HSub>(instruction, Primitive::kPrimFloat, dex_pc);
2194 Binop_12x<HSub>(instruction, Primitive::kPrimDouble, dex_pc);
2343 Binop_22s<HSub>(instruction, true, dex_pc);
2373 Binop_22b<HSub>(instructio
[all...]
H A Dbounds_check_elimination_test.cc258 HInstruction* sub1 = new (&allocator_) HSub(Primitive::kPrimInt, parameter2, constant_max_int);
259 HInstruction* sub2 = new (&allocator_) HSub(Primitive::kPrimInt, sub1, constant_max_int);
739 HInstruction* sub = new (allocator) HSub(Primitive::kPrimInt, array_length, phi);
835 HSub* sub = new (&allocator_) HSub(Primitive::kPrimInt, array_length, phi_i);
H A Dinduction_var_range.cc708 *result = Insert(block, new (graph->GetArena()) HSub(type, opa, opb));
744 HSub(type, opb, graph->GetIntConstant(1)));
768 oper = new (graph->GetArena()) HSub(type, opb, opa);
H A Dregister_allocator_test.cc705 *first_sub = new (allocator) HSub(Primitive::kPrimInt, parameter, constant1);
707 *second_sub = new (allocator) HSub(Primitive::kPrimInt, *first_sub, constant2);
H A Dbounds_check_elimination.cc982 void VisitSub(HSub* sub) OVERRIDE {
H A Dnodes.h4272 class HSub : public HBinaryOperation { class in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvokeStaticOrDirect
4274 HSub(Primitive::Type result_type, function in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvokeStaticOrDirect::HSub
4302 DISALLOW_COPY_AND_ASSIGN(HSub);
H A Dcode_generator_mips64.cc3711 void LocationsBuilderMIPS64::VisitSub(HSub* instruction) {
3715 void InstructionCodeGeneratorMIPS64::VisitSub(HSub* instruction) {
H A Dcode_generator_arm64.cc4522 void LocationsBuilderARM64::VisitSub(HSub* instruction) {
4526 void InstructionCodeGeneratorARM64::VisitSub(HSub* instruction) {
H A Dcode_generator_mips.cc4576 void LocationsBuilderMIPS::VisitSub(HSub* instruction) {
4580 void InstructionCodeGeneratorMIPS::VisitSub(HSub* instruction) {
H A Dcode_generator_arm.cc2531 void LocationsBuilderARM::VisitSub(HSub* sub) {
2560 void InstructionCodeGeneratorARM::VisitSub(HSub* sub) {
H A Dcode_generator_x86.cc2842 void LocationsBuilderX86::VisitSub(HSub* sub) {
2872 void InstructionCodeGeneratorX86::VisitSub(HSub* sub) {
H A Dcode_generator_x86_64.cc2988 void LocationsBuilderX86_64::VisitSub(HSub* sub) {
3016 void InstructionCodeGeneratorX86_64::VisitSub(HSub* sub) {

Completed in 219 milliseconds