| /external/llvm/lib/Target/Mips/ |
| MipsFastISel.cpp | 98 return BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(Opc)); 102 return BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(Opc),
|
| MipsISelLowering.h | 252 MachineBasicBlock *MBB) const override;
|
| /external/llvm/include/llvm/CodeGen/ |
| FastISel.h | 342 void FastEmitBranch(MachineBasicBlock *MBB, DebugLoc DL); 407 /// result in multiple MBB's for one BB. As such, the start of the BB might 408 /// correspond to a different MBB than the end.
|
| MachineFrameInfo.h | 565 /// entry to the MBB. 573 BitVector getPristineRegs(const MachineBasicBlock *MBB) const;
|
| SelectionDAGNodes.h | [all...] |
| SelectionDAG.h | 467 SDValue getBasicBlock(MachineBasicBlock *MBB); 468 SDValue getBasicBlock(MachineBasicBlock *MBB, SDLoc dl); [all...] |
| /external/llvm/lib/CodeGen/ |
| LiveInterval.cpp | 875 const MachineBasicBlock *MBB = LIS.getMBBFromIndex(VNI->def); 876 assert(MBB && "Phi-def has no defining MBB"); 878 for (MachineBasicBlock::const_pred_iterator PI = MBB->pred_begin(), 879 PE = MBB->pred_end(); PI != PE; ++PI)
|
| IfConversion.cpp | [all...] |
| ScheduleDAGInstrs.cpp | [all...] |
| RegAllocGreedy.cpp | [all...] |
| TargetLoweringBase.cpp | [all...] |
| /external/llvm/lib/Target/Sparc/ |
| SparcISelLowering.h | 71 MachineBasicBlock *MBB) const override;
|
| SparcISelLowering.cpp | [all...] |
| /external/llvm/lib/Target/XCore/ |
| XCoreISelLowering.h | 121 MachineBasicBlock *MBB) const override;
|
| /external/llvm/lib/Target/ARM/ |
| ARMAsmPrinter.cpp | [all...] |
| ARMCodeEmitter.cpp | 390 for (MachineFunction::iterator MBB = MF.begin(), E = MF.end(); 391 MBB != E; ++MBB) { 392 MCE.StartMachineBasicBlock(MBB); 393 for (MachineBasicBlock::iterator I = MBB->begin(), E = MBB->end(); [all...] |
| ARMISelLowering.cpp | [all...] |
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| EHStreamer.cpp | 212 for (const auto &MBB : *Asm->MF) { 213 for (const auto &MI : MBB) {
|
| /external/llvm/lib/Target/AArch64/ |
| AArch64ISelLowering.h | 270 MachineBasicBlock *MBB) const override;
|
| AArch64ISelLowering.cpp | [all...] |
| /external/llvm/lib/Target/X86/ |
| X86ISelLowering.cpp | [all...] |
| /external/llvm/include/llvm/Target/ |
| TargetLowering.h | [all...] |
| /external/llvm/lib/Target/PowerPC/ |
| PPCISelLowering.cpp | [all...] |
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| SelectionDAGBuilder.cpp | [all...] |
| /external/llvm/lib/Target/Hexagon/ |
| HexagonISelLowering.cpp | 762 MachineBasicBlock *MBB = JTBBs[i]; 763 MBB->setHasAddressTaken(); 766 BlockAddress::get(const_cast<BasicBlock *>(MBB->getBasicBlock())); [all...] |