Lines Matching full:state
33 << "ISD::ArgFlagsTy ArgFlags, CCState &State);\n";
51 << "ISD::ArgFlagsTy ArgFlags, CCState &State) {\n";
91 << "(ValNo, ValVT, LocVT, LocInfo, ArgFlags, State))\n"
96 O << IndentStr << "if (unsigned Reg = State.AllocateReg(";
107 O << IndentStr << "if (unsigned Reg = State.AllocateReg(RegList"
110 O << IndentStr << " State.addLoc(CCValAssign::getReg(ValNo, ValVT, "
122 O << IndentStr << "if (unsigned Reg = State.AllocateReg(";
148 O << IndentStr << "if (unsigned Reg = State.AllocateReg(RegList"
152 O << IndentStr << " State.addLoc(CCValAssign::getReg(ValNo, ValVT, "
161 << " = State.AllocateStack(";
165 O << "\n" << IndentStr << " State.getTarget().getTargetData()"
166 "->getTypeAllocSize(EVT(LocVT).getTypeForEVT(State.getContext())), ";
170 O << "\n" << IndentStr << " State.getTarget().getTargetData()"
171 "->getABITypeAlignment(EVT(LocVT).getTypeForEVT(State.getContext()))";
175 << "State.addLoc(CCValAssign::getMem(ValNo, ValVT, Offset"
199 << "State.HandleByVal(ValNo, ValVT, LocVT, LocInfo, "
205 << "LocVT, LocInfo, ArgFlags, State))\n";