LLVM  8.0.1
Classes | Namespaces | Typedefs
CallingConvLower.h File Reference
#include "llvm/ADT/SmallVector.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/TargetCallingConv.h"
#include "llvm/IR/CallingConv.h"
#include "llvm/MC/MCRegisterInfo.h"
Include dependency graph for CallingConvLower.h:
This graph shows which files directly or indirectly include this file:

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
 This class represents lattice values for constants.
 

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...