Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DLSUnit.h362 for (MemoryGroup *MG : OrderSucc) { in onInstructionIssued()
363 MG->onGroupIssued(CriticalMemoryInstruction, false); in onInstructionIssued()
365 MG->onGroupExecuted(); in onInstructionIssued()
368 for (MemoryGroup *MG : DataSucc) in onInstructionIssued()
369 MG->onGroupIssued(CriticalMemoryInstruction, true); in onInstructionIssued()
387 for (MemoryGroup *MG : DataSucc) in onInstructionExecuted()
388 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()
1586 MergeableGroupsPrelim[MG].insert(OI); in EmitBuiltinCG()
1597 const MergeableGroup &MG = kv.first; in EmitBuiltinCG() local
1602 for (size_t i = 0, e = MG.ParamTypes.size(); i < e; ++i) { in EmitBuiltinCG()
1624 key.push_back(MG.ParamTypes[i]); in EmitBuiltinCG()
1640 MergeableGroup MG; in EmitBuiltinCG() local
1645 CodeGenParamAllocator ParamAlloc{&MG.ParamTypes, &OI.ParamValues, in EmitBuiltinCG()
1647 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/dev/mediatek/mt76/
H A Dzzz_fw_ports_fwget.sh102 cpp ${LINUXKPI_INCLUDES} -dM -M -MG -MF /dev/null ${h} 2> /dev/null | \
/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/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp7491 auto *MG = cast<MaskedGatherSDNode>(N); in WidenVecOp_MGATHER() local
7492 SDValue DataOp = MG->getPassThru(); in WidenVecOp_MGATHER()
7493 SDValue Mask = MG->getMask(); in WidenVecOp_MGATHER()
7494 SDValue Scale = MG->getScale(); in WidenVecOp_MGATHER()
7497 SDValue Index = GetWidenedVector(MG->getIndex()); in WidenVecOp_MGATHER()
7500 SDValue Ops[] = {MG->getChain(), DataOp, Mask, MG->getBasePtr(), Index, in WidenVecOp_MGATHER()
7502 SDValue Res = DAG.getMaskedGather(MG->getVTList(), MG->getMemoryVT(), dl, Ops, in WidenVecOp_MGATHER()
7503 MG->getMemOperand(), MG->getIndexType(), in WidenVecOp_MGATHER()
7504 MG->getExtensionType()); in WidenVecOp_MGATHER()
H A DSelectionDAG.cpp902 const MaskedGatherSDNode *MG = cast<MaskedGatherSDNode>(N); in AddNodeIDCustom() local
903 ID.AddInteger(MG->getMemoryVT().getRawBits()); in AddNodeIDCustom()
904 ID.AddInteger(MG->getRawSubclassData()); in AddNodeIDCustom()
905 ID.AddInteger(MG->getPointerInfo().getAddrSpace()); in AddNodeIDCustom()
906 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.td345 "option '-MG' requires '-M' or '-MM'">;
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td1475 def MG : BinaryRXY<"mg", 0xE384, null_frag, GR128, z_load, 8>,
1481 (MG (AEXT128 GR64:$src1), bdxaddr20only:$src2)>;
H A DSystemZScheduleZ17.td499 def : InstRW<[WLat9, RegReadAdv, FXa2, LSU, GroupAlone], (instregex "MG$")>;
H A DSystemZScheduleZ15.td496 def : InstRW<[WLat12, RegReadAdv, FXa2, LSU, GroupAlone], (instregex "MG$")>;
H A DSystemZScheduleZ14.td481 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

12