LLVM 18.0.0git
|
This file implements the targeting of the Machinelegalizer class for RISC-V. More...
#include "RISCVLegalizerInfo.h"
#include "RISCVMachineFunctionInfo.h"
#include "RISCVSubtarget.h"
#include "llvm/CodeGen/GlobalISel/LegalizerHelper.h"
#include "llvm/CodeGen/GlobalISel/MachineIRBuilder.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/TargetOpcodes.h"
#include "llvm/CodeGen/ValueTypes.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/Type.h"
Go to the source code of this file.
Functions | |
static LegalityPredicate | typeIsScalarFPArith (unsigned TypeIdx, const RISCVSubtarget &ST) |
This file implements the targeting of the Machinelegalizer class for RISC-V.
Definition in file RISCVLegalizerInfo.cpp.
|
static |
Definition at line 29 of file RISCVLegalizerInfo.cpp.
Referenced by llvm::RISCVLegalizerInfo::RISCVLegalizerInfo().