Home
last modified time | relevance | path

Searched refs:CanFitInShifterOperand (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dnodes_shared.cc28 using helpers::CanFitInShifterOperand;
33 DCHECK(CanFitInShifterOperand(instruction)); in GetOpInfoFromInstruction()
Dinstruction_simplifier_arm.cc29 using helpers::CanFitInShifterOperand;
92 DCHECK(CanFitInShifterOperand(bitfield_op)); in TryMergeIntoShifterOperand()
161 DCHECK(CanFitInShifterOperand(bitfield_op)); in TryMergeIntoUsersShifterOperand()
Dinstruction_simplifier_arm64.cc27 using helpers::CanFitInShifterOperand;
98 DCHECK(CanFitInShifterOperand(bitfield_op)); in TryMergeIntoShifterOperand()
165 DCHECK(CanFitInShifterOperand(bitfield_op)); in TryMergeIntoUsersShifterOperand()
Dinstruction_simplifier_shared.h29 inline bool CanFitInShifterOperand(HInstruction* instruction) { in CanFitInShifterOperand() function
Dcommon_arm64.h37 using helpers::CanFitInShifterOperand;