LLVM
8.0.1
|
#include "MCTargetDesc/PPCPredicates.h"
#include "PPC.h"
#include "PPCInstrBuilder.h"
#include "PPCInstrInfo.h"
#include "PPCSubtarget.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/CodeGen/TargetSubtargetInfo.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Target/TargetMachine.h"
Go to the source code of this file.
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
Macros | |
#define | DEBUG_TYPE "ppc-branch-select" |
Functions | |
STATISTIC (NumExpanded, "Number of branches expanded to long format") | |
void | llvm::initializePPCBSelPass (PassRegistry &) |
INITIALIZE_PASS (PPCBSel, "ppc-branch-select", "PowerPC Branch Selector", false, false) FunctionPass *llvm | |
createPPCBranchSelectionPass - returns an instance of the Branch Selection Pass More... | |
#define DEBUG_TYPE "ppc-branch-select" |
Definition at line 31 of file PPCBranchSelector.cpp.
createPPCBranchSelectionPass - returns an instance of the Branch Selection Pass
Definition at line 63 of file PPCBranchSelector.cpp.
References llvm::MachineInstrBuilder::addImm(), llvm::AMDGPU::HSAMD::Kernel::Arg::Key::Align, B, llvm::PPCISD::BDNZ, llvm::PPCISD::BDZ, llvm::MachineBasicBlock::begin(), llvm::MachineFunction::begin(), BlockSize, llvm::BuildMI(), E, llvm::MachineBasicBlock::end(), llvm::MachineFunction::end(), llvm::MachineInstr::eraseFromParent(), first, llvm::MachineBasicBlock::getAlignment(), llvm::MachineFunction::getAlignment(), llvm::MachineInstr::getDebugLoc(), llvm::TargetSubtargetInfo::getInstrInfo(), llvm::PPCInstrInfo::getInstSizeInBytes(), llvm::MachineBasicBlock::getNumber(), llvm::MachineFunction::getNumBlockIDs(), llvm::MachineBasicBlock::getParent(), llvm::MachineFunction::getRegInfo(), llvm::MachineFunction::getSubtarget(), I, llvm::PPC::InvertPredicate(), llvm::PPCSubtarget::isELFv2ABI(), llvm::isInt< 16 >(), llvm_unreachable, MI, llvm::OffsetToAlignment(), llvm::MachineFunction::RenumberBlocks(), TII, and llvm::MachineRegisterInfo::use_empty().
STATISTIC | ( | NumExpanded | , |
"Number of branches expanded to long format" | |||
) |