/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCGenericJITLinkMemoryManager.cpp | 103 BasicLayout BL(G); in allocate() local 105 auto Pages = BL.getContiguousPageBasedLayoutSizes(EPC.getPageSize()); in allocate() 111 [this, BL = std::move(BL), OnAllocated = std::move(OnAllocated)]( in allocate() 120 completeAllocation(*AllocAddr, std::move(BL), std::move(OnAllocated)); in allocate() 144 ExecutorAddr AllocAddr, BasicLayout BL, OnAllocatedFunction OnAllocated) { in completeAllocation() argument 149 for (auto &KV : BL.segments()) { in completeAllocation() 154 KV.second.WorkingMem = BL.getGraph().allocateBuffer(Seg.ContentSize).data(); in completeAllocation() 165 if (auto Err = BL.apply()) in completeAllocation() 168 OnAllocated(std::make_unique<InFlightAlloc>(*this, BL.getGraph(), AllocAddr, in completeAllocation()
|
H A D | MapperJITLinkMemoryManager.cpp | 64 BasicLayout BL(G); in allocate() local 67 auto SegsSizes = BL.getContiguousPageBasedLayoutSizes(Mapper->getPageSize()); in allocate() 75 auto CompleteAllocation = [this, &G, BL = std::move(BL), in allocate() 87 for (auto &KV : BL.segments()) { in allocate() 116 if (auto Err = BL.apply()) { in allocate()
|
/openbsd/sys/lib/libkern/arch/hppa/ |
H A D | prefix.h | 37 BL .+8,r1\ 43 BL .+8,r1\ 49 BL .+8,r1\ 55 BL .+8,r1\ 74 #define MILLI_BLE(lbl) BL lbl,r31 75 #define MILLI_BLEN(lbl) BL,n lbl,r31
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/ |
H A D | UDTLayout.cpp | 211 auto BL = std::make_unique<BaseClassLayout>(*this, Offset, false, in initializeChildren() local 214 AllBases.push_back(BL.get()); in initializeChildren() 215 addChildToLayout(std::move(BL)); in initializeChildren() 255 auto BL = in initializeChildren() local 257 AllBases.push_back(BL.get()); in initializeChildren() 262 addChildToLayout(std::move(BL)); in initializeChildren() 273 for (BaseClassLayout *BL : AllBases) { in hasVBPtrAtOffset() 274 if (BL->hasVBPtrAtOffset(Off - BL->getOffsetInParent())) in hasVBPtrAtOffset()
|
/openbsd/games/tetris/ |
H A D | shapes.c | 53 #define BL B_COLS-1 /* bottom left */ macro 62 /* 4*/ { 12, 14, { ML, BL, MR } }, 65 /* 7*/ { 0, 0, { TC, ML, BL } }, 75 /*17*/ { 5, 16, { TC, BC, BL } },
|
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64SLSHardening.cpp | 293 BLOpcode = AArch64::BL; in ConvertBLRToBL() 341 MachineInstr *BL = BuildMI(MBB, MBBI, DL, TII->get(BLOpcode)).addSym(Sym); in ConvertBLRToBL() local 353 for (unsigned OpIdx = BL->getNumExplicitOperands(); in ConvertBLRToBL() 354 OpIdx < BL->getNumOperands(); OpIdx++) { in ConvertBLRToBL() 355 MachineOperand Op = BL->getOperand(OpIdx); in ConvertBLRToBL() 367 BL->removeOperand(FirstOpIdxToRemove); in ConvertBLRToBL() 368 BL->removeOperand(SecondOpIdxToRemove); in ConvertBLRToBL() 370 BL->copyImplicitOps(MF, BLR); in ConvertBLRToBL() 371 MF.moveCallSiteInfo(&BLR, BL); in ConvertBLRToBL() 373 BL->addOperand(MachineOperand::CreateReg(Reg, false /*isDef*/, true /*isImp*/, in ConvertBLRToBL()
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMSLSHardening.cpp | 314 MachineInstr *BL = in ConvertIndirectCallToIndirectJump() local 319 : BuildMI(MBB, MBBI, DL, TII->get(ARM::BL)).addGlobalAddress(GV); in ConvertIndirectCallToIndirectJump() 331 for (unsigned OpIdx = BL->getNumExplicitOperands(); in ConvertIndirectCallToIndirectJump() 332 OpIdx < BL->getNumOperands(); OpIdx++) { in ConvertIndirectCallToIndirectJump() 333 MachineOperand Op = BL->getOperand(OpIdx); in ConvertIndirectCallToIndirectJump() 345 BL->removeOperand(FirstOpIdxToRemove); in ConvertIndirectCallToIndirectJump() 346 BL->removeOperand(SecondOpIdxToRemove); in ConvertIndirectCallToIndirectJump() 348 BL->copyImplicitOps(MF, IndirectCall); in ConvertIndirectCallToIndirectJump() 349 MF.moveCallSiteInfo(&IndirectCall, BL); in ConvertIndirectCallToIndirectJump() 352 BL->addOperand(MachineOperand::CreateReg(Reg, false /*isDef*/, true /*isImp*/, in ConvertIndirectCallToIndirectJump()
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkMemoryManager.cpp | 236 IPInFlightAlloc(InProcessMemoryManager &MemMgr, LinkGraph &G, BasicLayout BL, in IPInFlightAlloc() argument 239 : MemMgr(MemMgr), G(G), BL(std::move(BL)), in IPInFlightAlloc() 280 for (auto &KV : BL.segments()) { in applyProtections() 299 BasicLayout BL; member in llvm::jitlink::InProcessMemoryManager::IPInFlightAlloc 322 BasicLayout BL(G); in allocate() local 326 auto SegsSizes = BL.getContiguousPageBasedLayoutSizes(PageSize); in allocate() 395 for (auto &KV : BL.segments()) { in allocate() 410 if (auto Err = BL.apply()) { in allocate() 415 OnAllocated(std::make_unique<IPInFlightAlloc>(*this, G, std::move(BL), in allocate()
|
/openbsd/regress/usr.bin/mandoc/mdoc/Bl/ |
H A D | bareIt.out_ascii | 1 BL-BAREIT(1) General Commands Manual BL-BAREIT(1)
|
H A D | multitype.out_ascii | 1 BL-MULTITYPE(1) General Commands Manual BL-MULTITYPE(1)
|
H A D | item.out_ascii | 1 BL-ITEM(1) General Commands Manual BL-ITEM(1)
|
H A D | vert.out_ascii | 1 BL-VERT(1) General Commands Manual BL-VERT(1)
|
H A D | esc.out_ascii | 1 BL-ESC(1) General Commands Manual BL-ESC(1)
|
H A D | colNoIt.out_ascii | 1 BL-COLNOIT(1) General Commands Manual BL-COLNOIT(1)
|
H A D | unclosed.out_ascii | 1 BL-UNCLOSED(1) General Commands Manual BL-UNCLOSED(1)
|
H A D | emptytag.out_ascii | 1 BL-EMPTYTAG(1) General Commands Manual BL-EMPTYTAG(1)
|
H A D | extend.out_ascii | 1 BL-EXTEND(1) General Commands Manual BL-EXTEND(1)
|
H A D | breakingTa.out_ascii | 1 BL-BREAKINGTA(1) General Commands Manual BL-BREAKINGTA(1)
|
H A D | ohang.out_ascii | 1 BL-OHANG(1) General Commands Manual BL-OHANG(1)
|
H A D | notype.out_ascii | 1 BL-NOTYPE(1) General Commands Manual BL-NOTYPE(1)
|
H A D | broken.out_ascii | 1 BL-BROKEN(1) General Commands Manual BL-BROKEN(1)
|
H A D | empty.out_ascii | 1 BL-EMPTY(1) General Commands Manual BL-EMPTY(1)
|
H A D | column_nogroff.out_ascii | 1 BL-COLUMN_NOGROFF(1) General Commands Manual BL-COLUMN_NOGROFF(1)
|
H A D | emptyitem.out_ascii | 1 BL-EMPTYITEM(1) General Commands Manual BL-EMPTYITEM(1)
|
H A D | secstart.out_ascii | 1 BL-SECSTART(1) General Commands Manual BL-SECSTART(1)
|