Searched refs:CM (Results 76 - 90 of 90) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp344 // If CM is the Carmichael number then a weight W satisfying W >= CM+Bitwidth
345 // can be replaced with W-CM. That's because x^W=x^(W-CM) for every Bitwidth
346 // bit number x, since either x is odd in which case x^CM = 1, or x is even in
347 // which case both x^W and x^(W - CM) are zero. By subtracting off multiples
348 // of CM like this weights can always be reduced to the range [0, CM+Bitwidth)
354 /// CM - The value of Carmichael's lambda function.
355 APInt CM local
366 unsigned CM = 1U << CarmichaelShift(Bitwidth); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp1431 CodeModel::Model CM = TM.getCodeModel(); local
1432 if (CM != CodeModel::Small && CM != CodeModel::Large)
1449 if (CM == CodeModel::Large && STI.is64Bit()) {
1466 } else if (CM == CodeModel::Small || !STI.is64Bit()) {
H A DX86FastISel.cpp3740 CodeModel::Model CM = TM.getCodeModel();
3741 if (CM != CodeModel::Small && CM != CodeModel::Large)
3792 if (CM == CodeModel::Large) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1383 auto upcast = [] (CastMapType &CM, IRBuilder<> &IRB, Value *V,
1385 auto H = CM.find(std::make_pair(V, Ty));
1386 if (H != CM.end())
1389 CM.insert(std::make_pair(std::make_pair(V, Ty), CV));
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp762 Optional<llvm::CodeModel::Model> CM = getCodeModel(CodeGenOpts); local
771 Options, RM, CM, OptLevel));
H A DCGClass.cpp1324 ConstructorMemcpyizer CM(*this, CD, Args);
1330 CM.addMemberInitializer(Member);
1332 CM.finish();
H A DCodeGenModule.cpp609 unsigned CM = llvm::StringSwitch<unsigned>(getCodeGenOpts().CodeModel) local
616 if (CM != ~0u) {
617 llvm::CodeModel::Model codeModel = static_cast<llvm::CodeModel::Model>(CM);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h854 if (auto *CM = cast_or_null<ConstantAsMetadata>(getExtraData()))
855 if (auto *CI = dyn_cast_or_null<ConstantInt>(CM->getValue()))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3210 CodeModel::Model CM = TM.getCodeModel();
3212 if (CM != CodeModel::Large && !Subtarget->useSmallAddressing())
3216 if (CM == CodeModel::Large && !Subtarget->isTargetMachO())
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex1787 % Support font families that don't use the same naming scheme as CM.
1926 \textleading = 13.2pt % line spacing for 11pt CM
2058 \textleading = 12pt % line spacing for 10pt CM
2896 % Unless we're in typewriter, use \ecfont because the CM text fonts do
3044 % @pounds{} is a sterling sign, which Knuth put in the CM italic font.
3142 % Use the ec* fonts (cm-super in outline format) for non-CM glyphs.
3146 % quotes to documents typeset with CM, where we lose kerning), so
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c14062 to step CM.
14078 CM. Examine the tag field to make sure this is an instruction that
14229 /* step CM */
14902 #define CM(m1, m2, op, nops, ops, ae) \
15121 CM(smull,s, 0d00090, 4, (RRnpc, RRnpc, RRnpc, RRnpc), mull),
15123 CM(umull,s, 0900090, 4, (RRnpc, RRnpc, RRnpc, RRnpc), mull),
15125 CM(smlal,s, 0f00090, 4, (RRnpc, RRnpc, RRnpc, RRnpc), mull),
15127 CM(umlal,s, 0b00090, 4, (RRnpc, RRnpc, RRnpc, RRnpc), mull),
16608 #undef CM
14890 #define CM macro
16596 #undef CM macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2670 for (const auto &CM : Mod->ConfigMacros) {
2672 Stream.EmitRecordWithBlob(ConfigMacroAbbrev, Record, CM);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp2972 CodeModel::Model CM = DAG.getTarget().getCodeModel();
2975 if (Subtarget.isPC32DBLSymbol(GV, CM)) {
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex1520 % Support font families that don't use the same naming scheme as CM.
2073 % @pounds{} is a sterling sign, which Knuth put in the CM italic font.
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex1454 % Support font families that don't use the same naming scheme as CM.
1972 % @pounds{} is a sterling sign, which Knuth put in the CM italic font.

Completed in 300 milliseconds

1234