|
LLVM
8.0.1
|
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"

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::WasmSignature > | llvm::SignatureFromMVTs (const SmallVectorImpl< MVT > &Results, const SmallVectorImpl< MVT > &Params) |
This file declares WebAssembly-specific per-machine-function information.
Definition in file WebAssemblyMachineFunctionInfo.h.
1.8.13