Searched refs:CCIdx (Results 1 – 3 of 3) sorted by relevance
134 int CCIdx = MI.findFirstPredOperandIdx(); in isSafeAESInput() local135 if (CCIdx == -1) in isSafeAESInput()137 return MI.getOperand(CCIdx).getImm() == (int64_t)ARMCC::AL; in isSafeAESInput()
3311 unsigned CCIdx = IsVCMP ? 4 : 3; in ParseInstruction() local3313 PatchedName.slice(CCIdx, PatchedName.size() - 2)) in ParseInstruction()
1673 int CCIdx = findCondCodeUseOperandIdxForBranchOrSelect(Instr); in findCondCodeUsedByInstr() local1674 return CCIdx >= 0 ? static_cast<AArch64CC::CondCode>( in findCondCodeUsedByInstr()1675 Instr.getOperand(CCIdx).getImm()) in findCondCodeUsedByInstr()