LLVM 20.0.0git
|
#include "X86.h"
#include "X86InstrBuilder.h"
#include "X86MachineFunctionInfo.h"
#include "X86RegisterInfo.h"
#include "X86Subtarget.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/CodeGen/MachineLoopInfo.h"
#include "llvm/CodeGen/MachineModuleInfo.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/CodeGen/TargetInstrInfo.h"
#include "llvm/CodeGen/TargetRegisterInfo.h"
#include "llvm/IR/Module.h"
#include "llvm/InitializePasses.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "tile-pre-config" |
Functions | |
static void | emitErrorMsg (MachineFunction &MF) |
INITIALIZE_PASS_BEGIN (X86PreTileConfig, "tilepreconfig", "Tile Register Pre-configure", false, false) INITIALIZE_PASS_END(X86PreTileConfig | |
Variables | |
tilepreconfig | |
Tile Register Pre | configure |
Tile Register Pre | false |
#define DEBUG_TYPE "tile-pre-config" |
Definition at line 45 of file X86PreTileConfig.cpp.
|
static |
Definition at line 47 of file X86PreTileConfig.cpp.
References llvm::LLVMContext::emitError(), llvm::Function::getContext(), llvm::MachineFunction::getFunction(), and llvm::MachineFunction::getName().
INITIALIZE_PASS_BEGIN | ( | X86PreTileConfig | , |
"tilepreconfig" | , | ||
"Tile Register Pre-configure" | , | ||
false | , | ||
false | |||
) |
Tile Register Pre configure |
Definition at line 209 of file X86PreTileConfig.cpp.
Tile Register Pre false |
Definition at line 209 of file X86PreTileConfig.cpp.
tilepreconfig |
Definition at line 208 of file X86PreTileConfig.cpp.