|
LLVM
3.7.0
|
#include "llvm/CodeGen/CallingConvLower.h"#include "llvm/CodeGen/MachineFrameInfo.h"#include "llvm/CodeGen/MachineRegisterInfo.h"#include "llvm/IR/DataLayout.h"#include "llvm/Support/Debug.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/SaveAndRestore.h"#include "llvm/Support/raw_ostream.h"#include "llvm/Target/TargetLowering.h"#include "llvm/Target/TargetRegisterInfo.h"#include "llvm/Target/TargetSubtargetInfo.h"Go to the source code of this file.
Functions | |
| static bool | isValueTypeInRegForCC (CallingConv::ID CC, MVT VT) |
|
static |
Definition at line 182 of file CallingConvLower.cpp.
References llvm::MVT::isInteger(), llvm::MVT::isVector(), llvm::CallingConv::X86_FastCall, and llvm::CallingConv::X86_VectorCall.
Referenced by llvm::CCState::getRemainingRegParmsForType().
1.8.6