Searched refs:MBI (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineBlockFrequencyInfo.cpp | 139 for (auto MBI = F->begin(); MBI != F->end(); ++MBI, ++O) { in getNodeLabel() local 140 LayoutOrderMap[&*MBI] = O; in getNodeLabel()
|
H A D | XRayInstrumentation.cpp | 204 auto MBI = llvm::find_if( in runOnMachineFunction() local 206 if (MBI == MF.end()) in runOnMachineFunction() 210 auto &FirstMBB = *MBI; in runOnMachineFunction()
|
H A D | MachineBlockPlacement.cpp | 3544 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 D | X86FixupLEAs.cpp | 671 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 D | hisilicon,mbigen-v2.txt | 6 MBI is kind of msi interrupt only used on Non-PCI devices.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrInfo.cpp | 5388 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 D | funstack.in | 12341 @Article{Akima:1974:MBI,
|