LLVM 23.0.0git
WebAssemblyFastISel.cpp File Reference

This file defines the WebAssembly-specific support for the FastISel class. More...

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "wasm-fastisel"

Functions

static unsigned getSExtLoadOpcode (unsigned Opc, bool A64)

Detailed Description

This file defines the WebAssembly-specific support for the FastISel class.

Some of the target-specific code is generated by tablegen in the file WebAssemblyGenFastISel.inc, which is #included here.

TODO: kill flags

Definition in file WebAssemblyFastISel.cpp.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "wasm-fastisel"

Definition at line 42 of file WebAssemblyFastISel.cpp.

Function Documentation

◆ getSExtLoadOpcode()

unsigned getSExtLoadOpcode ( unsigned Opc,
bool A64 )
static

Definition at line 1287 of file WebAssemblyFastISel.cpp.

References Opc.