Lines Matching refs:isUInt
1155 return isUInt<6>(MI->getOperand(1).getImm()); in isPredicable()
1169 return isUInt<6>(MI->getOperand(2).getImm()); in isPredicable()
1188 return (OpCExtended[1] || isUInt<6>(MI->getOperand(1).getImm())) && in isPredicable()
2368 return isUInt<10>(Offset); in isValidOffset()
2445 return isUInt<6>(Offset); in isValidOffset()
2870 ((isUInt<5>(MI->getOperand(2).getImm())) || in getCompoundCandidateGroup()
3206 MI->getOperand(2).isImm() && isUInt<4>(MI->getOperand(2).getImm())) in getDuplexCandidateGroup()
3235 isUInt<3>(MI->getOperand(2).getImm())) in getDuplexCandidateGroup()
3314 MI->getOperand(1).isImm() && isUInt<4>(MI->getOperand(1).getImm())) in getDuplexCandidateGroup()
3350 MI->getOperand(2).isImm() && isUInt<1>(MI->getOperand(2).getImm())) in getDuplexCandidateGroup()
3357 isUInt<4>(MI->getOperand(1).getImm()) && MI->getOperand(2).isImm() && in getDuplexCandidateGroup()
3358 MI->getOperand(2).isImm() && isUInt<1>(MI->getOperand(2).getImm())) in getDuplexCandidateGroup()
3462 MI->getOperand(2).isImm() && isUInt<2>(MI->getOperand(2).getImm())) in getDuplexCandidateGroup()
3470 ((MI->getOperand(1).isImm() && isUInt<2>(MI->getOperand(1).getImm())) || in getDuplexCandidateGroup()
3472 isUInt<2>(MI->getOperand(1).getOffset()))) && in getDuplexCandidateGroup()
3473 ((MI->getOperand(2).isImm() && isUInt<2>(MI->getOperand(2).getImm())) || in getDuplexCandidateGroup()
3475 isUInt<2>(MI->getOperand(2).getOffset())))) in getDuplexCandidateGroup()