LLVM: lib/Target/M68k/GISel/M68kCallLowering.h Source File (original) (raw)

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15#ifndef LLVM_LIB_TARGET_M68K_GLSEL_M68KCALLLOWERING_H

16#define LLVM_LIB_TARGET_M68K_GLSEL_M68KCALLLOWERING_H

17

21

22namespace llvm {

23

26

28

29

30

31public:

33

36 Register SwiftErrorVReg) const override;

37

41

44

46};

51

53

54private:

57

61

65};

66}

67

68#endif

Analysis containing CSE Info

This file describes how to lower LLVM calls to machine code calls.

ArrayRef - Represent a constant reference to an array (0 or more elements consecutively in memory),...

CCValAssign - Represent assignment of one arg/retval to a location.

CallLowering(const TargetLowering *TLI)

FunctionLoweringInfo - This contains information that is global to a function that is used when lower...

bool lowerCall(MachineIRBuilder &MIRBuilder, CallLoweringInfo &Info) const override

This hook must be implemented to lower the given call instruction, including argument and return valu...

bool lowerFormalArguments(MachineIRBuilder &MIRBuilder, const Function &F, ArrayRef< ArrayRef< Register > > VRegs, FunctionLoweringInfo &FLI) const override

This hook must be implemented to lower the incoming (formal) arguments, described by VRegs,...

M68kCallLowering(const M68kTargetLowering &TLI)

bool lowerReturn(MachineIRBuilder &MIRBuilder, const Value *Val, ArrayRef< Register > VRegs, FunctionLoweringInfo &FLI, Register SwiftErrorVReg) const override

This hook must be implemented to lower outgoing return values, described by Val, into the specified v...

bool enableBigEndian() const override

For targets which want to use big-endian can enable it with enableBigEndian() hook.

Helper class to build MachineInstr.

MachineRegisterInfo - Keep track of information for virtual and physical registers,...

Wrapper class representing virtual and physical registers.

LLVM Value Representation.

This is an optimization pass for GlobalISel generic memory operations.

Base class for ValueHandlers used for arguments coming into the current function, or for return value...

IncomingValueHandler(MachineIRBuilder &MIRBuilder, MachineRegisterInfo &MRI)

MachineIRBuilder & MIRBuilder

MachineRegisterInfo & MRI

uint64_t StackUsed

Definition M68kCallLowering.h:52

M68kIncomingValueHandler(MachineIRBuilder &MIRBuilder, MachineRegisterInfo &MRI)

Definition M68kCallLowering.h:48

This class contains a discriminated union of information about pointers in memory operands,...