Home
last modified time | relevance | path

Searched refs:MBI (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockFrequencyInfo.cpp139 for (auto MBI = F->begin(); MBI != F->end(); ++MBI, ++O) { in getNodeLabel() local
140 LayoutOrderMap[&*MBI] = O; in getNodeLabel()
H A DXRayInstrumentation.cpp204 auto MBI = llvm::find_if( in runOnMachineFunction() local
206 if (MBI == MF.end()) in runOnMachineFunction()
210 auto &FirstMBB = *MBI; in runOnMachineFunction()
H A DMachineBlockPlacement.cpp3544 for (auto MBI = std::next(MF.begin()), MBE = MF.end(); MBI != MBE; ++MBI) { in runOnMachineFunction() local
3545 auto LayoutPred = std::prev(MBI); in runOnMachineFunction()
3546 if (!LayoutPred->isSuccessor(&*MBI)) { in runOnMachineFunction()
3548 MBI->setAlignment(Align(1ULL << AlignAllNonFallThruBlocks), in runOnMachineFunction()
3551 MBI->setAlignment(Align(1ULL << AlignAllNonFallThruBlocks)); in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp671 MachineBasicBlock::iterator MBI = searchBackwards(p, I, MBB); in seekLEAFixup()
672 if (MBI != MachineBasicBlock::iterator()) { in seekLEAFixup()
673 MachineInstr *NewMI = postRAConvertToLEA(MBB, MBI); in seekLEAFixup()
676 LLVM_DEBUG(dbgs() << "FixLEA: Candidate to replace:"; MBI->dump();); in seekLEAFixup()
679 MBB.getParent()->substituteDebugValuesForInst(*MBI, *NewMI, 1); in seekLEAFixup()
680 MBB.erase(MBI); in seekLEAFixup()
670 MachineBasicBlock::iterator MBI = searchBackwards(p, I, MBB); seekLEAFixup() local
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dhisilicon,mbigen-v2.txt6 MBI is kind of msi interrupt only used on Non-PCI devices.
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp5388 auto MBI = BuildMI(MBB, MBBI, DL, TII->get(Opc), TmpReg) in emitFrameOffsetAdj() local
5392 MBI = MBI.addImm( in emitFrameOffsetAdj()
5394 MBI = MBI.setMIFlag(Flag); in emitFrameOffsetAdj()
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in12341 @Article{Akima:1974:MBI,