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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp37 std::string SubRegNo; member in struct:__anon4929::InstructionMemo
42 std::string SubRegNo, std::vector<std::string> PhysRegs,
44 : Name(Name), RC(RC), SubRegNo(std::move(SubRegNo)),
490 std::string SubRegNo;
507 SubRegNo = getQualifiedName(SR->getDef());
509 SubRegNo = Dst->getChild(1)->getLeafValue()->getAsString();
588 SubRegNo,
669 if (Memo.SubRegNo.empty()) {
680 << ", Op0, Op0IsKill, " << Memo.SubRegNo << ");\
41 InstructionMemo(StringRef Name, const CodeGenRegisterClass *RC, std::string SubRegNo, std::vector<std::string> PhysRegs, std::string PredicateCheck) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h464 unsigned getSubRegIndex(MCRegister RegNo, MCRegister SubRegNo) const;

Completed in 155 milliseconds