Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp428 RegOperand enumerator
486 X.Kind = RegOperand; in getRegOp()
2218 case MatchableInfo::ResOperand::RegOperand: { in emitConvertFuncs()
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp3736 MachineOperand RegOperand = MI.getOperand(III.OpNoForForwarding); in isImmInstrEligibleForFolding() local
3741 assert(RegOperand.isReg() && "Instruction format is not right"); in isImmInstrEligibleForFolding()
3744 if (!RegOperand.isKill()) in isImmInstrEligibleForFolding()
3747 ToBeDeletedReg = RegOperand.getReg(); in isImmInstrEligibleForFolding()