Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp429 RegOperand enumerator
487 X.Kind = RegOperand; in getRegOp()
2221 case MatchableInfo::ResOperand::RegOperand: { in emitConvertFuncs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp3615 MachineOperand RegOperand = MI.getOperand(III.OpNoForForwarding); in isImmInstrEligibleForFolding() local
3620 assert(RegOperand.isReg() && "Instruction format is not right"); in isImmInstrEligibleForFolding()
3623 if (!RegOperand.isKill()) in isImmInstrEligibleForFolding()
3626 ToBeDeletedReg = RegOperand.getReg(); in isImmInstrEligibleForFolding()