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