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.cc28 using helpers::CanFitInShifterOperand;
89 DCHECK(CanFitInShifterOperand(bitfield_op)); in TryMergeIntoShifterOperand()
158 DCHECK(CanFitInShifterOperand(bitfield_op)); in TryMergeIntoUsersShifterOperand()
Dinstruction_simplifier_arm64.cc26 using helpers::CanFitInShifterOperand;
95 DCHECK(CanFitInShifterOperand(bitfield_op)); in TryMergeIntoShifterOperand()
162 DCHECK(CanFitInShifterOperand(bitfield_op)); in TryMergeIntoUsersShifterOperand()
Dinstruction_simplifier_shared.h26 inline bool CanFitInShifterOperand(HInstruction* instruction) { in CanFitInShifterOperand() function
Dcommon_arm64.h36 using helpers::CanFitInShifterOperand;