LLVM 22.0.0git
loongarch.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.

Macros

#define DEBUG_TYPE   "jitlink"
#define KIND_NAME_CASE(K)

Functions

LLVM_ABI const charllvm::jitlink::loongarch::getEdgeKindName (Edge::Kind K)
 Returns a string name for the given loongarch edge.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "jitlink"

Definition at line 15 of file loongarch.cpp.

◆ KIND_NAME_CASE

#define KIND_NAME_CASE ( K)
Value:
case K: \
return #K;