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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp2922 MachineOperand RegOperand = MI.getOperand(III.OpNoForForwarding);
2927 assert(RegOperand.isReg() && "Instruction format is not right");
2930 if (!RegOperand.isKill())
2933 ToBeDeletedReg = RegOperand.getReg();
/freebsd-13-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:__anon4890::MatchableInfo::ResOperand::__anon4891
485 X.Kind = RegOperand;
2206 case MatchableInfo::ResOperand::RegOperand: {

Completed in 110 milliseconds