HomeSort by: relevance | last modified time | path
    Searched refs:MG (Results 1 - 9 of 9) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/
genzone.sh 69 mb01 MG madname
70 mb02 MG .
73 mg01 MG mgmname
74 mg02 MG .
  /src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/
LSUnit.h 153 for (MemoryGroup *MG : OrderSucc) {
154 MG->onGroupIssued(CriticalMemoryInstruction, false);
156 MG->onGroupExecuted();
159 for (MemoryGroup *MG : DataSucc)
160 MG->onGroupIssued(CriticalMemoryInstruction, true);
177 for (MemoryGroup *MG : DataSucc)
178 MG->onGroupExecuted();
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
MveEmitter.cpp 1571 MergeableGroup MG;
1576 CodeGenParamAllocator ParamAllocPrelim{&MG.ParamTypes, &OI.ParamValues};
1577 raw_string_ostream OS(MG.Code);
1581 MergeableGroupsPrelim[MG].insert(OI);
1592 const MergeableGroup &MG = kv.first;
1597 for (size_t i = 0, e = MG.ParamTypes.size(); i < e; ++i) {
1619 key.push_back(MG.ParamTypes[i]);
1642 MergeableGroup MG;
1647 CodeGenParamAllocator ParamAlloc{&MG.ParamTypes, &OI.ParamValues,
1649 raw_string_ostream OS(MG.Code)
    [all...]
  /src/sys/arch/next68k/next68k/
nextrom.h 110 * with the following pragma. The kernel uses the "MG" macro to
120 #define MG(type, off) \
121 ((type) ((u_int) (mg) + off))
  /src/external/gpl2/dtc/dist/
Makefile 347 $(CC) $(CPPFLAGS) -MM -MG -MT "$*.o $@" $< > $@
351 $(CC) $(CPPFLAGS) -MM -MG -MT "$*.o $@" $< > $@
  /src/external/apache2/llvm/dist/clang/tools/libclang/
Indexing.cpp 133 std::lock_guard<std::mutex> MG(Mutex);
138 std::lock_guard<std::mutex> MG(Mutex);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonVectorCombine.cpp 245 friend raw_ostream &operator<<(raw_ostream &OS, const MoveGroup &MG);
264 raw_ostream &operator<<(raw_ostream &OS, const AlignVectors::MoveGroup &MG) {
266 for (Instruction *I : MG.Main)
269 for (Instruction *I : MG.Deps)
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp 4934 auto *MG = cast<MaskedGatherSDNode>(N);
4935 SDValue DataOp = MG->getPassThru();
4936 SDValue Mask = MG->getMask();
4937 SDValue Scale = MG->getScale();
4940 SDValue Index = GetWidenedVector(MG->getIndex());
4943 SDValue Ops[] = {MG->getChain(), DataOp, Mask, MG->getBasePtr(), Index,
4945 SDValue Res = DAG.getMaskedGather(MG->getVTList(), MG->getMemoryVT(), dl, Ops,
4946 MG->getMemOperand(), MG->getIndexType()
    [all...]
SelectionDAG.cpp 700 const MaskedGatherSDNode *MG = cast<MaskedGatherSDNode>(N);
701 ID.AddInteger(MG->getMemoryVT().getRawBits());
702 ID.AddInteger(MG->getRawSubclassData());
703 ID.AddInteger(MG->getPointerInfo().getAddrSpace());

Completed in 93 milliseconds