LLVM  8.0.1
Classes | Namespaces | Functions
WebAssemblyMachineFunctionInfo.h File Reference

This file declares WebAssembly-specific per-machine-function information. More...

#include "MCTargetDesc/WebAssemblyMCTargetDesc.h"
#include "llvm/BinaryFormat/Wasm.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/MC/MCSymbolWasm.h"
Include dependency graph for WebAssemblyMachineFunctionInfo.h:
This graph shows which files directly or indirectly include this file:

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...
 

Namespaces

 llvm
 This class represents lattice values for constants.
 

Functions

void llvm::ComputeLegalValueVTs (const Function &F, const TargetMachine &TM, Type *Ty, SmallVectorImpl< MVT > &ValueVTs)
 
void llvm::ComputeSignatureVTs (const FunctionType *Ty, const Function &F, const TargetMachine &TM, SmallVectorImpl< MVT > &Params, SmallVectorImpl< MVT > &Results)
 
void llvm::ValTypesFromMVTs (const ArrayRef< MVT > &In, SmallVectorImpl< wasm::ValType > &Out)
 
std::unique_ptr< wasm::WasmSignaturellvm::SignatureFromMVTs (const SmallVectorImpl< MVT > &Results, const SmallVectorImpl< MVT > &Params)
 

Detailed Description

This file declares WebAssembly-specific per-machine-function information.

Definition in file WebAssemblyMachineFunctionInfo.h.