Home
last modified time | relevance | path

Searched refs:RegOperand (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp433 RegOperand enumerator
491 X.Kind = RegOperand; in getRegOp()
2230 case MatchableInfo::ResOperand::RegOperand: { in emitConvertFuncs()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp3704 MachineOperand RegOperand = MI.getOperand(III.OpNoForForwarding); in isImmInstrEligibleForFolding() local
3709 assert(RegOperand.isReg() && "Instruction format is not right"); in isImmInstrEligibleForFolding()
3712 if (!RegOperand.isKill()) in isImmInstrEligibleForFolding()
3715 ToBeDeletedReg = RegOperand.getReg(); in isImmInstrEligibleForFolding()