Searched refs:MBB (Results 251 - 258 of 258) sorted by relevance

<<11

/freebsd-10.1-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.h242 EmitInstrWithCustomInserter(MachineInstr *MI, MachineBasicBlock *MBB) const;
H A DMipsISelLowering.cpp763 MachineBasicBlock &MBB,
767 return &MBB;
773 MIB = BuildMI(MBB, llvm::next(I), MI->getDebugLoc(), TII.get(Mips::TEQ))
783 return &MBB;
762 expandPseudoDIV(MachineInstr *MI, MachineBasicBlock &MBB, const TargetInstrInfo &TII, bool Is64Bit) argument
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp6745 SetupEntryBlockForSjLj(MachineInstr *MI, MachineBasicBlock *MBB, argument
6749 MachineFunction *MF = MBB->getParent();
6777 // Load the address of the dispatch MBB into the jump buffer.
6785 AddDefaultPred(BuildMI(*MBB, MI, dl, TII->get(ARM::t2LDRpci), NewVReg1)
6791 AddDefaultPred(BuildMI(*MBB, MI, dl, TII->get(ARM::t2ORRri), NewVReg2)
6795 BuildMI(*MBB, MI, dl, TII->get(ARM::tPICADD), NewVReg3)
6798 AddDefaultPred(BuildMI(*MBB, MI, dl, TII->get(ARM::t2STRi12))
6812 AddDefaultPred(BuildMI(*MBB, MI, dl, TII->get(ARM::tLDRpci), NewVReg1)
6816 BuildMI(*MBB, MI, dl, TII->get(ARM::tPICADD), NewVReg2)
6821 AddDefaultPred(BuildMI(*MBB, M
7265 OtherSucc(MachineBasicBlock *MBB, MachineBasicBlock *Succ) argument
[all...]
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1521 MachineBasicBlock *BrMBB = FuncInfo.MBB;
1591 // Okay, we decided not to do this, remove any inserted MBB's and clear
1657 // Set NextBlock to be the MBB immediately after the current one, if any.
1685 /// visitJumpTable - Emit JumpTable node in the current MBB
1735 // Set NextBlock to be the MBB immediately after the current one, if any.
1747 if (JT.MBB != NextBlock)
1749 DAG.getBasicBlock(JT.MBB));
1796 // branch to failure MBB.
1800 // Otherwise branch to success MBB.
1866 // Set NextBlock to be the MBB immediatel
[all...]
H A DSelectionDAG.cpp1277 SDValue SelectionDAG::getBasicBlock(MachineBasicBlock *MBB) { argument
1280 ID.AddPointer(MBB);
1285 SDNode *N = new (NodeAllocator) BasicBlockSDNode(MBB);
/freebsd-10.1-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp758 MachineBasicBlock *MBB = JTBBs[i]; local
759 MBB->setHasAddressTaken();
762 BlockAddress::get(const_cast<BasicBlock *>(MBB->getBasicBlock()));
/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h468 SDValue getBasicBlock(MachineBasicBlock *MBB);
469 SDValue getBasicBlock(MachineBasicBlock *MBB, SDLoc dl);
/freebsd-10.1-release/contrib/llvm/include/llvm/Target/
H A DTargetLowering.h1731 const MachineBasicBlock * /*MBB*/, unsigned /*uid*/,
2284 EmitInstrWithCustomInserter(MachineInstr *MI, MachineBasicBlock *MBB) const;

Completed in 219 milliseconds

<<11