Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp40 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()
495 std::string SubRegNo; in collectPatterns() local
513 SubRegNo = getQualifiedName(SR->getDef()); in collectPatterns()
515 SubRegNo = Dst.getChild(1).getLeafValue()->getAsString(); in collectPatterns()
593 DstRC, SubRegNo, PhysRegInputs, PredicateCheck); in collectPatterns()
671 if (Memo.SubRegNo.empty()) { in emitInstructionCode()
681 OS << "extractsubreg(" << RetVTName << ", Op0, " << Memo.SubRegNo in emitInstructionCode()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h386 unsigned getSubRegIndex(MCRegister RegNo, MCRegister SubRegNo) const;