Searched refs:HBitwiseNegatedRight (Results 1 – 11 of 11) sorted by relevance
1 Tests that GVN doesn't deduplicate HBitwiseNegatedRight
142 [[maybe_unused]] HBitwiseNegatedRight*) { in VisitBitwiseNegatedRight() argument
3438 HBitwiseNegatedRight* neg_op = new (hnot->GetBlock()->GetGraph()->GetAllocator()) in TryMergeNegatedInput()3439 HBitwiseNegatedRight(op->GetType(), op->GetKind(), hother, src, op->GetDexPc()); in TryMergeNegatedInput()3466 HBitwiseNegatedRight* bnr = new (instruction->GetBlock()->GetGraph()->GetAllocator()) in TryMergeWithAnd()3467 HBitwiseNegatedRight(instruction->GetType(), in TryMergeWithAnd()
631 void VisitBitwiseNegatedRight(HBitwiseNegatedRight* instruction) override { in VisitBitwiseNegatedRight()
651 void SchedulingLatencyVisitorARM::VisitBitwiseNegatedRight(HBitwiseNegatedRight* instruction) { in VisitBitwiseNegatedRight()
8392 class HBitwiseNegatedRight final : public HBinaryOperation {8394 HBitwiseNegatedRight(DataType::Type result_type,
2503 void LocationsBuilderARM64::VisitBitwiseNegatedRight(HBitwiseNegatedRight* instr) { in VisitBitwiseNegatedRight()2512 void InstructionCodeGeneratorARM64::VisitBitwiseNegatedRight(HBitwiseNegatedRight* instr) { in VisitBitwiseNegatedRight()
5443 void LocationsBuilderRISCV64::VisitBitwiseNegatedRight(HBitwiseNegatedRight* instruction) { in VisitBitwiseNegatedRight()5453 void InstructionCodeGeneratorRISCV64::VisitBitwiseNegatedRight(HBitwiseNegatedRight* instruction) { in VisitBitwiseNegatedRight()
8565 [[maybe_unused]] HBitwiseNegatedRight* instruction) { in VisitBitwiseNegatedRight()8570 [[maybe_unused]] HBitwiseNegatedRight* instruction) { in VisitBitwiseNegatedRight()
9306 [[maybe_unused]] HBitwiseNegatedRight* instruction) { in VisitBitwiseNegatedRight()9311 [[maybe_unused]] HBitwiseNegatedRight* instruction) { in VisitBitwiseNegatedRight()
8749 void LocationsBuilderARMVIXL::VisitBitwiseNegatedRight(HBitwiseNegatedRight* instruction) { in VisitBitwiseNegatedRight()8760 void InstructionCodeGeneratorARMVIXL::VisitBitwiseNegatedRight(HBitwiseNegatedRight* instruction) { in VisitBitwiseNegatedRight()