|
LLVM
4.0.0
|
#include "llvm/ADT/SmallVector.h"#include "llvm/CodeGen/MachineFrameInfo.h"#include "llvm/CodeGen/MachineFunction.h"#include "llvm/IR/CallingConv.h"#include "llvm/MC/MCRegisterInfo.h"#include "llvm/Target/TargetCallingConv.h"Go to the source code of this file.
Classes | |
| class | llvm::CCValAssign |
| CCValAssign - Represent assignment of one arg/retval to a location. More... | |
| struct | llvm::ForwardedRegister |
| Describes a register that needs to be forwarded from the prologue to a musttail call. More... | |
| class | llvm::CCState |
| CCState - This class holds information needed while lowering arguments and return values. More... | |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Typedefs | |
| typedef bool | llvm::CCAssignFn (unsigned ValNo, MVT ValVT, MVT LocVT, CCValAssign::LocInfo LocInfo, ISD::ArgFlagsTy ArgFlags, CCState &State) |
| CCAssignFn - This function assigns a location for Val, updating State to reflect the change. More... | |
| typedef bool | llvm::CCCustomFn (unsigned &ValNo, MVT &ValVT, MVT &LocVT, CCValAssign::LocInfo &LocInfo, ISD::ArgFlagsTy &ArgFlags, CCState &State) |
| CCCustomFn - This function assigns a location for Val, possibly updating all args to reflect changes and indicates if it handled it. More... | |
Enumerations | |
| enum | llvm::ParmContext { llvm::Unknown, llvm::Unknown, llvm::Prologue, llvm::Call } |
| ParmContext - This enum tracks whether calling convention lowering is in the context of prologue or call generation. More... | |
1.8.6