LLVM 20.0.0git
|
This file declares WebAssembly-specific per-machine-function information. More...
#include "MCTargetDesc/WebAssemblyMCTargetDesc.h"
#include "llvm/CodeGen/MIRYamlMapping.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/MC/MCSymbolWasm.h"
Go to the source code of this file.
Classes | |
class | llvm::WebAssemblyFunctionInfo |
This class is derived from MachineFunctionInfo and contains private WebAssembly-specific information for each MachineFunction. More... | |
struct | llvm::yaml::WebAssemblyFunctionInfo |
struct | llvm::yaml::MappingTraits< WebAssemblyFunctionInfo > |
struct | llvm::yaml::CustomMappingTraits< BBNumberMap > |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::yaml |
Typedefs | |
using | llvm::yaml::BBNumberMap = DenseMap< int, int > |
Functions | |
void | llvm::computeLegalValueVTs (const WebAssemblyTargetLowering &TLI, LLVMContext &Ctx, const DataLayout &DL, Type *Ty, SmallVectorImpl< MVT > &ValueVTs) |
void | llvm::computeLegalValueVTs (const Function &F, const TargetMachine &TM, Type *Ty, SmallVectorImpl< MVT > &ValueVTs) |
void | llvm::computeSignatureVTs (const FunctionType *Ty, const Function *TargetFunc, const Function &ContextFunc, const TargetMachine &TM, SmallVectorImpl< MVT > &Params, SmallVectorImpl< MVT > &Results) |
void | llvm::valTypesFromMVTs (ArrayRef< MVT > In, SmallVectorImpl< wasm::ValType > &Out) |
wasm::WasmSignature * | llvm::signatureFromMVTs (MCContext &Ctx, const SmallVectorImpl< MVT > &Results, const SmallVectorImpl< MVT > &Params) |
This file declares WebAssembly-specific per-machine-function information.
Definition in file WebAssemblyMachineFunctionInfo.h.