Searched refs:RCDef (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DRegisterBankEmitter.cpp67 for (const auto *RCDef : getDef().getValueAsListOfDefs("RegisterClasses"))
68 RCs.push_back(RegisterClassHierarchy.getRegClass(RCDef));
H A DCodeGenSchedule.h165 /// Represent the cost of allocating a register of register class RCDef.
171 Record *RCDef; member in struct:llvm::CodeGenRegisterCost
175 : RCDef(RC), Cost(RegisterCost), AllowMoveElimination(AllowMoveElim) {}
H A DGlobalISelEmitter.cpp4782 Record *RCDef = getInitValueAsRegClass(ValChild->getLeafValue());
4783 if (!RCDef)
4787 CodeGenRegisterClass *RC = CGRegs.getRegClass(RCDef);
4806 Record *RCDef = getInitValueAsRegClass(Dst->getChild(0)->getLeafValue());
4807 if (!RCDef)
5153 Record *RCDef = getInitValueAsRegClass(Dst->getLeafValue());
5154 if (RCDef) {
5155 const CodeGenRegisterClass &RC = Target.getRegisterClass(RCDef);
H A DSubtargetEmitter.cpp694 Record *Rec = RC.RCDef;

Completed in 202 milliseconds