Searched refs:ImpUse (Results 1 – 2 of 2) sorted by relevance
218 bool ReadUndef, bool ImpUse);627 bool PredSense, bool ReadUndef, bool ImpUse) { in genCondTfrFor() argument
4449 const MachineOperand &ImpUse in verifyInstruction() local4451 if (!ImpUse.isReg() || !ImpUse.isUse() || in verifyInstruction()4452 !isSubRegOf(RI, ImpUse, IsDst ? *Dst : Src0)) { in verifyInstruction()