Searched refs:RegOperand (Results 1 – 2 of 2) sorted by relevance
427 RegOperand enumerator485 X.Kind = RegOperand; in getRegOp()2206 case MatchableInfo::ResOperand::RegOperand: { in emitConvertFuncs()
2676 MachineOperand RegOperand = MI.getOperand(III.OpNoForForwarding); in isImmInstrEligibleForFolding() local2681 assert(RegOperand.isReg() && "Instruction format is not right"); in isImmInstrEligibleForFolding()2684 if (!RegOperand.isKill()) in isImmInstrEligibleForFolding()2687 ToBeDeletedReg = RegOperand.getReg(); in isImmInstrEligibleForFolding()