Searched refs:SubRegNo (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | FastISelEmitter.cpp | 40 std::string SubRegNo; member 45 std::string SubRegNo, std::vector<std::string> PhysRegs, in InstructionMemo() 47 : Name(Name), RC(RC), SubRegNo(std::move(SubRegNo)), in InstructionMemo() 476 std::string SubRegNo; in collectPatterns() local 494 SubRegNo = getQualifiedName(SR->getDef()); in collectPatterns() 496 SubRegNo = Dst.getChild(1).getLeafValue()->getAsString(); in collectPatterns() 573 DstRC, std::move(SubRegNo), std::move(PhysRegInputs), in collectPatterns() 649 if (Memo.SubRegNo.empty()) { in emitInstructionCode() 659 OS << "extractsubreg(" << RetVTName << ", Op0, " << Memo.SubRegNo in emitInstructionCode()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCRegisterInfo.h | 392 unsigned getSubRegIndex(MCRegister RegNo, MCRegister SubRegNo) const;
|