HomeSort by relevance Sort by last modified time
    Searched refs:MachineBasicBlock (Results 351 - 375 of 390) sorted by null

<<111213141516

  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 658 MachineBasicBlock *
659 EmitSchedule(MachineBasicBlock::iterator &InsertPos) override;
772 MachineBasicBlock*
773 ScheduleDAGLinearize::EmitSchedule(MachineBasicBlock::iterator &InsertPos) {
FastISel.cpp 351 void FastISel::removeDeadCode(MachineBasicBlock::iterator I,
352 MachineBasicBlock::iterator E) {
364 MachineBasicBlock::iterator OldInsertPt = FuncInfo.InsertPt;
    [all...]
StatepointLowering.cpp 227 MachineBasicBlock *LandingPad,
552 MachineBasicBlock *LandingPad/*=nullptr*/) {
FunctionLoweringInfo.cpp 231 // Create an initial MachineBasicBlock for each LLVM BasicBlock in F. This
235 MachineBasicBlock *MBB = mf.CreateMachineBasicBlock(BB);
668 MachineBasicBlock *MBB) {
  /external/llvm/lib/Target/Hexagon/
HexagonRegisterInfo.cpp 98 void HexagonRegisterInfo::eliminateFrameIndex(MachineBasicBlock::iterator II,
  /external/llvm/lib/Target/Mips/
MipsRegisterInfo.cpp 243 eliminateFrameIndex(MachineBasicBlock::iterator II, int SPAdj,
MipsSEISelDAGToDAG.cpp 130 MachineBasicBlock &MBB = MF.front();
131 MachineBasicBlock::iterator I = MBB.begin();
220 for (MachineBasicBlock::iterator I = MFI->begin(); I != MFI->end(); ++I) {
    [all...]
MipsFastISel.cpp 814 MachineBasicBlock *BrBB = FuncInfo.MBB;
822 MachineBasicBlock *TBB = FuncInfo.MBBMap[BI->getSuccessor(0)];
823 MachineBasicBlock *FBB = FuncInfo.MBBMap[BI->getSuccessor(1)];
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXPrologEpilogPass.cpp 59 for (MachineBasicBlock::iterator I = BB->begin(); I != BB->end(); ++I) {
NVPTXAsmPrinter.cpp 418 const MachineBasicBlock &MBB) const {
420 // TODO: isLoopHeader() should take "const MachineBasicBlock *".
422 if (!LI.isLoopHeader(const_cast<MachineBasicBlock *>(&MBB)))
429 const MachineBasicBlock *PMBB = *I;
444 void NVPTXAsmPrinter::EmitBasicBlockStart(const MachineBasicBlock &MBB) const {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 373 const MachineBasicBlock &MBB = *MI.getParent();
374 MachineBasicBlock::const_iterator MII(MI);
  /external/llvm/lib/Target/R600/
AMDGPUAsmPrinter.cpp 184 for (const MachineBasicBlock &MBB : MF) {
248 for (const MachineBasicBlock &MBB : MF) {
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 270 MachineBasicBlock::const_instr_iterator I = MI;
271 MachineBasicBlock::const_instr_iterator E = MI->getParent()->instr_end();
SparcISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 41 class MachineBasicBlock;
483 template <> struct TypeMap<MachineBasicBlock> {
484 typedef MachineBasicBlock BlockT;
491 /// \brief Get the name of a MachineBasicBlock.
493 /// Get the name of a MachineBasicBlock. It's templated so that including from
497 /// MachineBasicBlock::getFullName(), but skips the name of the function.
517 /// light-weight way, deferring to the \a BasicBlock or \a MachineBasicBlock
524 /// that relies on \c MachineBasicBlock is defined in the header.
639 /// type of graph being modelled (BasicBlock vs. MachineBasicBlock), and
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 29 #include "llvm/CodeGen/MachineBasicBlock.h"
    [all...]
ARMAsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 44 class MachineBasicBlock;
    [all...]
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 367 MachineRegisterInfo::EmitLiveInCopies(MachineBasicBlock *EntryMBB,
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp     [all...]
X86ISelLowering.cpp     [all...]

Completed in 726 milliseconds

<<111213141516