| /openbsd/src/gnu/llvm/llvm/tools/llvm-cov/ |
| D | CoverageFilters.cpp | 44 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()
|
| D | CoverageFilters.h | 34 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,
|
| D | CoverageSummaryInfo.cpp | 38 const CoverageMapping &CM, in sumBranchExpansions() argument 41 auto CE = CM.getCoverageForExpansion(Expansion); in sumBranchExpansions() 43 sumBranchExpansions(NumBranches, CoveredBranches, CM, CE.getExpansions()); in sumBranchExpansions() 48 FunctionCoverageSummary::get(const CoverageMapping &CM, in get() argument 62 CoverageData CD = CM.getCoverageForFunction(Function); in get() 74 sumBranchExpansions(NumBranches, CoveredBranches, CM, CD.getExpansions()); in get()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/ |
| D | SparcTargetMachine.cpp | 81 getEffectiveSparcCodeModel(std::optional<CodeModel::Model> CM, Reloc::Model RM, in getEffectiveSparcCodeModel() argument 83 if (CM) { in getEffectiveSparcCodeModel() 84 if (*CM == CodeModel::Tiny) in getEffectiveSparcCodeModel() 86 if (*CM == CodeModel::Kernel) in getEffectiveSparcCodeModel() 88 return *CM; in getEffectiveSparcCodeModel() 103 std::optional<CodeModel::Model> CM, in SparcTargetMachine() argument 109 CM, getEffectiveRelocModel(RM), is64bit, JIT), 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 …]
|
| D | SparcTargetMachine.h | 33 std::optional<CodeModel::Model> CM, CodeGenOpt::Level OL, 60 std::optional<CodeModel::Model> CM, CodeGenOpt::Level OL, 73 std::optional<CodeModel::Model> CM, CodeGenOpt::Level OL, 84 std::optional<CodeModel::Model> CM, CodeGenOpt::Level OL,
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/XCore/ |
| D | XCoreTargetMachine.cpp | 34 getEffectiveXCoreCodeModel(std::optional<CodeModel::Model> CM) { in getEffectiveXCoreCodeModel() argument 35 if (CM) { in getEffectiveXCoreCodeModel() 36 if (*CM != CodeModel::Small && *CM != CodeModel::Large) in getEffectiveXCoreCodeModel() 38 return *CM; in getEffectiveXCoreCodeModel() 49 std::optional<CodeModel::Model> CM, in XCoreTargetMachine() argument 54 getEffectiveXCoreCodeModel(CM), OL), in XCoreTargetMachine()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| D | HexagonGenExtract.cpp | 100 ConstantInt *CSL = nullptr, *CSR = nullptr, *CM = nullptr; in INITIALIZE_PASS_DEPENDENCY() local 109 m_ConstantInt(CM))); in INITIALIZE_PASS_DEPENDENCY() 116 m_ConstantInt(CM))); in INITIALIZE_PASS_DEPENDENCY() 123 m_ConstantInt(CM))); in INITIALIZE_PASS_DEPENDENCY() 132 m_ConstantInt(CM))); in INITIALIZE_PASS_DEPENDENCY() 139 m_ConstantInt(CM))); in INITIALIZE_PASS_DEPENDENCY() 142 CM = nullptr; in INITIALIZE_PASS_DEPENDENCY() 149 CM = nullptr; in INITIALIZE_PASS_DEPENDENCY() 168 if (!CM) { in INITIALIZE_PASS_DEPENDENCY() 175 CM = ConstantInt::get(Ctx, A); in INITIALIZE_PASS_DEPENDENCY() [all …]
|
| D | HexagonGenMux.cpp | 229 CondsetMap CM; in genMuxInBlock() local 245 CondsetMap::iterator F = CM.find(DR); in genMuxInBlock() 250 if (F != CM.end() && F->second.PredR != PR) { in genMuxInBlock() 251 CM.erase(F); in genMuxInBlock() 252 F = CM.end(); in genMuxInBlock() 254 if (F == CM.end()) { in genMuxInBlock() 255 auto It = CM.insert(std::make_pair(DR, CondsetInfo())); in genMuxInBlock()
|
| /openbsd/src/games/hack/ |
| D | hack.termcap.c | 71 static char *HO, *CL, *CE, *UP, *CM, *ND, *XD, *BC, *SO, *SE, *TI, *TE; variable 126 if(!(CM = tgetstr("cm", &tbufptr))) { in startup() 173 else if((x <= 3 && abs(cury-y)<= 3) || (!CM && x<abs(curx-x))) { in curs() 177 } else if(!CM) { in curs() 192 } else if(CM) { in nocmov() 204 } else if(CM) { in nocmov() 232 xputs(tgoto(CM, x-1, y-1)); in cmov() 279 else if(CM) in home() 280 xputs(tgoto(CM, 0, 0)); in home()
|
| /openbsd/src/gnu/usr.bin/perl/lib/unicore/ |
| D | LineBreak.txt | 19 # "BK", "CM", "CR", "GL", "LF", "NL", "SP", "WJ", "ZW", "ZWJ" 55 0000..0008;CM # Cc [9] <control-0000>..<control-0008> 60 000E..001F;CM # Cc [18] <control-000E>..<control-001F> 94 007F;CM # Cc <control-007F> 95 0080..0084;CM # Cc [5] <control-0080>..<control-0084> 97 0086..009F;CM # Cc [26] <control-0086>..<control-009F> 161 0300..034E;CM # Mn [79] COMBINING GRAVE ACCENT..COMBINING UPWARDS ARROW BELOW 163 0350..035B;CM # Mn [12] COMBINING RIGHT ARROWHEAD ABOVE..COMBINING ZIGZAG ABOVE 165 0363..036F;CM # Mn [13] COMBINING LATIN SMALL LETTER A..COMBINING LATIN SMALL LETTER X 185 0483..0487;CM # Mn [5] COMBINING CYRILLIC TITLO..COMBINING CYRILLIC POKRYTIE [all …]
|
| /openbsd/src/gnu/usr.bin/perl/lib/unicore/extracted/ |
| D | DLineBreak.txt | 1879 0000..0008 ; CM # Cc [9] <control-0000>..<control-0008> 1880 000E..001F ; CM # Cc [18] <control-000E>..<control-001F> 1881 007F..0084 ; CM # Cc [6] <control-007F>..<control-0084> 1882 0086..009F ; CM # Cc [26] <control-0086>..<control-009F> 1883 0300..034E ; CM # Mn [79] COMBINING GRAVE ACCENT..COMBINING UPWARDS ARROW BELOW 1884 0350..035B ; CM # Mn [12] COMBINING RIGHT ARROWHEAD ABOVE..COMBINING ZIGZAG ABOVE 1885 0363..036F ; CM # Mn [13] COMBINING LATIN SMALL LETTER A..COMBINING LATIN SMALL LETTER X 1886 0483..0487 ; CM # Mn [5] COMBINING CYRILLIC TITLO..COMBINING CYRILLIC POKRYTIE 1887 0488..0489 ; CM # Me [2] COMBINING CYRILLIC HUNDRED THOUSANDS SIGN..COMBINING CYRILLIC MILLION… 1888 0591..05BD ; CM # Mn [45] HEBREW ACCENT ETNAHTA..HEBREW POINT METEG [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| D | SystemZTargetMachine.cpp | 127 getEffectiveSystemZCodeModel(std::optional<CodeModel::Model> CM, in getEffectiveSystemZCodeModel() argument 129 if (CM) { in getEffectiveSystemZCodeModel() 130 if (*CM == CodeModel::Tiny) in getEffectiveSystemZCodeModel() 132 if (*CM == CodeModel::Kernel) in getEffectiveSystemZCodeModel() 134 return *CM; in getEffectiveSystemZCodeModel() 145 std::optional<CodeModel::Model> CM, in SystemZTargetMachine() argument 150 getEffectiveSystemZCodeModel(CM, getEffectiveRelocModel(RM), JIT), in SystemZTargetMachine()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
| D | JITTargetMachineBuilder.h | 95 JITTargetMachineBuilder &setCodeModel(std::optional<CodeModel::Model> CM) { in setCodeModel() argument 96 this->CM = std::move(CM); in setCodeModel() 101 const std::optional<CodeModel::Model> &getCodeModel() const { return CM; } in getCodeModel() 154 std::optional<CodeModel::Model> CM; variable
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Target/ |
| D | TargetMachine.h | 236 void setCodeModel(CodeModel::Model CM) { CMModel = CM; } in setCodeModel() argument 422 CodeModel::Model CM, CodeGenOpt::Level OL); 510 getEffectiveCodeModel(std::optional<CodeModel::Model> CM, in getEffectiveCodeModel() argument 512 if (CM) { in getEffectiveCodeModel() 514 if (*CM == CodeModel::Tiny) in getEffectiveCodeModel() 516 if (*CM == CodeModel::Kernel) in getEffectiveCodeModel() 518 return *CM; in getEffectiveCodeModel()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/IO-Compress/t/ |
| D | 005defhdr.t | 121 is $hdr->{CM}, 8, " CM is 8"; 175 is $hdr->{CM}, 8, " CM is 8"; 187 is $hdr->{CM}, $hdr1->{CM}, " CM matches"; 202 is $hdr->{CM}, 8, " CM is 8"; 261 title "Header Corruption - CM not 8"; 269 like $IO::Uncompress::Inflate::InflateError, '/Header Error: Not Deflate \(CM is 3\)/',
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64TargetMachine.cpp | 293 std::optional<CodeModel::Model> CM, bool JIT) { in getEffectiveAArch64CodeModel() argument 294 if (CM) { in getEffectiveAArch64CodeModel() 295 if (*CM != CodeModel::Small && *CM != CodeModel::Tiny && in getEffectiveAArch64CodeModel() 296 *CM != CodeModel::Large) { in getEffectiveAArch64CodeModel() 299 } else if (*CM == CodeModel::Tiny && !TT.isOSBinFormatELF()) in getEffectiveAArch64CodeModel() 301 return *CM; in getEffectiveAArch64CodeModel() 320 std::optional<CodeModel::Model> CM, in AArch64TargetMachine() argument 327 getEffectiveAArch64CodeModel(TT, CM, JIT), OL), in AArch64TargetMachine() 451 std::optional<CodeModel::Model> CM, CodeGenOpt::Level OL, bool JIT) in AArch64leTargetMachine() argument 452 : AArch64TargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, true) {} in AArch64leTargetMachine() [all …]
|
| D | AArch64TargetMachine.h | 33 std::optional<CodeModel::Model> CM, CodeGenOpt::Level OL, 83 std::optional<CodeModel::Model> CM, 96 std::optional<CodeModel::Model> CM,
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| D | VPRecipeBuilder.h | 38 LoopVectorizationCostModel &CM; variable 112 LoopVectorizationCostModel &CM, in VPRecipeBuilder() argument 114 : OrigLoop(OrigLoop), TLI(TLI), Legal(Legal), CM(CM), PSE(PSE), in VPRecipeBuilder()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/ |
| D | vstrings.t | 53 my $CM = 'CPAN/Meta.pm'; 55 $INC{$CM} = undef; 60 delete $INC{$CM};
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Mips/ |
| D | MipsTargetMachine.cpp | 126 std::optional<CodeModel::Model> CM, in MipsTargetMachine() argument 131 getEffectiveCodeModel(CM, CodeModel::Small), OL), in MipsTargetMachine() 155 std::optional<CodeModel::Model> CM, in MipsebTargetMachine() argument 157 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, false) {} in MipsebTargetMachine() 165 std::optional<CodeModel::Model> CM, in MipselTargetMachine() argument 167 : MipsTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, true) {} in MipselTargetMachine()
|
| D | MipsTargetMachine.h | 43 std::optional<CodeModel::Model> CM, CodeGenOpt::Level OL, 92 std::optional<CodeModel::Model> CM, CodeGenOpt::Level OL, 105 std::optional<CodeModel::Model> CM, CodeGenOpt::Level OL,
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| D | NVPTXTargetMachine.cpp | 118 std::optional<CodeModel::Model> CM, in NVPTXTargetMachine() argument 124 getEffectiveCodeModel(CM, CodeModel::Small), OL), in NVPTXTargetMachine() 146 std::optional<CodeModel::Model> CM, in NVPTXTargetMachine32() argument 148 : NVPTXTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {} in NVPTXTargetMachine32() 156 std::optional<CodeModel::Model> CM, in NVPTXTargetMachine64() argument 158 : NVPTXTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {} in NVPTXTargetMachine64()
|
| D | NVPTXTargetMachine.h | 41 std::optional<CodeModel::Model> CM, CodeGenOpt::Level OP, 89 std::optional<CodeModel::Model> CM, CodeGenOpt::Level OL, 100 std::optional<CodeModel::Model> CM, CodeGenOpt::Level OL,
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| D | ARMTargetMachine.h | 45 std::optional<CodeModel::Model> CM, CodeGenOpt::Level OL, 95 std::optional<CodeModel::Model> CM, CodeGenOpt::Level OL, 106 std::optional<CodeModel::Model> CM, CodeGenOpt::Level OL,
|
| /openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| D | JITTargetMachineBuilder.cpp | 57 Options, RM, CM, OptLevel, /*JIT*/ true); in createTargetMachine() 108 if (JTMB.CM) { in print() 109 switch (*JTMB.CM) { in print()
|