Home | History | Annotate | Download | only in X86

Lines Matching refs:NumRegs

100 static const unsigned NumRegs = 16;
158 assert(X86::XMM15 == X86::XMM0+NumRegs-1 && "Unexpected sort");
160 return reg < NumRegs ? (int) reg : -1;
181 assert(unsigned(rx) < NumRegs && "Invalid index");
183 LiveRegs = new DomainValue*[NumRegs];
184 std::fill(LiveRegs, LiveRegs+NumRegs, (DomainValue*)0);
199 assert(unsigned(rx) < NumRegs && "Invalid index");
212 assert(unsigned(rx) < NumRegs && "Invalid index");
244 for (unsigned rx = 0; rx != NumRegs; ++rx)
263 for (unsigned rx = 0; rx != NumRegs; ++rx)
452 assert(NumRegs == X86::VR128RegClass.getNumRegs() && "Bad regclass");