Searched refs:bitfield_op (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Dinstruction_simplifier_arm64.h44 HInstruction* bitfield_op,
46 bool CanMergeIntoShifterOperand(HInstruction* use, HInstruction* bitfield_op) { argument
47 return TryMergeIntoShifterOperand(use, bitfield_op, false);
49 bool MergeIntoShifterOperand(HInstruction* use, HInstruction* bitfield_op) { argument
50 DCHECK(CanMergeIntoShifterOperand(use, bitfield_op));
51 return TryMergeIntoShifterOperand(use, bitfield_op, true);
H A Dinstruction_simplifier_arm64.cc82 HInstruction* bitfield_op,
86 DCHECK(CanFitInShifterOperand(bitfield_op));
87 DCHECK(!bitfield_op->HasEnvironmentUses());
104 DCHECK(left == bitfield_op || right == bitfield_op);
115 if (bitfield_op == right) {
127 HArm64DataProcWithShifterOp::GetOpInfoFromInstruction(bitfield_op, &op_kind, &shift_amount);
138 bitfield_op->InputAt(0),
143 if (bitfield_op->GetUses().empty()) {
144 bitfield_op
81 TryMergeIntoShifterOperand(HInstruction* use, HInstruction* bitfield_op, bool do_merge) argument
153 TryMergeIntoUsersShifterOperand(HInstruction* bitfield_op) argument
[all...]
H A Dnodes_arm64.h75 static void GetOpInfoFromInstruction(HInstruction* bitfield_op,

Completed in 66 milliseconds