Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
584 SubRegNo, in collectPatterns()
665 if (Memo.SubRegNo.empty()) { in emitInstructionCode()
676 << ", Op0, " << Memo.SubRegNo << ");\n"; in emitInstructionCode()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCRegisterInfo.h471 unsigned getSubRegIndex(MCRegister RegNo, MCRegister SubRegNo) const;