Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp427 RegOperand enumerator
485 X.Kind = RegOperand; in getRegOp()
2201 case MatchableInfo::ResOperand::RegOperand: { in emitConvertFuncs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp3576 MachineOperand RegOperand = MI.getOperand(III.OpNoForForwarding); in isImmInstrEligibleForFolding() local
3581 assert(RegOperand.isReg() && "Instruction format is not right"); in isImmInstrEligibleForFolding()
3584 if (!RegOperand.isKill()) in isImmInstrEligibleForFolding()
3587 ToBeDeletedReg = RegOperand.getReg(); in isImmInstrEligibleForFolding()