Home | History | Annotate | Download | only in Sparc

Lines Matching defs:Size

89   unsigned size      = (LocVT == MVT::f128) ? 16 : 8;
91 unsigned Offset = State.AllocateStack(size, alignment);
205 for (unsigned i = 0; i != RVLocs.size(); ++i) {
267 for (unsigned i = 0; i != RVLocs.size(); ++i) {
296 if (i+1 < RVLocs.size() && RVLocs[i+1].getLocReg() == VA.getLocReg()) {
359 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i, ++InIdx) {
559 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
705 // Get the size of the outgoing arguments stack space requirement.
715 for (unsigned i = 0, e = Outs.size(); i != e; ++i) {
721 unsigned Size = Flags.getByValSize();
724 int FI = MFI->CreateStackObject(Size, Align, false);
726 SDValue SizeNode = DAG.getConstant(Size, MVT::i32);
730 (Size <= 32), // AlwaysInline if size <= 32
744 for (unsigned i = 0, realArgIdx = 0, byvalArgIdx = 0, e = ArgLocs.size();
886 for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i) {
912 for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i)
943 for (unsigned i = 0; i != RVLocs.size(); ++i) {
1008 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
1068 // Get the size of the outgoing arguments stack space requirement.
1097 for (unsigned i = 0, e = ArgLocs.size(); i != e; ++i) {
1165 if (i+1 < ArgLocs.size() && ArgLocs[i+1].isRegLoc() &&
1202 for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i) {
1225 for (unsigned i = 0, e = RegsToPass.size(); i != e; ++i)
1263 if (CLI.Ins.size() == 1 && CLI.Ins[0].VT == MVT::f32 && CLI.CS == nullptr)
1269 for (unsigned i = 0; i != RVLocs.size(); ++i) {
2393 // We can't count on greater alignment than the word size.
2402 SDValue Size = Op.getOperand(1); // Legalize the size.
2403 EVT VT = Size->getValueType(0);
2408 Size); // Value
3062 if (Constraint.size() == 1) {
3135 if (Constraint.size() == 1) {
3140 } else if (!Constraint.empty() && Constraint.size() <= 5
3144 StringRef name(Constraint.data()+1, Constraint.size()-2);