Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp41 std::string SubRegNo; member
46 std::string SubRegNo, std::vector<std::string> PhysRegs, in InstructionMemo()
48 : Name(Name), RC(RC), SubRegNo(std::move(SubRegNo)), in InstructionMemo()
485 std::string SubRegNo; in collectPatterns() local
502 SubRegNo = getQualifiedName(SR->getDef()); in collectPatterns()
504 SubRegNo = Dst->getChild(1)->getLeafValue()->getAsString(); in collectPatterns()
582 SubRegNo, in collectPatterns()
662 if (Memo.SubRegNo.empty()) { in emitInstructionCode()
673 << ", Op0, " << Memo.SubRegNo << ");\n"; in emitInstructionCode()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h384 unsigned getSubRegIndex(MCRegister RegNo, MCRegister SubRegNo) const;