Home
last modified time | relevance | path

Searched refs:BL (Results 1 – 25 of 199) sorted by relevance

12345678

/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.cpp103 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 DMapperJITLinkMemoryManager.cpp64 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 Dprefix.h37 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 DUDTLayout.cpp211 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 Dshapes.c53 #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 DAArch64SLSHardening.cpp293 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 DARMSLSHardening.cpp314 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 DJITLinkMemoryManager.cpp236 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 DbareIt.out_ascii1 BL-BAREIT(1) General Commands Manual BL-BAREIT(1)
H A Dmultitype.out_ascii1 BL-MULTITYPE(1) General Commands Manual BL-MULTITYPE(1)
H A Ditem.out_ascii1 BL-ITEM(1) General Commands Manual BL-ITEM(1)
H A Dvert.out_ascii1 BL-VERT(1) General Commands Manual BL-VERT(1)
H A Desc.out_ascii1 BL-ESC(1) General Commands Manual BL-ESC(1)
H A DcolNoIt.out_ascii1 BL-COLNOIT(1) General Commands Manual BL-COLNOIT(1)
H A Dunclosed.out_ascii1 BL-UNCLOSED(1) General Commands Manual BL-UNCLOSED(1)
H A Demptytag.out_ascii1 BL-EMPTYTAG(1) General Commands Manual BL-EMPTYTAG(1)
H A Dextend.out_ascii1 BL-EXTEND(1) General Commands Manual BL-EXTEND(1)
H A DbreakingTa.out_ascii1 BL-BREAKINGTA(1) General Commands Manual BL-BREAKINGTA(1)
H A Dohang.out_ascii1 BL-OHANG(1) General Commands Manual BL-OHANG(1)
H A Dnotype.out_ascii1 BL-NOTYPE(1) General Commands Manual BL-NOTYPE(1)
H A Dbroken.out_ascii1 BL-BROKEN(1) General Commands Manual BL-BROKEN(1)
H A Dempty.out_ascii1 BL-EMPTY(1) General Commands Manual BL-EMPTY(1)
H A Dcolumn_nogroff.out_ascii1 BL-COLUMN_NOGROFF(1) General Commands Manual BL-COLUMN_NOGROFF(1)
H A Demptyitem.out_ascii1 BL-EMPTYITEM(1) General Commands Manual BL-EMPTYITEM(1)
H A Dsecstart.out_ascii1 BL-SECSTART(1) General Commands Manual BL-SECSTART(1)

12345678