Home
last modified time | relevance | path

Searched refs:MG (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h150 for (MemoryGroup *MG : OrderSucc) { in onInstructionIssued()
151 MG->onGroupIssued(CriticalMemoryInstruction, false); in onInstructionIssued()
153 MG->onGroupExecuted(); in onInstructionIssued()
156 for (MemoryGroup *MG : DataSucc) in onInstructionIssued()
157 MG->onGroupIssued(CriticalMemoryInstruction, true); in onInstructionIssued()
174 for (MemoryGroup *MG : DataSucc) in onInstructionExecuted()
175 MG->onGroupExecuted(); in onInstructionExecuted()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp1577 MergeableGroup MG; in EmitBuiltinCG() local
1582 CodeGenParamAllocator ParamAllocPrelim{&MG.ParamTypes, &OI.ParamValues}; in EmitBuiltinCG()
1583 raw_string_ostream OS(MG.Code); in EmitBuiltinCG()
1587 MergeableGroupsPrelim[MG].insert(OI); in EmitBuiltinCG()
1598 const MergeableGroup &MG = kv.first; in EmitBuiltinCG() local
1603 for (size_t i = 0, e = MG.ParamTypes.size(); i < e; ++i) { in EmitBuiltinCG()
1625 key.push_back(MG.ParamTypes[i]); in EmitBuiltinCG()
1648 MergeableGroup MG; in EmitBuiltinCG() local
1653 CodeGenParamAllocator ParamAlloc{&MG.ParamTypes, &OI.ParamValues, in EmitBuiltinCG()
1655 raw_string_ostream OS(MG.Code); in EmitBuiltinCG()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dphy-mvebu-comphy.txt31 consequently: MG clock, MG Core clock, AXI clock.
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmarvell-pp2.txt25 - MG clock (only for armada-7k-pp2)
26 - MG Core clock (only for armada-7k-pp2)
/freebsd/sys/contrib/device-tree/src/arm64/arm/
H A Dvexpress-v2f-1xv7-ca53x2.dts5 * LogicTile Express 20MG
/freebsd/contrib/sendmail/contrib/
H A Dmail.local.linux121 MG,N+VL6T$<TSXIZ4EA1T`*]F@0878@)S(`8*&J[M&A(H4-<N@!1?8)T%L@8+
132 MG+YIL+[MN\Z2[0/^7;#?@@);[HDH:QW(T=_8K,=+`:B'N,V^;JCNZ09W\*1X
167 MG`5-`R0E9,OAD9_FON`+?5%J_,6IF33&K6"L&G_1:E[9J_D6L:;>^(F*L7$&
203 HO;-X-L_JV3W+9_NLG_VS@#;0"MI!2V@+K:$]M(@VT2K:1<MH&^UD`$MG
/freebsd/contrib/tzdata/
H A Dzone1970.tab92 BR -2332-04637 America/Sao_Paulo Brazil (southeast: GO, DF, MG, ES, RJ, SP, PR, SC, RS)
189 KE,DJ,ER,ET,KM,MG,SO,TZ,UG,YT -0117+03649 Africa/Nairobi
376 #@CC,CX,KM,MG,YT Indian/
H A Dzone.tab96 BR -2332-04637 America/Sao_Paulo Brazil (southeast: GO, DF, MG, ES, RJ, SP, PR, SC, RS)
261 MG -1855+04731 Indian/Antananarivo
H A Dsouthamerica607 # Espírito Santo (ES), Minas Gerais (MG), Bahia (BA), Goiás (GO),
800 # in SP, RJ, GB, MG, ES, due to the prolongation of the drought.
837 # adopted by RS, SC, PR, SP, RJ, ES, MG, GO, MS, DF.
842 # adopted by RS, SC, PR, SP, RJ, ES, MG, BA, GO, MT, MS, DF.
948 # DF, ES, GO, MG, MS, MT, PR, RJ, RS, SC, SP.
1040 # Goiás (GO), Distrito Federal (DF), Minas Gerais (MG),
/freebsd/sys/contrib/device-tree/Bindings/arm/marvell/
H A Dcp110-system-controller.txt47 - 1 5 MG Domain
48 - 1 6 MG Core
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp359 friend raw_ostream &operator<<(raw_ostream &OS, const MoveGroup &MG);
379 raw_ostream &operator<<(raw_ostream &OS, const AlignVectors::MoveGroup &MG) { in operator <<() argument
380 OS << "IsLoad:" << (MG.IsLoad ? "yes" : "no"); in operator <<()
381 OS << ", IsHvx:" << (MG.IsHvx ? "yes" : "no") << '\n'; in operator <<()
383 for (Instruction *I : MG.Main) in operator <<()
386 for (Instruction *I : MG.Deps) in operator <<()
389 for (auto [K, V] : MG.Clones) { in operator <<()
/freebsd/secure/caroot/untrusted/
H A DSecurity_Communication_RootCA3.pem113 lrenfna84xtSGc4RHwsENPXY9Wk8d/Nk9A2qhd7gCVAEF5aEt8iKvE1y/By7z/MG
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp7014 auto *MG = cast<MaskedGatherSDNode>(N); in WidenVecOp_MGATHER()
7015 SDValue DataOp = MG->getPassThru(); in WidenVecOp_MGATHER()
7016 SDValue Mask = MG->getMask(); in WidenVecOp_MGATHER()
7017 SDValue Scale = MG->getScale(); in WidenVecOp_MGATHER()
7020 SDValue Index = GetWidenedVector(MG->getIndex()); in WidenVecOp_MGATHER()
7023 SDValue Ops[] = {MG->getChain(), DataOp, Mask, MG->getBasePtr(), Index, in WidenVecOp_MGATHER()
7025 SDValue Res = DAG.getMaskedGather(MG->getVTList(), MG->getMemoryVT(), dl, Ops, in WidenVecOp_MGATHER()
7026 MG in WidenVecOp_MGATHER()
7010 auto *MG = cast<MaskedGatherSDNode>(N); WidenVecOp_MGATHER() local
[all...]
H A DSelectionDAG.cpp877 const MaskedGatherSDNode *MG = cast<MaskedGatherSDNode>(N); in AddNodeIDCustom() local
878 ID.AddInteger(MG->getMemoryVT().getRawBits()); in AddNodeIDCustom()
879 ID.AddInteger(MG->getRawSubclassData()); in AddNodeIDCustom()
880 ID.AddInteger(MG->getPointerInfo().getAddrSpace()); in AddNodeIDCustom()
881 ID.AddInteger(MG->getMemOperand()->getFlags()); in AddNodeIDCustom()
/freebsd/share/misc/
H A Diso3166153 MG MDG 450 Madagascar
/freebsd/usr.sbin/tzsetup/
H A Dbaseline355 MG:Madagascar
/freebsd/contrib/sendmail/
H A DREADME260 MB, MR, or MG DNS resource records, as defined (as experiments) in
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-pkeyutl.pod.in413 The digest and MG cannot be changed and the salt length cannot be set to a
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td334 "option '-MG' requires '-M' or '-MM'">;
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td1449 def MG : BinaryRXY<"mg", 0xE384, null_frag, GR128, z_load, 8>,
1455 (MG (AEXT128 GR64:$src1), bdxaddr20only:$src2)>;
H A DSystemZScheduleZ14.td481 def : InstRW<[WLat12, RegReadAdv, FXa2, LSU, GroupAlone], (instregex "MG$")>;
H A DSystemZScheduleZ15.td496 def : InstRW<[WLat12, RegReadAdv, FXa2, LSU, GroupAlone], (instregex "MG$")>;
H A DSystemZScheduleZ16.td496 def : InstRW<[WLat12, RegReadAdv, FXa2, LSU, GroupAlone], (instregex "MG$")>;
/freebsd/contrib/sendmail/src/
H A DREADME1460 This version of sendmail does not support MB, MG, and MR resource
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td901 def MG : Flag<["-"], "MG">, Group<M_Group>, Visibility<[ClangOption, CC1Option]>,
5958 def _print_missing_file_dependencies : Flag<["--"], "print-missing-file-dependencies">, Alias<MG>;

12