Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:NumRegs

776   unsigned NumRegs = TLI.getNumRegisters(*DAG.getContext(), VT);
777 // The argument is passed as NumRegs registers of type RegVT.
779 SmallVector<SDValue, 8> Parts(NumRegs);
780 for (unsigned i = 0; i < NumRegs; ++i) {
793 NumRegs; ++i) {