/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | LTO.cpp | 745 BitcodeModule BM = Input.Mods[ModI]; in addModule() local 765 return addThinLTO(BM, ModSyms, ResI, ResE); in addModule() 769 addRegularLTO(BM, ModSyms, ResI, ResE); in addModule() 778 if (Error Err = BM.readSummary(ThinLTO.CombinedIndex, "")) in addModule() 818 LTO::addRegularLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms, in addRegularLTO() argument 823 BM.getLazyModule(RegularLTO.Ctx, /*ShouldLazyLoadMetadata*/ true, in addRegularLTO() 1010 Error LTO::addThinLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms, in addThinLTO() argument 1022 ThinLTO.PrevailingModuleForGUID[GUID] = BM.getModuleIdentifier(); in addThinLTO() 1027 BM.readSummary(ThinLTO.CombinedIndex, BM.getModuleIdentifier(), in addThinLTO() 1030 BM.getModuleIdentifier(); in addThinLTO() [all …]
|
H A D | LTOBackend.cpp | 677 for (BitcodeModule &BM : BMs) { in findThinLTOModule() 678 Expected<BitcodeLTOInfo> LTOInfo = BM.getLTOInfo(); in findThinLTOModule() 680 return &BM; in findThinLTOModule()
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | marvell-neta-bm.txt | 1 * Marvell Armada 380/XP Buffer Manager driver (BM) 8 - internal-mem: a phandle to BM internal SRAM definition. 22 In order to see how to hook the BM to a given ethernet port, please
|
/freebsd/sys/powerpc/conf/dpaa/ |
H A D | files.dpaa | 15 contrib/ncsw/Peripherals/BM/bm.c optional dpaa \ 17 contrib/ncsw/Peripherals/BM/bman_low.c optional dpaa \ 19 contrib/ncsw/Peripherals/BM/bm_pool.c optional dpaa \ 21 contrib/ncsw/Peripherals/BM/bm_portal.c optional dpaa \
|
H A D | config.dpaa | 14 -I$S/contrib/ncsw/Peripherals/BM \
|
/freebsd/contrib/bmake/ |
H A D | meta.c | 646 BM(Job *job) in BM() function 660 pbm = BM(job); in meta_job_start() 687 pbm = BM(job); in meta_job_child() 708 pbm = BM(job); in meta_job_parent() 721 pbm = BM(job); in meta_job_fd() 735 pbm = BM(job); in meta_job_event() 749 pbm = BM(job); in meta_job_error() 773 pbm = BM(job); in meta_job_output() 841 pbm = BM(job); in meta_job_finish()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | IRObjectFile.cpp | 121 for (auto BM : *BMsOrErr) { in create() 123 BM.getLazyModule(Context, /*ShouldLazyLoadMetadata*/ true, in create()
|
H A D | IRSymtab.cpp | 392 for (auto BM : BMs) { in upgrade() local 394 BM.getLazyModule(Ctx, /*ShouldLazyLoadMetadata*/ true, in upgrade()
|
/freebsd/crypto/openssl/test/certs/ |
H A D | cyrillic_crl.pem | 7 1BM/BxoHU2/3pQHJgPSKevN0/K/daiFHiJl7Kb9GCwKY14B1RvbN2rUP/58Mt+aq
|
H A D | cyrillic_crl.utf8 | 34 1BM/BxoHU2/3pQHJgPSKevN0/K/daiFHiJl7Kb9GCwKY14B1RvbN2rUP/58Mt+aq
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | RDFDeadCode.cpp | 71 const uint32_t *BM = Op.getRegMask(); in isLiveInstr() local 73 if (BM[R/32] & (1u << (R%32))) in isLiveInstr()
|
H A D | HexagonBlockRanges.cpp | 352 const uint32_t *BM = Op.getRegMask(); in computeInitialLiveRanges() local 361 if (BM[PR/32] & (1u << (PR%32))) in computeInitialLiveRanges()
|
/freebsd/secure/caroot/trusted/ |
H A D | QuoVadis_Root_CA_2.pem | 19 Issuer: C = BM, O = QuoVadis Limited, CN = QuoVadis Root CA 2 23 Subject: C = BM, O = QuoVadis Limited, CN = QuoVadis Root CA 2 73 DirName:/C=BM/O=QuoVadis Limited/CN=QuoVadis Root CA 2
|
H A D | QuoVadis_Root_CA_3.pem | 19 Issuer: C = BM, O = QuoVadis Limited, CN = QuoVadis Root CA 3 23 Subject: C = BM, O = QuoVadis Limited, CN = QuoVadis Root CA 3 78 DirName:/C=BM/O=QuoVadis Limited/CN=QuoVadis Root CA 3
|
H A D | QuoVadis_Root_CA_2_G3.pem | 20 Issuer: C = BM, O = QuoVadis Limited, CN = QuoVadis Root CA 2 G3 24 Subject: C = BM, O = QuoVadis Limited, CN = QuoVadis Root CA 2 G3
|
H A D | QuoVadis_Root_CA_3_G3.pem | 20 Issuer: C = BM, O = QuoVadis Limited, CN = QuoVadis Root CA 3 G3 24 Subject: C = BM, O = QuoVadis Limited, CN = QuoVadis Root CA 3 G3
|
H A D | QuoVadis_Root_CA_1_G3.pem | 20 Issuer: C = BM, O = QuoVadis Limited, CN = QuoVadis Root CA 1 G3 24 Subject: C = BM, O = QuoVadis Limited, CN = QuoVadis Root CA 1 G3
|
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/ |
H A D | LTO.h | 425 addRegularLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms, 430 Error addThinLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
H A D | PPCAsmParser.cpp | 1193 int64_t BM = Inst.getOperand(3).getImm(); in ProcessInstruction() local 1194 if (!isRunOfOnes(BM, MB, ME)) in ProcessInstruction() 1210 int64_t BM = Inst.getOperand(3).getImm(); in ProcessInstruction() local 1211 if (!isRunOfOnes(BM, MB, ME)) in ProcessInstruction() 1228 int64_t BM = Inst.getOperand(3).getImm(); in ProcessInstruction() local 1229 if (!isRunOfOnes(BM, MB, ME)) in ProcessInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 8544 Expected<BitcodeModule> BM = getSingleModule(Buffer); in getLazyBitcodeModule() local 8545 if (!BM) in getLazyBitcodeModule() 8546 return BM.takeError(); in getLazyBitcodeModule() 8548 return BM->getLazyModule(Context, ShouldLazyLoadMetadata, IsImporting, in getLazyBitcodeModule() 8572 Expected<BitcodeModule> BM = getSingleModule(Buffer); in parseBitcodeFile() local 8573 if (!BM) in parseBitcodeFile() 8574 return BM.takeError(); in parseBitcodeFile() 8576 return BM->parseModule(Context, Callbacks); in parseBitcodeFile() 8605 Expected<BitcodeModule> BM = getSingleModule(Buffer); in readModuleSummaryIndex() local 8606 if (!BM) in readModuleSummaryIndex() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | dove-cm-a510.dtsi | 70 * W: Broadcom BCM4319 802.11b/g/n (USI WM-N-BM-01 on SDIO1)
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 1493 static bool findGCD(unsigned Bits, const APInt &AM, const APInt &BM, in findGCD() argument 1498 APInt G1 = BM.abs(); in findGCD() 1511 Y = BM.slt(0) ? B1 : -B1; in findGCD() 1593 APInt BM = ConstDstCoeff->getAPInt(); in exactSIVtest() local 1596 if (findGCD(Bits, AM, BM, CM, G, X, Y)) { in exactSIVtest() 1626 APInt TB = BM.sdiv(G); in exactSIVtest() 1976 APInt BM = ConstDstCoeff->getAPInt(); in exactRDIVtest() local 1979 if (findGCD(Bits, AM, BM, CM, G, X, Y)) { in exactRDIVtest() 2018 APInt TB = BM.sdiv(G); in exactRDIVtest()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 1103 for (auto &BM : *BMsOrErr) { in loadModule() 1105 BM.parseModule(*VMContext); in loadModule()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_alert_type_string.pod | 82 =item "BM"/"bad record mac"
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstCombineIntrinsic.cpp | 1027 auto *BM = cast<ConstantInt>(II.getArgOperand(4)); in instCombineIntrinsic() local 1029 BM->getZExtValue() != 0xF || isa<UndefValue>(Old)) in instCombineIntrinsic()
|