LLVM 19.0.0git
Namespaces | Macros | Functions
loongarch.cpp File Reference
#include "llvm/ExecutionEngine/JITLink/loongarch.h"

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

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;