|
LLVM
4.0.0
|
#include "SystemZTargetMachine.h"#include "llvm/CodeGen/MachineFunctionPass.h"#include "llvm/CodeGen/MachineInstrBuilder.h"#include "llvm/CodeGen/LivePhysRegs.h"#include "llvm/Target/TargetRegisterInfo.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "systemz-shorten-inst" |
Functions | |
| static void | tieOpsIfNeeded (MachineInstr &MI) |
| #define DEBUG_TYPE "systemz-shorten-inst" |
Definition at line 24 of file SystemZShortenInst.cpp.
|
static |
Definition at line 67 of file SystemZShortenInst.cpp.
References llvm::MachineInstr::getDesc(), llvm::MachineInstr::getOperand(), llvm::MCInstrDesc::getOperandConstraint(), llvm::MachineOperand::isTied(), llvm::MCOI::TIED_TO, and llvm::MachineInstr::tieOperands().
1.8.6