Home
last modified time | relevance | path

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

12345

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.cpp102 BasicLayout BL(G); in allocate() local
104 auto Pages = BL.getContiguousPageBasedLayoutSizes(EPC.getPageSize()); in allocate()
110 [this, BL = std::move(BL), OnAllocated = std::move(OnAllocated)]( in allocate()
119 completeAllocation(*AllocAddr, std::move(BL), std::move(OnAllocated)); in allocate()
143 ExecutorAddr AllocAddr, BasicLayout BL, OnAllocatedFunction OnAllocated) { in completeAllocation() argument
148 for (auto &KV : BL.segments()) { in completeAllocation()
153 KV.second.WorkingMem = BL.getGraph().allocateBuffer(Seg.ContentSize).data(); in completeAllocation()
164 if (auto Err = BL.apply()) in completeAllocation()
167 OnAllocated(std::make_unique<InFlightAlloc>(*this, BL.getGraph(), AllocAddr, in completeAllocation()
H A DMapperJITLinkMemoryManager.cpp63 BasicLayout BL(G); in allocate() local
66 auto SegsSizes = BL.getContiguousPageBasedLayoutSizes(Mapper->getPageSize()); in allocate()
74 auto CompleteAllocation = [this, &G, BL = std::move(BL), in allocate()
86 for (auto &KV : BL.segments()) { in allocate()
115 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.cpp210 auto BL = std::make_unique<BaseClassLayout>(*this, Offset, false, in initializeChildren() local
213 AllBases.push_back(BL.get()); in initializeChildren()
214 addChildToLayout(std::move(BL)); in initializeChildren()
254 auto BL = in initializeChildren() local
256 AllBases.push_back(BL.get()); in initializeChildren()
261 addChildToLayout(std::move(BL)); in initializeChildren()
272 for (BaseClassLayout *BL : AllBases) { in hasVBPtrAtOffset()
273 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.moveAdditionalCallInfo(&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.moveAdditionalCallInfo(&BLR, BL); in convertBLRToBL()
483 BL->addOperand(MachineOperand::CreateReg(Op.getReg(), /*isDef=*/false, in convertBLRToBL()
H A DAArch64LowerHomogeneousPrologEpilog.cpp503 BuildMI(MBB, MBBI, DL, TII->get(AArch64::BL)) in lowerEpilog()
582 BuildMI(MBB, MBBI, DL, TII->get(AArch64::BL)) in lowerProlog()
594 BuildMI(MBB, MBBI, DL, TII->get(AArch64::BL)) in lowerProlog()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp243 IPInFlightAlloc(InProcessMemoryManager &MemMgr, LinkGraph &G, BasicLayout BL, in IPInFlightAlloc() argument
246 : MemMgr(MemMgr), G(&G), BL(std::move(BL)), in IPInFlightAlloc()
317 for (auto &KV : BL.segments()) { in applyProtections()
336 BasicLayout BL; member in llvm::jitlink::InProcessMemoryManager::IPInFlightAlloc
358 BasicLayout BL(G); in allocate() local
362 auto SegsSizes = BL.getContiguousPageBasedLayoutSizes(PageSize); in allocate()
431 for (auto &KV : BL.segments()) { in allocate()
445 if (auto Err = BL.apply()) { in allocate()
450 OnAllocated(std::make_unique<IPInFlightAlloc>(*this, G, std::move(BL), in allocate()
/freebsd/contrib/bmake/mk/
H A Drust.mk121 .if ${LDFLAGS:U:M-[BL]*} != ""
124 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/crypto/openssl/test/recipes/15-test_ml_kem_codecs_data/
H A Dprv-512-bare-priv.pem33 o9NRl6ND50tKJywSXVQIlkJthbeVjTs4prqYfsNyJce0TNsS3eRTm0qwgjY2g/BL
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchAsmPrinter.cpp188 MCInstBuilder(LoongArch::BL).addOperand(CallTargetMCOp)); in LowerSTATEPOINT()
193 MCInstBuilder(LoongArch::BL).addOperand(CallTargetMCOp)); in LowerSTATEPOINT()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.h59 void completeAllocation(ExecutorAddr AllocAddr, jitlink::BasicLayout BL,
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrFutureMMA.td378 bits<2> BL;
386 let Inst{14-15} = BL{1-0};
491 (ins dmr:$ATi, vsrc:$XB, u2imm:$ID, u1imm:$E, u2imm:$BL),
492 "dmxxshapad $AT, $XB, $ID, $E, $BL", []>,
617 timm:$E, timm:$BL)), (DMXXSHAPAD $ATi, RCCp.BToVSRC, $ID, $E, $BL)>;
/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.cpp106 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()
782 SUB_SUPER(BL, BX, EBX, RBX, R) in getX86SubSuperRegister()
811 B_SUB_SUPER(BL) in getX86SubSuperRegister()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
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()

12345