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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2676 MachineOperand RegOperand = MI.getOperand(III.OpNoForForwarding);
2681 assert(RegOperand.isReg() && "Instruction format is not right");
2684 if (!RegOperand.isKill())
2687 ToBeDeletedReg = RegOperand.getReg();
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp426 /// RegOperand - This represents a fixed register that is dumped in.
427 RegOperand enumerator in enum:__anon2890::MatchableInfo::ResOperand::__anon2891
485 X.Kind = RegOperand;
2206 case MatchableInfo::ResOperand::RegOperand: {

Completed in 171 milliseconds