LLVM 20.0.0git
|
#include "SystemZTargetMachine.h"
#include "llvm/CodeGen/LiveRegUnits.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/TargetRegisterInfo.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "systemz-shorten-inst" |
Functions | |
INITIALIZE_PASS (SystemZShortenInst, DEBUG_TYPE, "SystemZ Instruction Shortening", false, false) FunctionPass *llvm | |
static void | tieOpsIfNeeded (MachineInstr &MI) |
#define DEBUG_TYPE "systemz-shorten-inst" |
Definition at line 23 of file SystemZShortenInst.cpp.
INITIALIZE_PASS | ( | SystemZShortenInst | , |
DEBUG_TYPE | , | ||
"SystemZ Instruction Shortening" | , | ||
false | , | ||
false | |||
) |
Definition at line 55 of file SystemZShortenInst.cpp.
|
static |
Definition at line 68 of file SystemZShortenInst.cpp.
References MI, and llvm::MCOI::TIED_TO.