Home
last modified time | relevance | path

Searched refs:CM (Results 1 – 25 of 218) sorted by relevance

123456789

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageFilters.cpp44 const coverage::CoverageMapping &CM, in matches() argument
46 return PassesThreshold(FunctionCoverageSummary::get(CM, Function) in matches()
51 const coverage::CoverageMapping &CM, in matches() argument
53 return PassesThreshold(FunctionCoverageSummary::get(CM, Function) in matches()
61 bool CoverageFilters::matches(const coverage::CoverageMapping &CM, in matches() argument
64 if (Filter->matches(CM, Function)) in matches()
79 const coverage::CoverageMapping &CM, in matches() argument
82 if (!Filter->matches(CM, Function)) in matches()
H A DCoverageFilters.h34 virtual bool matches(const coverage::CoverageMapping &CM, in matches() argument
52 bool matches(const coverage::CoverageMapping &CM,
63 bool matches(const coverage::CoverageMapping &CM,
78 bool matches(const coverage::CoverageMapping &CM,
115 bool matches(const coverage::CoverageMapping &CM,
127 bool matches(const coverage::CoverageMapping &CM,
144 bool matches(const coverage::CoverageMapping &CM,
155 bool matches(const coverage::CoverageMapping &CM,
H A DCoverageSummaryInfo.cpp40 sumBranchExpansions(const CoverageMapping &CM, in sumBranchExpansions() argument
44 auto CE = CM.getCoverageForExpansion(Expansion); in sumBranchExpansions()
46 BranchCoverage += sumBranchExpansions(CM, CE.getExpansions()); in sumBranchExpansions()
100 FunctionCoverageSummary::get(const CoverageMapping &CM, in get() argument
102 CoverageData CD = CM.getCoverageForFunction(Function); in get()
110 Summary.BranchCoverage += sumBranchExpansions(CM, CD.getExpansions()); in get()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp87 getEffectiveSparcCodeModel(std::optional<CodeModel::Model> CM, Reloc::Model RM, in getEffectiveSparcCodeModel() argument
89 if (CM) { in getEffectiveSparcCodeModel()
90 if (*CM == CodeModel::Tiny) in getEffectiveSparcCodeModel()
92 if (*CM == CodeModel::Kernel) in getEffectiveSparcCodeModel()
94 return *CM; in getEffectiveSparcCodeModel()
109 std::optional<CodeModel::Model> CM, in SparcTargetMachine() argument
115 getEffectiveSparcCodeModel(CM, getEffectiveRelocModel(RM), is64bit, in SparcTargetMachine()
213 std::optional<CodeModel::Model> CM, in SparcV8TargetMachine() argument
215 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in SparcV8TargetMachine()
223 std::optional<CodeModel::Model> CM, in SparcV9TargetMachine() argument
[all …]
H A DSparcTargetMachine.h33 std::optional<CodeModel::Model> CM, CodeGenOptLevel OL,
59 std::optional<CodeModel::Model> CM, CodeGenOptLevel OL,
72 std::optional<CodeModel::Model> CM, CodeGenOptLevel OL,
83 std::optional<CodeModel::Model> CM, CodeGenOptLevel OL,
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenExtract.cpp89 ConstantInt *CSL = nullptr, *CSR = nullptr, *CM = nullptr; in INITIALIZE_PASS_DEPENDENCY() local
98 m_ConstantInt(CM))); in INITIALIZE_PASS_DEPENDENCY()
105 m_ConstantInt(CM))); in INITIALIZE_PASS_DEPENDENCY()
112 m_ConstantInt(CM))); in INITIALIZE_PASS_DEPENDENCY()
121 m_ConstantInt(CM))); in INITIALIZE_PASS_DEPENDENCY()
128 m_ConstantInt(CM))); in INITIALIZE_PASS_DEPENDENCY()
131 CM = nullptr; in INITIALIZE_PASS_DEPENDENCY()
138 CM = nullptr; in INITIALIZE_PASS_DEPENDENCY()
157 if (!CM) { in INITIALIZE_PASS_DEPENDENCY()
164 CM = ConstantInt::get(Ctx, A); in INITIALIZE_PASS_DEPENDENCY()
[all …]
H A DHexagonGenMux.cpp221 CondsetMap CM; in genMuxInBlock() local
237 CondsetMap::iterator F = CM.find(DR); in genMuxInBlock()
242 if (F != CM.end() && F->second.PredR != PR) { in genMuxInBlock()
243 CM.erase(F); in genMuxInBlock()
244 F = CM.end(); in genMuxInBlock()
246 if (F == CM.end()) { in genMuxInBlock()
247 F = CM.try_emplace(DR).first; in genMuxInBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.cpp33 getEffectiveXCoreCodeModel(std::optional<CodeModel::Model> CM) { in getEffectiveXCoreCodeModel() argument
34 if (CM) { in getEffectiveXCoreCodeModel()
35 if (*CM != CodeModel::Small && *CM != CodeModel::Large) in getEffectiveXCoreCodeModel()
37 return *CM; in getEffectiveXCoreCodeModel()
48 std::optional<CodeModel::Model> CM, in XCoreTargetMachine() argument
53 getEffectiveXCoreCodeModel(CM), OL), in XCoreTargetMachine()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCodeGenTargetMachineImpl.h29 CodeModel::Model CM, CodeGenOptLevel OL);
81 getEffectiveCodeModel(std::optional<CodeModel::Model> CM, in getEffectiveCodeModel() argument
83 if (CM) { in getEffectiveCodeModel()
85 if (*CM == CodeModel::Tiny) in getEffectiveCodeModel()
87 if (*CM == CodeModel::Kernel) in getEffectiveCodeModel()
89 return *CM; in getEffectiveCodeModel()
/freebsd/usr.bin/tip/tip/
H A Dacu.c67 if (CM != NOSTR) in con()
68 parwrite(FD, CM, size(CM)); in con()
141 if (CM != NOSTR) in con()
142 parwrite(FD, CM, size(CM)); in con()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kTargetMachine.cpp87 CodeModel::Model getEffectiveCodeModel(std::optional<CodeModel::Model> CM, in getEffectiveCodeModel() argument
89 if (!CM) { in getEffectiveCodeModel()
91 } else if (CM == CodeModel::Kernel) { in getEffectiveCodeModel()
94 return CM.value(); in getEffectiveCodeModel()
102 std::optional<CodeModel::Model> CM, in M68kTargetMachine() argument
106 ::getEffectiveCodeModel(CM, JIT), OL), in M68kTargetMachine()
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap3-sbc-t3730.dts3 * Suppport for CompuLab SBC-T3730 with CM-T3730
10 model = "CompuLab SBC-T3730 with CM-T3730";
31 ranges = <5 0 0x2c000000 0x01000000>, /* CM-T3x30 SMSC9x Eth */
33 <0 0 0x00000000 0x01000000>; /* CM-T3x NAND */
H A Domap3-sbc-t3530.dts3 * Suppport for CompuLab SBC-T3530 with CM-T3530
10 model = "CompuLab SBC-T3530 with CM-T3530";
31 ranges = <5 0 0x2c000000 0x01000000>, /* CM-T3x30 SMSC9x Eth */
33 <0 0 0x00000000 0x01000000>; /* CM-T3x NAND */
H A Domap3-sbc-t3517.dts3 * Suppport for CompuLab SBC-T3517 with CM-T3517
10 model = "CompuLab SBC-T3517 with CM-T3517";
18 /* Only one GPMC smsc9220 on SBC-T3517, CM-T3517 uses am35x Ethernet */
75 <0 0 0x00000000 0x01000000>; /* CM-T3x NAND */
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchTargetMachine.cpp74 std::optional<CodeModel::Model> CM) { in getEffectiveLoongArchCodeModel() argument
75 if (!CM) in getEffectiveLoongArchCodeModel()
78 switch (*CM) { in getEffectiveLoongArchCodeModel()
80 return *CM; in getEffectiveLoongArchCodeModel()
85 return *CM; in getEffectiveLoongArchCodeModel()
95 std::optional<CodeModel::Model> CM, CodeGenOptLevel OL, bool JIT) in LoongArchTargetMachine() argument
98 getEffectiveLoongArchCodeModel(TT, CM), OL), in LoongArchTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetMachine.cpp145 getEffectiveSystemZCodeModel(std::optional<CodeModel::Model> CM, in getEffectiveSystemZCodeModel() argument
147 if (CM) { in getEffectiveSystemZCodeModel()
148 if (*CM == CodeModel::Tiny) in getEffectiveSystemZCodeModel()
150 if (*CM == CodeModel::Kernel) in getEffectiveSystemZCodeModel()
152 return *CM; in getEffectiveSystemZCodeModel()
163 std::optional<CodeModel::Model> CM, in SystemZTargetMachine() argument
168 getEffectiveSystemZCodeModel(CM, getEffectiveRelocModel(RM), JIT), in SystemZTargetMachine()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h94 JITTargetMachineBuilder &setCodeModel(std::optional<CodeModel::Model> CM) { in setCodeModel() argument
95 this->CM = std::move(CM); in setCodeModel()
100 const std::optional<CodeModel::Model> &getCodeModel() const { return CM; } in getCodeModel()
153 std::optional<CodeModel::Model> CM; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInstrumentation.cpp119 std::optional<CodeModel::Model> CM = GV.getParent()->getCodeModel(); in setGlobalVariableLargeSection() local
120 if (!CM || (*CM != CodeModel::Medium && *CM != CodeModel::Large)) in setGlobalVariableLargeSection()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp487 unsigned UnrollFactor, LoopVectorizationCostModel *CM, in InnerLoopVectorizer() argument
493 Builder(PSE.getSE()->getContext()), Cost(CM), BFI(BFI), PSI(PSI), in InnerLoopVectorizer()
673 LoopVectorizationCostModel *CM, BlockFrequencyInfo *BFI, in InnerLoopAndEpilogueVectorizer() argument
676 EPI.MainLoopVF, EPI.MainLoopVF, EPI.MainLoopUF, CM, in InnerLoopAndEpilogueVectorizer()
710 LoopVectorizationCostModel *CM, BlockFrequencyInfo *BFI, in EpilogueVectorizerMainLoop() argument
713 EPI, CM, BFI, PSI, Check, Plan) {} in EpilogueVectorizerMainLoop()
737 LoopVectorizationCostModel *CM, BlockFrequencyInfo *BFI, in EpilogueVectorizerEpilogueLoop() argument
740 EPI, CM, BFI, PSI, Checks, Plan) { in EpilogueVectorizerEpilogueLoop()
3947 if (std::optional<unsigned> VScale = CM.getVScaleForTuning()) { in isMoreProfitable()
3957 if (CM.CostKind == TTI::TCK_CodeSize) in isMoreProfitable()
[all …]
H A DVPRecipeBuilder.h64 LoopVectorizationCostModel &CM; variable
150 LoopVectorizationCostModel &CM, in VPRecipeBuilder() argument
155 CM(CM), PSE(PSE), Builder(Builder), BlockMaskCache(BlockMaskCache), in VPRecipeBuilder()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaTargetMachine.cpp53 std::optional<CodeModel::Model> CM, in XtensaTargetMachine() argument
59 getEffectiveCodeModel(CM, CodeModel::Small), OL), in XtensaTargetMachine()
68 std::optional<CodeModel::Model> CM, in XtensaTargetMachine() argument
70 : XtensaTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, true) {} in XtensaTargetMachine()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp334 std::optional<CodeModel::Model> CM, bool JIT) { in getEffectiveAArch64CodeModel() argument
335 if (CM) { in getEffectiveAArch64CodeModel()
336 if (*CM != CodeModel::Small && *CM != CodeModel::Tiny && in getEffectiveAArch64CodeModel()
337 *CM != CodeModel::Large) { in getEffectiveAArch64CodeModel()
340 } else if (*CM == CodeModel::Tiny && !TT.isOSBinFormatELF()) { in getEffectiveAArch64CodeModel()
343 return *CM; in getEffectiveAArch64CodeModel()
362 std::optional<CodeModel::Model> CM, in AArch64TargetMachine() argument
369 getEffectiveAArch64CodeModel(TT, CM, JIT), OL), in AArch64TargetMachine()
529 std::optional<CodeModel::Model> CM, CodeGenOptLevel OL, bool JIT) in AArch64leTargetMachine() argument
530 : AArch64TargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, true) {} in AArch64leTargetMachine()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp132 std::optional<CodeModel::Model> CM, in MipsTargetMachine() argument
138 getEffectiveCodeModel(CM, CodeModel::Small), OL), in MipsTargetMachine()
162 std::optional<CodeModel::Model> CM, in MipsebTargetMachine() argument
164 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in MipsebTargetMachine()
172 std::optional<CodeModel::Model> CM, in MipselTargetMachine() argument
174 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, true) {} in MipselTargetMachine()
H A DMipsTargetMachine.h43 std::optional<CodeModel::Model> CM, CodeGenOptLevel OL,
92 std::optional<CodeModel::Model> CM, CodeGenOptLevel OL,
105 std::optional<CodeModel::Model> CM, CodeGenOptLevel OL,
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.cpp51 TT, CPU, Features.getString(), Options, RM, CM, OptLevel, /*JIT=*/true); in createTargetMachine()
102 if (JTMB.CM) { in print()
103 switch (*JTMB.CM) { in print()

123456789