| /openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn20/ |
| H A D | dcn20_dpp.h | 34 SRI(CM_BLNDGAM_LUT_WRITE_EN_MASK, CM, id), \ 35 SRI(CM_BLNDGAM_RAMB_SLOPE_CNTL_B, CM, id), \ 36 SRI(CM_BLNDGAM_RAMB_SLOPE_CNTL_G, CM, id), \ 37 SRI(CM_BLNDGAM_RAMB_SLOPE_CNTL_R, CM, id), \ 38 SRI(CM_BLNDGAM_RAMA_SLOPE_CNTL_B, CM, id), \ 39 SRI(CM_BLNDGAM_RAMA_SLOPE_CNTL_G, CM, id), \ 40 SRI(CM_BLNDGAM_RAMA_SLOPE_CNTL_R, CM, id) 43 SRI(CM_BLNDGAM_CONTROL, CM, id), \ 44 SRI(CM_BLNDGAM_RAMB_START_CNTL_B, CM, id), \ 45 SRI(CM_BLNDGAM_RAMB_START_CNTL_G, CM, id), \ [all …]
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn30/ |
| H A D | dcn30_dpp.h | 34 SRI(CM_DEALPHA, CM, id),\ 35 SRI(CM_MEM_PWR_STATUS, CM, id),\ 36 SRI(CM_BIAS_CR_R, CM, id),\ 37 SRI(CM_BIAS_Y_G_CB_B, CM, id),\ 39 SRI(CM_GAMCOR_CONTROL, CM, id),\ 40 SRI(CM_GAMCOR_LUT_CONTROL, CM, id),\ 41 SRI(CM_GAMCOR_LUT_INDEX, CM, id),\ 42 SRI(CM_GAMCOR_LUT_INDEX, CM, id),\ 43 SRI(CM_GAMCOR_LUT_DATA, CM, id),\ 44 SRI(CM_GAMCOR_RAMB_START_CNTL_B, CM, id),\ [all …]
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn10/ |
| H A D | dcn10_dpp.h | 45 SRI(CM_GAMUT_REMAP_CONTROL, CM, id),\ 46 SRI(CM_GAMUT_REMAP_C11_C12, CM, id),\ 47 SRI(CM_GAMUT_REMAP_C13_C14, CM, id),\ 48 SRI(CM_GAMUT_REMAP_C21_C22, CM, id),\ 49 SRI(CM_GAMUT_REMAP_C23_C24, CM, id),\ 50 SRI(CM_GAMUT_REMAP_C31_C32, CM, id),\ 51 SRI(CM_GAMUT_REMAP_C33_C34, CM, id),\ 81 SRI(CM_ICSC_CONTROL, CM, id), \ 82 SRI(CM_ICSC_C11_C12, CM, id), \ 83 SRI(CM_ICSC_C33_C34, CM, id), \ [all …]
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-cov/ |
| H A 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()
|
| H A 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,
|
| H A 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/ |
| H A 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 …]
|
| H A 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/ |
| H A 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/ |
| H A 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 …]
|
| H A 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/ |
| H A 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/sys/dev/pci/drm/amd/display/dc/dcn32/ |
| H A D | dcn32_resource.h | 431 SRI_ARR(CM_DEALPHA, CM, id), SRI_ARR(CM_MEM_PWR_STATUS, CM, id), \ 432 SRI_ARR(CM_BIAS_CR_R, CM, id), SRI_ARR(CM_BIAS_Y_G_CB_B, CM, id), \ 433 SRI_ARR(PRE_DEGAM, CNVC_CFG, id), SRI_ARR(CM_GAMCOR_CONTROL, CM, id), \ 434 SRI_ARR(CM_GAMCOR_LUT_CONTROL, CM, id), \ 435 SRI_ARR(CM_GAMCOR_LUT_INDEX, CM, id), \ 436 SRI_ARR(CM_GAMCOR_LUT_INDEX, CM, id), \ 437 SRI_ARR(CM_GAMCOR_LUT_DATA, CM, id), \ 438 SRI_ARR(CM_GAMCOR_RAMB_START_CNTL_B, CM, id), \ 439 SRI_ARR(CM_GAMCOR_RAMB_START_CNTL_G, CM, id), \ 440 SRI_ARR(CM_GAMCOR_RAMB_START_CNTL_R, CM, id), \ [all …]
|
| /openbsd-src/gnu/usr.bin/perl/lib/unicore/ |
| H A 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/ |
| H A 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/M68k/ |
| H A D | M68kTargetMachine.cpp | 84 CodeModel::Model getEffectiveCodeModel(std::optional<CodeModel::Model> CM, in getEffectiveCodeModel() argument 86 if (!CM) { in getEffectiveCodeModel() 88 } else if (CM == CodeModel::Large) { in getEffectiveCodeModel() 90 } else if (CM == CodeModel::Kernel) { in getEffectiveCodeModel() 93 return CM.value(); in getEffectiveCodeModel() 101 std::optional<CodeModel::Model> CM, in M68kTargetMachine() argument 105 ::getEffectiveCodeModel(CM, JIT), OL), in M68kTargetMachine()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A 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/ |
| H A 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/lib/Target/Xtensa/ |
| H A D | XtensaTargetMachine.cpp | 51 std::optional<CodeModel::Model> CM, in XtensaTargetMachine() argument 56 getEffectiveCodeModel(CM, CodeModel::Small), OL), in XtensaTargetMachine() 65 std::optional<CodeModel::Model> CM, in XtensaTargetMachine() argument 67 : XtensaTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, JIT, true) {} in XtensaTargetMachine()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Target/ |
| H A 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/ |
| H A 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 no [all...] |
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A 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/llvm/llvm/lib/Target/AArch64/ |
| H A 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 …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/ |
| H A 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/ |
| H A 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()
|