Home
last modified time | relevance | path

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

1234

/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/ARM/
H A DARMSLSHardening.cpp316 MachineInstr *BL = in ConvertIndirectCallToIndirectJump() local
321 : BuildMI(MBB, MBBI, DL, TII->get(ARM::BL)).addGlobalAddress(GV); in ConvertIndirectCallToIndirectJump()
333 for (unsigned OpIdx = BL->getNumExplicitOperands(); in ConvertIndirectCallToIndirectJump()
334 OpIdx < BL->getNumOperands(); OpIdx++) { in ConvertIndirectCallToIndirectJump()
335 MachineOperand Op = BL->getOperand(OpIdx); in ConvertIndirectCallToIndirectJump()
347 BL->removeOperand(FirstOpIdxToRemove); in ConvertIndirectCallToIndirectJump()
348 BL->removeOperand(SecondOpIdxToRemove); in ConvertIndirectCallToIndirectJump()
350 BL->copyImplicitOps(MF, IndirectCall); in ConvertIndirectCallToIndirectJump()
351 MF.moveCallSiteInfo(&IndirectCall, BL); in ConvertIndirectCallToIndirectJump()
354 BL->addOperand(MachineOperand::CreateReg(Reg, false /*isDef*/, true /*isImp*/, in ConvertIndirectCallToIndirectJump()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SLSHardening.cpp448 MachineInstr *BL = BuildMI(MBB, MBBI, DL, TII->get(AArch64::BL)).addSym(Sym); in convertBLRToBL() local
460 for (unsigned OpIdx = BL->getNumExplicitOperands(); in convertBLRToBL()
461 OpIdx < BL->getNumOperands(); OpIdx++) { in convertBLRToBL()
462 MachineOperand Op = BL->getOperand(OpIdx); in convertBLRToBL()
474 BL->removeOperand(FirstOpIdxToRemove); in convertBLRToBL()
475 BL->removeOperand(SecondOpIdxToRemove); in convertBLRToBL()
477 BL->copyImplicitOps(MF, BLR); in convertBLRToBL()
478 MF.moveCallSiteInfo(&BLR, BL); in convertBLRToBL()
483 BL->addOperand(MachineOperand::CreateReg(Op.getReg(), /*isDef=*/false, in convertBLRToBL()
H A DAArch64LowerHomogeneousPrologEpilog.cpp513 BuildMI(MBB, MBBI, DL, TII->get(AArch64::BL)) in lowerEpilog()
592 BuildMI(MBB, MBBI, DL, TII->get(AArch64::BL)) in lowerProlog()
604 BuildMI(MBB, MBBI, DL, TII->get(AArch64::BL)) in lowerProlog()
/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/bmake/mk/
H A Drust.mk129 .if ${LDFLAGS:U:M-[BL]*} != ""
132 RUST_LDFLAGS := ${LDFLAGS:C/(-[BL]) /\1/gW:M-[BL]*:S/-L/& /:S/-B/-C link-arg=&/}
/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.cpp163 BuildMI(MBB, MBBI, dl, TII->get(ARC::BL)) in emitPrologue()
293 BuildMI(MBB, MBBI, MBB.findDebugLoc(MBBI), TII->get(ARC::BL)) in emitEpilogue()
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx93-kontron-bl-osm-s.dts11 model = "Kontron BL i.MX93 OSM-S";
/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/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp183 {codeview::RegisterId::BL, X86::BL}, in initLLVMToSEHAndCVRegMapping()
783 SUB_SUPER(BL, BX, EBX, RBX, R) in getX86SubSuperRegister()
812 B_SUB_SUPER(BL) in getX86SubSuperRegister()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOLayoutBuilder.cpp76 BL = B->isLocalSymbol(); in updateDySymTab()
77 if (AL != BL) in updateDySymTab()
75 BL = B->isLocalSymbol(); updateDySymTab() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.td54 def BL : X86Reg<"bl", 3>;
190 def BX : X86Reg<"bx", 3, [BL,BH]>;
546 (add AL, CL, DL, AH, CH, DH, BL, BH, SIL, DIL, BPL, SPL,
625 def GR8_ABCD_L : RegisterClass<"X86", [i8], 8, (add AL, CL, DL, BL)>;
639 (add AL, CL, DL, AH, CH, DH, BL, BH)> {

1234