HomeSort by: relevance | last modified time | path
    Searched refs:BM (Results 1 - 18 of 18) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTO.cpp 650 BitcodeModule BM = Input.Mods[ModI];
657 return addThinLTO(BM, ModSyms, ResI, ResE);
661 addRegularLTO(BM, ModSyms, ResI, ResE);
670 if (Error Err = BM.readSummary(ThinLTO.CombinedIndex, "", -1ull))
710 LTO::addRegularLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms,
715 BM.getLazyModule(RegularLTO.Ctx, /*ShouldLazyLoadMetadata*/ true,
888 Error LTO::addThinLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms,
892 BM.readSummary(ThinLTO.CombinedIndex, BM.getModuleIdentifier(),
904 ThinLTO.PrevailingModuleForGUID[GUID] = BM.getModuleIdentifier()
    [all...]
LTOBackend.cpp 663 for (BitcodeModule &BM : BMs) {
664 Expected<BitcodeLTOInfo> LTOInfo = BM.getLTOInfo();
666 return &BM;
678 if (const BitcodeModule *Bm = lto::findThinLTOModule(*BMsOrErr))
679 return *Bm;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
BenchmarkResult.cpp 416 void PerInstructionStats::push(const BenchmarkMeasure &BM) {
418 Key = BM.Key;
419 assert(Key == BM.Key);
421 SumValues += BM.PerInstructionValue;
422 MaxValue = std::max(MaxValue, BM.PerInstructionValue);
423 MinValue = std::min(MinValue, BM.PerInstructionValue);
BenchmarkResult.h 100 void push(const BenchmarkMeasure &BM);
BenchmarkRunner.cpp 224 for (BenchmarkMeasure &BM : *NewMeasurements) {
226 BM.PerInstructionValue /= InstrBenchmark.NumRepetitions;
228 BM.PerSnippetValue *= static_cast<double>(Instructions.size()) /
  /src/external/apache2/llvm/dist/llvm/lib/Object/
IRObjectFile.cpp 122 for (auto BM : *BMsOrErr) {
124 BM.getLazyModule(Context, /*ShouldLazyLoadMetadata*/ true,
IRSymtab.cpp 365 for (auto BM : BMs) {
367 BM.getLazyModule(Ctx, /*ShouldLazyLoadMetadata*/ true,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
RDFDeadCode.cpp 70 const uint32_t *BM = Op.getRegMask();
72 if (BM[R/32] & (1u << (R%32)))
HexagonBlockRanges.cpp 353 const uint32_t *BM = Op.getRegMask();
362 if (BM[PR/32] & (1u << (PR%32)))
HexagonFrameLowering.cpp 321 const uint32_t *BM = MO.getRegMask();
325 if (!(BM[R/32] & (1u << (R%32))))
  /src/usr.bin/make/
meta.c 602 BM(Job *job)
616 pbm = BM(job);
643 pbm = BM(job);
664 pbm = BM(job);
677 pbm = BM(job);
691 pbm = BM(job);
705 pbm = BM(job);
729 pbm = BM(job);
792 pbm = BM(job);
  /src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
LTO.h 423 addRegularLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms,
428 Error addThinLTO(BitcodeModule BM, ArrayRef<InputFile::Symbol> Syms,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RDFRegisters.cpp 205 const uint32_t *BM = getRegMaskBits(RM.Reg);
211 uint32_t C = ~BM[w] & ~BN[w];
224 if (~BM[TW] & ~BN[TW] & TailMask)
  /src/sys/arch/arm/marvell/
armadaxpreg.h 119 /* BM Attributes */
455 #define ARMADAXP_BMC_BASE (UNITID2PHYS(BM)) /* 0xc0000 */
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 7026 Expected<BitcodeModule> BM = getSingleModule(Buffer);
7027 if (!BM)
7028 return BM.takeError();
7030 return BM->getLazyModule(Context, ShouldLazyLoadMetadata, IsImporting);
7054 Expected<BitcodeModule> BM = getSingleModule(Buffer);
7055 if (!BM)
7056 return BM.takeError();
7058 return BM->parseModule(Context, DataLayoutCallback);
7088 Expected<BitcodeModule> BM = getSingleModule(Buffer);
7089 if (!BM)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 1088 int64_t BM = Inst.getOperand(3).getImm();
1089 if (!isRunOfOnes(BM, MB, ME))
1105 int64_t BM = Inst.getOperand(3).getImm();
1106 if (!isRunOfOnes(BM, MB, ME))
1123 int64_t BM = Inst.getOperand(3).getImm();
1124 if (!isRunOfOnes(BM, MB, ME))
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceAnalysis.cpp 1405 // Computes the GCD of AM and BM.
1408 static bool findGCD(unsigned Bits, const APInt &AM, const APInt &BM,
1413 APInt G1 = BM.abs();
1426 Y = BM.slt(0) ? B1 : -B1;
1488 LLVM_DEBUG(dbgs() << "\t DstCoeff = " << *DstCoeff << " = BM\n");
1508 APInt BM = ConstDstCoeff->getAPInt();
1511 if (findGCD(Bits, AM, BM, CM, G, X, Y)) {
1541 APInt TB = BM.sdiv(G);
1875 LLVM_DEBUG(dbgs() << "\t DstCoeff = " << *DstCoeff << " = BM\n");
1891 APInt BM = ConstDstCoeff->getAPInt()
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUInstCombineIntrinsic.cpp 743 auto *BM = cast<ConstantInt>(II.getArgOperand(4));
745 BM->getZExtValue() != 0xF || isa<UndefValue>(Old))

Completed in 32 milliseconds