|
LLVM 22.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 54 of file SystemZShortenInst.cpp.
References llvm::createSystemZShortenInstPass(), and DEBUG_TYPE.
|
static |
Definition at line 65 of file SystemZShortenInst.cpp.
References MI, and llvm::MCOI::TIED_TO.