LLVM
20.0.0git
lib
Target
X86
X86CallingConv.h
Go to the documentation of this file.
1
//=== X86CallingConv.h - X86 Custom Calling Convention Routines -*- C++ -*-===//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
//
9
// This file contains the custom routines for the X86 Calling Convention that
10
// aren't done by tablegen.
11
//
12
//===----------------------------------------------------------------------===//
13
14
#ifndef LLVM_LIB_TARGET_X86_X86CALLINGCONV_H
15
#define LLVM_LIB_TARGET_X86_X86CALLINGCONV_H
16
17
#include "
MCTargetDesc/X86MCTargetDesc.h
"
18
#include "
llvm/CodeGen/CallingConvLower.h
"
19
#include "
llvm/IR/CallingConv.h
"
20
21
namespace
llvm
{
22
23
bool
RetCC_X86
(
unsigned
ValNo,
MVT
ValVT,
MVT
LocVT,
24
CCValAssign::LocInfo
LocInfo,
ISD::ArgFlagsTy
ArgFlags,
25
CCState
&State);
26
27
bool
CC_X86
(
unsigned
ValNo,
MVT
ValVT,
MVT
LocVT,
CCValAssign::LocInfo
LocInfo,
28
ISD::ArgFlagsTy
ArgFlags,
CCState
&State);
29
30
}
// End llvm namespace
31
32
#endif
33
CallingConvLower.h
CallingConv.h
X86MCTargetDesc.h
llvm::CCState
CCState - This class holds information needed while lowering arguments and return values.
Definition:
CallingConvLower.h:170
llvm::CCValAssign::LocInfo
LocInfo
Definition:
CallingConvLower.h:35
llvm::MVT
Machine Value Type.
Definition:
MachineValueType.h:35
llvm
This is an optimization pass for GlobalISel generic memory operations.
Definition:
AddressRanges.h:18
llvm::RetCC_X86
bool RetCC_X86(unsigned ValNo, MVT ValVT, MVT LocVT, CCValAssign::LocInfo LocInfo, ISD::ArgFlagsTy ArgFlags, CCState &State)
llvm::CC_X86
bool CC_X86(unsigned ValNo, MVT ValVT, MVT LocVT, CCValAssign::LocInfo LocInfo, ISD::ArgFlagsTy ArgFlags, CCState &State)
llvm::ISD::ArgFlagsTy
Definition:
TargetCallingConv.h:27
Generated on Thu Nov 21 2024 04:48:43 for LLVM by
1.9.6