Searched refs:RegOperand (Results 1 – 5 of 5) sorted by relevance
17 def RegOperand : RegisterOperand<RegClass> {25 let InOperandList = (ins RegOperand:$bar);
407 RegOperand enumerator456 X.Kind = RegOperand; in getRegOp()2068 case MatchableInfo::ResOperand::RegOperand: { in emitConvertFuncs()
427 RegOperand enumerator485 X.Kind = RegOperand; in getRegOp()2206 case MatchableInfo::ResOperand::RegOperand: { in emitConvertFuncs()
2672 MachineOperand RegOperand = MI.getOperand(III.OpNoForForwarding); in isImmInstrEligibleForFolding() local2677 assert(RegOperand.isReg() && "Instruction format is not right"); in isImmInstrEligibleForFolding()2680 if (!RegOperand.isKill()) in isImmInstrEligibleForFolding()2683 ToBeDeletedReg = RegOperand.getReg(); in isImmInstrEligibleForFolding()
3132 MachineOperand RegOperand = MI.getOperand(III.OpNoForForwarding); in isImmInstrEligibleForFolding() local3137 assert(RegOperand.isReg() && "Instruction format is not right"); in isImmInstrEligibleForFolding()3140 if (!RegOperand.isKill()) in isImmInstrEligibleForFolding()3143 ToBeDeletedReg = RegOperand.getReg(); in isImmInstrEligibleForFolding()