Home
last modified time | relevance | path

Searched refs:MM (Results 1 – 25 of 129) sorted by relevance

123456

/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DPPMacroExpansion.cpp140 if (auto *MM = ModuleMacros.FindNodeOrInsertPos(ID, InsertPos)) { in addModuleMacro() local
142 return MM; in addModuleMacro()
145 auto *MM = ModuleMacro::create(*this, Mod, II, Macro, Overrides); in addModuleMacro() local
146 ModuleMacros.InsertNode(MM, InsertPos); in addModuleMacro()
159 [](ModuleMacro *MM) { in addModuleMacro() argument
160 return MM->NumOverriddenBy != 0; in addModuleMacro()
166 LeafMacros.push_back(MM); in addModuleMacro()
171 return MM; in addModuleMacro()
212 auto *MM = Worklist.pop_back_val(); in updateModuleMacroInfo() local
213 if (CurSubmoduleState->VisibleModules.isVisible(MM->getOwningModule())) { in updateModuleMacroInfo()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-xray/
Dxray-account.cpp121 template <class T, class U> void setMinMax(std::pair<T, T> &MM, U &&V) { in setMinMax() argument
122 if (MM.first == 0 || MM.second == 0) in setMinMax()
123 MM = std::make_pair(std::forward<U>(V), std::forward<U>(V)); in setMinMax()
125 MM = std::make_pair(std::min(MM.first, V), std::max(MM.second, V)); in setMinMax()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldELFMips.h24 RuntimeDyldELFMips(RuntimeDyld::MemoryManager &MM, in RuntimeDyldELFMips() argument
26 : RuntimeDyldELF(MM, Resolver) {} in RuntimeDyldELFMips()
DRuntimeDyldCOFFI386.h26 RuntimeDyldCOFFI386(RuntimeDyld::MemoryManager &MM, in RuntimeDyldCOFFI386() argument
28 : RuntimeDyldCOFF(MM, Resolver, 4, COFF::IMAGE_REL_I386_DIR32) {} in RuntimeDyldCOFFI386()
DRuntimeDyldCOFFX86_64.h57 RuntimeDyldCOFFX86_64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldCOFFX86_64() argument
59 : RuntimeDyldCOFF(MM, Resolver, 8, COFF::IMAGE_REL_AMD64_ADDR64), in RuntimeDyldCOFFX86_64()
DRuntimeDyldMachOI386.h25 RuntimeDyldMachOI386(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOI386() argument
27 : RuntimeDyldMachOCRTPBase(MM, Resolver) {} in RuntimeDyldMachOI386()
DRuntimeDyldMachOX86_64.h25 RuntimeDyldMachOX86_64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldMachOX86_64() argument
27 : RuntimeDyldMachOCRTPBase(MM, Resolver) {} in RuntimeDyldMachOX86_64()
DRuntimeDyldCOFFThumb.h49 RuntimeDyldCOFFThumb(RuntimeDyld::MemoryManager &MM, in RuntimeDyldCOFFThumb() argument
51 : RuntimeDyldCOFF(MM, Resolver, 4, COFF::IMAGE_REL_ARM_ADDR32) {} in RuntimeDyldCOFFThumb()
DRuntimeDyldCOFFAArch64.h90 RuntimeDyldCOFFAArch64(RuntimeDyld::MemoryManager &MM, in RuntimeDyldCOFFAArch64() argument
92 : RuntimeDyldCOFF(MM, Resolver, 8, COFF::IMAGE_REL_ARM64_ADDR64), in RuntimeDyldCOFFAArch64()
/freebsd-12-stable/contrib/file/magic/Magdir/
Daes26 # tag CREATED_DATE like YYYY-MM-DD
27 # tag CREATED_TIME like HH:MM:SS
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp508 static bool processMinMaxIntrinsic(MinMaxIntrinsic *MM, LazyValueInfo *LVI) { in processMinMaxIntrinsic() argument
509 CmpInst::Predicate Pred = CmpInst::getNonStrictPredicate(MM->getPredicate()); in processMinMaxIntrinsic()
511 Pred, MM->getLHS(), MM->getRHS(), MM, /*UseBlockValue=*/true); in processMinMaxIntrinsic()
516 MM->replaceAllUsesWith(MM->getOperand(!Result)); in processMinMaxIntrinsic()
517 MM->eraseFromParent(); in processMinMaxIntrinsic()
575 if (auto *MM = dyn_cast<MinMaxIntrinsic>(&CB)) { in processCallSite() local
576 return processMinMaxIntrinsic(MM, LVI); in processCallSite()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp270 SectionMemoryManager::SectionMemoryManager(MemoryMapper *MM) in SectionMemoryManager() argument
271 : MMapper(MM ? *MM : DefaultMMapperInstance) {} in SectionMemoryManager()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
DIndexingAction.cpp247 for (auto *MM : PP.getLeafModuleMacros(M.first)) { in indexPreprocessorModuleMacros() local
248 auto *OwningMod = MM->getOwningModule(); in indexPreprocessorModuleMacros()
250 if (auto *MI = MM->getMacroInfo()) { in indexPreprocessorModuleMacros()
/freebsd-12-stable/contrib/ntp/sntp/
Dsntp.texi61 YYYY-MM-DD HH:MM:SS.SUBSEC is the local date and time,
/freebsd-12-stable/contrib/ntp/ntpdc/
Dntpdc.texi61 YYYY-MM-DD HH:MM:SS.SUBSEC is the local date and time,
/freebsd-12-stable/contrib/gcc/doc/
Dcppenv.texi59 the options @option{-MM} and @option{-MF}
72 @option{-M} rather than @option{-MM}. However, the dependence on the
/freebsd-12-stable/contrib/unbound/testdata/ip_ratelimit.tdir/
Dunbound_server.key37 O+MM/EyUOdo3NsibB3qc/GJI6iNBYS7AljYEVo6rXo5V/MZvZUF4vClen6Obzsre
/freebsd-12-stable/contrib/dtc/
DMakefile270 $(CC) $(CPPFLAGS) -MM -MG -MT "$*.o $@" $< > $@
274 $(CC) $(CPPFLAGS) -MM -MG -MT "$*.o $@" $< > $@
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
DSectionMemoryManager.h107 SectionMemoryManager(MemoryMapper *MM = nullptr);
DExecutionEngine.h141 std::shared_ptr<MCJITMemoryManager> MM,
578 setMemoryManager(std::unique_ptr<MCJITMemoryManager> MM);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyld.cpp1285 Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM, in createRuntimeDyldCOFF() argument
1289 RuntimeDyldCOFF::create(Arch, MM, Resolver); in createRuntimeDyldCOFF()
1296 createRuntimeDyldELF(Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM, in createRuntimeDyldELF() argument
1300 RuntimeDyldELF::create(Arch, MM, Resolver); in createRuntimeDyldELF()
1308 Triple::ArchType Arch, RuntimeDyld::MemoryManager &MM, in createRuntimeDyldMachO() argument
1313 RuntimeDyldMachO::create(Arch, MM, Resolver); in createRuntimeDyldMachO()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DRDFGraph.h910 NodeList MM; in members_if() local
913 return MM; in members_if()
917 MM.push_back(M); in members_if()
920 return MM; in members_if()
/freebsd-12-stable/usr.sbin/bsdconfig/mouse/include/
Dmessages.subr59 msg_mm_series="MM Series"
60 msg_mm_series_desc="MM Series protocol (serial)"
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DMacroInfo.h603 for (auto *MM : getModuleMacros()) in forAllDefinitions()
604 F(MM->getMacroInfo()); in forAllDefinitions()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h348 auto *MM = new RPCMMAlloc(Client, Id); in Create() local
350 if (Error Err = MM->allocateHostBlocks(Request)) in Create()
353 if (Error Err = MM->allocateTargetBlocks()) in Create()
356 return std::unique_ptr<RPCMMAlloc>(MM); in Create()

123456