LLVM  8.0.1
Public Member Functions | List of all members
llvm::WebAssemblySubtarget Class Referencefinal

#include "Target/WebAssembly/WebAssemblySubtarget.h"

Inheritance diagram for llvm::WebAssemblySubtarget:
Inheritance graph
[legend]
Collaboration diagram for llvm::WebAssemblySubtarget:
Collaboration graph
[legend]

Public Member Functions

 WebAssemblySubtarget (const Triple &TT, const std::string &CPU, const std::string &FS, const TargetMachine &TM)
 This constructor initializes the data members to match that of the specified triple. More...
 
const WebAssemblySelectionDAGInfogetSelectionDAGInfo () const override
 
const WebAssemblyFrameLoweringgetFrameLowering () const override
 
const WebAssemblyTargetLoweringgetTargetLowering () const override
 
const WebAssemblyInstrInfogetInstrInfo () const override
 
const WebAssemblyRegisterInfogetRegisterInfo () const override
 
const TriplegetTargetTriple () const
 
bool enableMachineScheduler () const override
 
bool useAA () const override
 
bool hasAddr64 () const
 
bool hasSIMD128 () const
 
bool hasUnimplementedSIMD128 () const
 
bool hasAtomics () const
 
bool hasNontrappingFPToInt () const
 
bool hasSignExt () const
 
bool hasExceptionHandling () const
 
void ParseSubtargetFeatures (StringRef CPU, StringRef FS)
 Parses features string setting specified subtarget options. More...
 

Detailed Description

Definition at line 31 of file WebAssemblySubtarget.h.

Constructor & Destructor Documentation

◆ WebAssemblySubtarget()

WebAssemblySubtarget::WebAssemblySubtarget ( const Triple TT,
const std::string &  CPU,
const std::string &  FS,
const TargetMachine TM 
)

This constructor initializes the data members to match that of the specified triple.

Definition at line 39 of file WebAssemblySubtarget.cpp.

Member Function Documentation

◆ enableMachineScheduler()

bool WebAssemblySubtarget::enableMachineScheduler ( ) const
override

Definition at line 48 of file WebAssemblySubtarget.cpp.

Referenced by getTargetTriple().

◆ getFrameLowering()

const WebAssemblyFrameLowering* llvm::WebAssemblySubtarget::getFrameLowering ( ) const
inlineoverride

Definition at line 67 of file WebAssemblySubtarget.h.

◆ getInstrInfo()

const WebAssemblyInstrInfo* llvm::WebAssemblySubtarget::getInstrInfo ( ) const
inlineoverride

Definition at line 73 of file WebAssemblySubtarget.h.

Referenced by getRegisterInfo(), and LowerFPToInt().

◆ getRegisterInfo()

const WebAssemblyRegisterInfo* llvm::WebAssemblySubtarget::getRegisterInfo ( ) const
inlineoverride

◆ getSelectionDAGInfo()

const WebAssemblySelectionDAGInfo* llvm::WebAssemblySubtarget::getSelectionDAGInfo ( ) const
inlineoverride

Definition at line 64 of file WebAssemblySubtarget.h.

◆ getTargetLowering()

const WebAssemblyTargetLowering* llvm::WebAssemblySubtarget::getTargetLowering ( ) const
inlineoverride

Definition at line 70 of file WebAssemblySubtarget.h.

◆ getTargetTriple()

const Triple& llvm::WebAssemblySubtarget::getTargetTriple ( ) const
inline

Definition at line 79 of file WebAssemblySubtarget.h.

References enableMachineScheduler(), and useAA().

Referenced by AppendEndToFunction().

◆ hasAddr64()

bool llvm::WebAssemblySubtarget::hasAddr64 ( ) const
inline

◆ hasAtomics()

bool llvm::WebAssemblySubtarget::hasAtomics ( ) const
inline

Definition at line 89 of file WebAssemblySubtarget.h.

◆ hasExceptionHandling()

bool llvm::WebAssemblySubtarget::hasExceptionHandling ( ) const
inline

Definition at line 92 of file WebAssemblySubtarget.h.

References ParseSubtargetFeatures().

◆ hasNontrappingFPToInt()

bool llvm::WebAssemblySubtarget::hasNontrappingFPToInt ( ) const
inline

Definition at line 90 of file WebAssemblySubtarget.h.

◆ hasSignExt()

bool llvm::WebAssemblySubtarget::hasSignExt ( ) const
inline

◆ hasSIMD128()

bool llvm::WebAssemblySubtarget::hasSIMD128 ( ) const
inline

◆ hasUnimplementedSIMD128()

bool llvm::WebAssemblySubtarget::hasUnimplementedSIMD128 ( ) const
inline

◆ ParseSubtargetFeatures()

void llvm::WebAssemblySubtarget::ParseSubtargetFeatures ( StringRef  CPU,
StringRef  FS 
)

Parses features string setting specified subtarget options.

Definition of function is auto generated by tblgen.

Referenced by hasExceptionHandling().

◆ useAA()

bool WebAssemblySubtarget::useAA ( ) const
override

Definition at line 55 of file WebAssemblySubtarget.cpp.

Referenced by getTargetTriple().


The documentation for this class was generated from the following files: