Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DFastISelEmitter.cpp37 std::string SubRegNo; member
42 std::string SubRegNo, std::vector<std::string> PhysRegs, in InstructionMemo()
44 : Name(Name), RC(RC), SubRegNo(std::move(SubRegNo)), in InstructionMemo()
486 std::string SubRegNo; in collectPatterns() local
503 SubRegNo = getQualifiedName(SR->getDef()); in collectPatterns()
505 SubRegNo = Dst->getChild(1)->getLeafValue()->getAsString(); in collectPatterns()
583 SubRegNo, in collectPatterns()
664 if (Memo.SubRegNo.empty()) { in emitInstructionCode()
675 << ", Op0, " << Memo.SubRegNo << ");\n"; in emitInstructionCode()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCRegisterInfo.h471 unsigned getSubRegIndex(MCRegister RegNo, MCRegister SubRegNo) const;