Home | History | Annotate | Download | only in ARM

Lines Matching defs:Argument

1172 /// LowerMemOpCallTo - Store the argument to the stack.
1377 // Tail call byval lowering might overwrite argument registers so in case of
1390 // outgoing stack slots may alias the incoming argument stack slots, and
1393 // on every argument instead of just those arguments it would clobber.
1528 // Add argument registers to the end of the list so that they are known live
1585 /// MatchingStackOffset - Return true if the given stack call argument is
1587 /// incoming argument stack.
1609 // ByVal argument is passed in as a pointer but it's now being
1713 // argument is passed on the stack.
1988 SDValue Argument = DAG.getTargetConstantPool(CPV, PtrVT, 4);
1989 Argument = DAG.getNode(ARMISD::Wrapper, dl, MVT::i32, Argument);
1990 Argument = DAG.getLoad(PtrVT, dl, DAG.getEntryNode(), Argument,
1993 SDValue Chain = Argument.getValue(1);
1996 Argument = DAG.getNode(ARMISD::PIC_ADD, dl, PtrVT, Argument, PICLabel);
2001 Entry.Node = Argument;
2356 // memory location argument.
2420 // The remaining GPRs hold either the beginning of variable-argument
2445 // If this function is vararg, store any remaining integer argument regs
2478 // This will point to the next argument passed via stack.
2855 llvm_unreachable("Unknown VFP cmp argument!");
2886 llvm_unreachable("Unknown VFP cmp argument!");