Home
last modified time | relevance | path

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

12345

/freebsd/contrib/llvm-project/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()
/freebsd/crypto/heimdal/lib/asn1/
H A Dasn1-common.h51 #define ASN1_MALLOC_ENCODE(T, B, BL, S, L, R) \ argument
53 (BL) = length_##T((S)); \
54 (B) = malloc((BL)); \
58 (R) = encode_##T(((unsigned char*)(B)) + (BL) - 1, (BL), \
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SLSHardening.cpp290 BLOpcode = AArch64::BL; in ConvertBLRToBL()
338 MachineInstr *BL = BuildMI(MBB, MBBI, DL, TII->get(BLOpcode)).addSym(Sym); in ConvertBLRToBL() local
350 for (unsigned OpIdx = BL->getNumExplicitOperands(); in ConvertBLRToBL()
351 OpIdx < BL->getNumOperands(); OpIdx++) { in ConvertBLRToBL()
352 MachineOperand Op = BL->getOperand(OpIdx); in ConvertBLRToBL()
364 BL->removeOperand(FirstOpIdxToRemove); in ConvertBLRToBL()
365 BL->removeOperand(SecondOpIdxToRemove); in ConvertBLRToBL()
367 BL->copyImplicitOps(MF, BLR); in ConvertBLRToBL()
368 MF.moveCallSiteInfo(&BLR, BL); in ConvertBLRToBL()
370 BL->addOperand(MachineOperand::CreateReg(Reg, false /*isDef*/, true /*isImp*/, in ConvertBLRToBL()
H A DAArch64LowerHomogeneousPrologEpilog.cpp512 BuildMI(MBB, MBBI, DL, TII->get(AArch64::BL)) in lowerEpilog()
591 BuildMI(MBB, MBBI, DL, TII->get(AArch64::BL)) in lowerProlog()
603 BuildMI(MBB, MBBI, DL, TII->get(AArch64::BL)) in lowerProlog()
H A DAArch64AsmPrinter.cpp406 EmitToStreamer(O, MCInstBuilder(AArch64::BL).addExpr(Sym)); in LowerPATCHABLE_EVENT_CALL()
431 EmitToStreamer(O, MCInstBuilder(AArch64::BL).addExpr(Sym)); in LowerPATCHABLE_EVENT_CALL()
565 MCInstBuilder(AArch64::BL) in LowerHWASAN_CHECK_MEMACCESS()
1363 CallOpcode = AArch64::BL; in LowerSTATEPOINT()
1367 CallOpcode = AArch64::BL; in LowerSTATEPOINT()
2014 MCInstBuilder(AArch64::BL) in emitMachOIFuncStubHelperBody()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSLSHardening.cpp315 MachineInstr *BL = in ConvertIndirectCallToIndirectJump() local
320 : BuildMI(MBB, MBBI, DL, TII->get(ARM::BL)).addGlobalAddress(GV); in ConvertIndirectCallToIndirectJump()
332 for (unsigned OpIdx = BL->getNumExplicitOperands(); in ConvertIndirectCallToIndirectJump()
333 OpIdx < BL->getNumOperands(); OpIdx++) { in ConvertIndirectCallToIndirectJump()
334 MachineOperand Op = BL->getOperand(OpIdx); in ConvertIndirectCallToIndirectJump()
346 BL->removeOperand(FirstOpIdxToRemove); in ConvertIndirectCallToIndirectJump()
347 BL->removeOperand(SecondOpIdxToRemove); in ConvertIndirectCallToIndirectJump()
349 BL->copyImplicitOps(MF, IndirectCall); in ConvertIndirectCallToIndirectJump()
350 MF.moveCallSiteInfo(&IndirectCall, BL); in ConvertIndirectCallToIndirectJump()
353 BL->addOperand(MachineOperand::CreateReg(Reg, false /*isDef*/, true /*isImp*/, in ConvertIndirectCallToIndirectJump()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp240 IPInFlightAlloc(InProcessMemoryManager &MemMgr, LinkGraph &G, BasicLayout BL, in IPInFlightAlloc() argument
243 : MemMgr(MemMgr), G(&G), BL(std::move(BL)), in IPInFlightAlloc()
303 for (auto &KV : BL.segments()) { in applyProtections()
322 BasicLayout BL; member in llvm::jitlink::InProcessMemoryManager::IPInFlightAlloc
345 BasicLayout BL(G); in allocate() local
349 auto SegsSizes = BL.getContiguousPageBasedLayoutSizes(PageSize); in allocate()
418 for (auto &KV : BL.segments()) { in allocate()
432 if (auto Err = BL.apply()) { in allocate()
437 OnAllocated(std::make_unique<IPInFlightAlloc>(*this, G, std::move(BL), in allocate()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddffma.S20 #define BL r2 macro
455 BL = #0x0030 define
458 if (p0) BH = or(BH,BL)
481 BL = BH define
484 p0 = !cmp.eq(BL,#1)
608 BL = convert_df2sf(C) define
H A Ddfaddsub.S16 #define BL r2 macro
351 BL = convert_df2sf(B) // will generate invalid if sNaN define
390 BL = ##0x7f800001 // sNAN define
393 A = convert_sf2df(BL) // trigger invalid, set NaN
H A Ddfdiv.S17 #define BL r2 macro
89 #undef BL
212 #define BL r2 macro
266 if (!P_TMP.new) PRODLO = or(BL,PRODLO)
H A Ddfmul.S15 #define BL r2 macro
388 BL = convert_df2sf(B) // will generate invalid if sNaN define
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6ull-kontron-bl.dts13 model = "Kontron BL i.MX6ULL (N641X S)";
H A Dimx6ul-kontron-bl.dts14 model = "Kontron BL i.MX6UL (N631X S)";
H A Dimx6ul-kontron-bl-43.dts11 model = "Kontron BL i.MX6UL 43 (N631X S 43)";
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.h57 void completeAllocation(ExecutorAddr AllocAddr, jitlink::BasicLayout BL,
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.h34 BL, enumerator
H A DARCFrameLowering.cpp164 BuildMI(MBB, MBBI, dl, TII->get(ARC::BL)) in emitPrologue()
294 BuildMI(MBB, MBBI, MBB.findDebugLoc(MBBI), TII->get(ARC::BL)) in emitEpilogue()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMCTargetDesc.cpp101 Inst.getOpcode() == LoongArch::BL) { in evaluateBranch()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp513 } else if (const ObjCBoxedExpr *BL = dyn_cast<ObjCBoxedExpr>(S)) { in VisitNode() local
514 if (isNumericLiteralExpression(BL->getSubExpr())) in VisitNode()
518 if (const ObjCMethodDecl *Method = BL->getBoxingMethod()) in VisitNode()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h32 BL, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp183 {codeview::RegisterId::BL, X86::BL}, in initLLVMToSEHAndCVRegMapping()
782 SUB_SUPER(BL, BX, EBX, RBX, R) in getX86SubSuperRegister()
811 B_SUB_SUPER(BL) in getX86SubSuperRegister()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOLayoutBuilder.cpp76 BL = B->isLocalSymbol(); in updateDySymTab() local
77 if (AL != BL) in updateDySymTab()
/freebsd/sys/i386/i386/
H A Dbpf_jit_machdep.h61 #define BL 3 macro

12345