LLVM  8.0.1
Macros | Functions | Variables
InstructionSelect.cpp File Reference

This file implements the InstructionSelect class. More...

#include "llvm/CodeGen/GlobalISel/InstructionSelect.h"
#include "llvm/ADT/PostOrderIterator.h"
#include "llvm/ADT/Twine.h"
#include "llvm/CodeGen/GlobalISel/InstructionSelector.h"
#include "llvm/CodeGen/GlobalISel/LegalizerInfo.h"
#include "llvm/CodeGen/GlobalISel/Utils.h"
#include "llvm/CodeGen/MachineOptimizationRemarkEmitter.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/TargetLowering.h"
#include "llvm/CodeGen/TargetPassConfig.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"
#include "llvm/Config/config.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/Function.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/TargetRegistry.h"
Include dependency graph for InstructionSelect.cpp:

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "instruction-select"
 

Functions

 INITIALIZE_PASS_BEGIN (InstructionSelect, DEBUG_TYPE, "Select target instructions out of generic instructions", false, false) INITIALIZE_PASS_END(InstructionSelect
 

Variables

static const std::string CoveragePrefix = ""
 
 DEBUG_TYPE
 
Select target instructions out of generic instructions
 
Select target instructions out of generic false
 

Detailed Description

This file implements the InstructionSelect class.

Definition in file InstructionSelect.cpp.

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "instruction-select"

Definition at line 31 of file InstructionSelect.cpp.

Function Documentation

◆ INITIALIZE_PASS_BEGIN()

INITIALIZE_PASS_BEGIN ( InstructionSelect  ,
DEBUG_TYPE  ,
"Select target instructions out of generic instructions ,
false  ,
false   
)

Variable Documentation

◆ CoveragePrefix

const std::string CoveragePrefix = ""
static

Definition at line 41 of file InstructionSelect.cpp.

◆ DEBUG_TYPE

DEBUG_TYPE

Definition at line 49 of file InstructionSelect.cpp.

◆ false

Select target instructions out of generic false

Definition at line 49 of file InstructionSelect.cpp.

◆ instructions

Select target instructions out of generic instructions