LLVM 19.0.0git
Namespaces | Macros | Functions | Variables
HexagonExpandCondsets.cpp File Reference
#include "HexagonInstrInfo.h"
#include "HexagonRegisterInfo.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SetVector.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/CodeGen/LiveInterval.h"
#include "llvm/CodeGen/LiveIntervals.h"
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineDominators.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineOperand.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/SlotIndexes.h"
#include "llvm/CodeGen/TargetRegisterInfo.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"
#include "llvm/IR/DebugLoc.h"
#include "llvm/IR/Function.h"
#include "llvm/InitializePasses.h"
#include "llvm/MC/LaneBitmask.h"
#include "llvm/Pass.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/raw_ostream.h"
#include <cassert>
#include <iterator>
#include <map>
#include <set>
#include <utility>

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   "expand-condsets"
 

Functions

void llvm::initializeHexagonExpandCondsetsPass (PassRegistry &)
 
FunctionPassllvm::createHexagonExpandCondsets ()
 
 INITIALIZE_PASS_BEGIN (HexagonExpandCondsets, "expand-condsets", "Hexagon Expand Condsets", false, false) INITIALIZE_PASS_END(HexagonExpandCondsets
 

Variables

static cl::opt< unsignedOptTfrLimit ("expand-condsets-tfr-limit", cl::init(~0U), cl::Hidden, cl::desc("Max number of mux expansions"))
 
static cl::opt< unsignedOptCoaLimit ("expand-condsets-coa-limit", cl::init(~0U), cl::Hidden, cl::desc("Max number of segment coalescings"))
 
charllvm::HexagonExpandCondsetsID = HexagonExpandCondsets::ID
 
expand condsets
 
expand Hexagon Expand Condsets
 
expand Hexagon Expand false
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "expand-condsets"

Definition at line 122 of file HexagonExpandCondsets.cpp.

Function Documentation

◆ INITIALIZE_PASS_BEGIN()

INITIALIZE_PASS_BEGIN ( HexagonExpandCondsets  ,
"expand-condsets"  ,
"Hexagon Expand Condsets"  ,
false  ,
false   
)

Variable Documentation

◆ condsets

expand condsets

Definition at line 260 of file HexagonExpandCondsets.cpp.

◆ Condsets

expand Hexagon Expand Condsets

Definition at line 261 of file HexagonExpandCondsets.cpp.

◆ false

expand Hexagon Expand false

Definition at line 261 of file HexagonExpandCondsets.cpp.

◆ OptCoaLimit

cl::opt< unsigned > OptCoaLimit("expand-condsets-coa-limit", cl::init(~0U), cl::Hidden, cl::desc("Max number of segment coalescings")) ( "expand-condsets-coa-limit"  ,
cl::init(~0U)  ,
cl::Hidden  ,
cl::desc("Max number of segment coalescings")   
)
static

◆ OptTfrLimit

cl::opt< unsigned > OptTfrLimit("expand-condsets-tfr-limit", cl::init(~0U), cl::Hidden, cl::desc("Max number of mux expansions")) ( "expand-condsets-tfr-limit"  ,
cl::init(~0U)  ,
cl::Hidden  ,
cl::desc("Max number of mux expansions")   
)
static