LLVM 20.0.0git
Namespaces | Macros | Functions
Legality.cpp File Reference
#include "llvm/Transforms/Vectorize/SandboxVectorizer/Legality.h"
#include "llvm/SandboxIR/Instruction.h"
#include "llvm/SandboxIR/Operator.h"
#include "llvm/SandboxIR/Utils.h"
#include "llvm/SandboxIR/Value.h"
#include "llvm/Support/Debug.h"
#include "llvm/Transforms/Vectorize/SandboxVectorizer/VecUtils.h"

Go to the source code of this file.

Namespaces

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

Macros

#define DEBUG_TYPE   "SBVec:Legality"
 

Functions

static void llvm::sandboxir::dumpBndl (ArrayRef< Value * > Bndl)
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "SBVec:Legality"

Definition at line 19 of file Legality.cpp.