|
LLVM
4.0.0
|
This file implements the lowering of LLVM calls to machine code calls for GlobalISel. More...
#include "ARMCallLowering.h"#include "ARMBaseInstrInfo.h"#include "ARMISelLowering.h"#include "llvm/CodeGen/GlobalISel/MachineIRBuilder.h"#include "llvm/CodeGen/MachineRegisterInfo.h"Go to the source code of this file.
Functions | |
| static bool | isSupportedType (const DataLayout DL, const ARMTargetLowering &TLI, Type *T) |
This file implements the lowering of LLVM calls to machine code calls for GlobalISel.
Definition in file ARMCallLowering.cpp.
|
static |
Definition at line 33 of file ARMCallLowering.cpp.
References llvm::EVT::getSimpleVT(), llvm::MVT::getSizeInBits(), llvm::TargetLoweringBase::getValueType(), llvm::EVT::isInteger(), llvm::EVT::isSimple(), and llvm::EVT::isVector().
Referenced by llvm::ARMCallLowering::lowerFormalArguments().
1.8.6