/freebsd/contrib/llvm-project/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()
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | asn1-common.h | 51 #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 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()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMSLSHardening.cpp | 316 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 D | AArch64SLSHardening.cpp | 448 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 D | AArch64LowerHomogeneousPrologEpilog.cpp | 513 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 D | JITLinkMemoryManager.cpp | 240 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 D | rust.mk | 129 .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 D | dffma.S | 20 #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 D | dfaddsub.S | 16 #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 D | dfdiv.S | 17 #define BL r2 macro 89 #undef BL 212 #define BL r2 macro 266 if (!P_TMP.new) PRODLO = or(BL,PRODLO)
|
H A D | dfmul.S | 15 #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 D | imx6ull-kontron-bl.dts | 13 model = "Kontron BL i.MX6ULL (N641X S)";
|
H A D | imx6ul-kontron-bl.dts | 14 model = "Kontron BL i.MX6UL (N631X S)";
|
H A D | imx6ul-kontron-bl-43.dts | 11 model = "Kontron BL i.MX6UL 43 (N631X S 43)";
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | EPCGenericJITLinkMemoryManager.h | 57 void completeAllocation(ExecutorAddr AllocAddr, jitlink::BasicLayout BL,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCISelLowering.h | 34 BL, enumerator
|
H A D | ARCFrameLowering.cpp | 163 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 D | imx93-kontron-bl-osm-s.dts | 11 model = "Kontron BL i.MX93 OSM-S";
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
H A D | LoongArchMCTargetDesc.cpp | 101 Inst.getOpcode() == LoongArch::BL) { in evaluateBranch()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountDiagnostics.cpp | 513 } 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 D | X86MCTargetDesc.cpp | 183 {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 D | MachOLayoutBuilder.cpp | 76 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 D | X86RegisterInfo.td | 54 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)> {
|