| /src/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseCXXInlineMethods.cpp | 180 LexedMethod* LM = new LexedMethod(this, FnD); in ParseCXXInlineMethodDef() local 181 getCurrentClass().LateParsedDeclarations.push_back(LM); in ParseCXXInlineMethodDef() 182 CachedTokens &Toks = LM->Toks; in ParseCXXInlineMethodDef() 388 void Parser::ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM) { in ParseLexedMethodDeclaration() argument 390 ReenterTemplateScopeRAII InFunctionTemplateScope(*this, LM.Method); in ParseLexedMethodDeclaration() 393 Actions.ActOnStartDelayedCXXMethodDeclaration(getCurScope(), LM.Method); in ParseLexedMethodDeclaration() 400 for (unsigned I = 0, N = LM.DefaultArgs.size(); I != N; ++I) { in ParseLexedMethodDeclaration() 401 auto Param = cast<ParmVarDecl>(LM.DefaultArgs[I].Param); in ParseLexedMethodDeclaration() 405 std::unique_ptr<CachedTokens> Toks = std::move(LM.DefaultArgs[I].Toks); in ParseLexedMethodDeclaration() 470 if (const auto *FunTmpl = dyn_cast<FunctionTemplateDecl>(LM.Method)) in ParseLexedMethodDeclaration() [all …]
|
| H A D | ParseObjc.cpp | 2719 LexedMethod* LM = new LexedMethod(this, MDecl); in StashAwayMethodOrFunctionBodyTokens() local 2720 CurParsedObjCImpl->LateParsedObjCMethods.push_back(LM); in StashAwayMethodOrFunctionBodyTokens() 2721 CachedTokens &Toks = LM->Toks; in StashAwayMethodOrFunctionBodyTokens() 3703 void Parser::ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod) { in ParseLexedObjCMethodDefs() argument 3705 Decl *MCDecl = LM.D; in ParseLexedObjCMethodDefs() 3715 assert(!LM.Toks.empty() && "ParseLexedObjCMethodDef - Empty body!"); in ParseLexedObjCMethodDefs() 3723 LM.Toks.push_back(Eof); in ParseLexedObjCMethodDefs() 3726 LM.Toks.push_back(Tok); in ParseLexedObjCMethodDefs() 3727 PP.EnterTokenStream(LM.Toks, true, /*IsReinject*/true); in ParseLexedObjCMethodDefs()
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | ScanfFormatString.cpp | 237 switch (LM.getKind()) { in getArgType() 278 switch (LM.getKind()) { in getArgType() 321 switch (LM.getKind()) { in getArgType() 336 switch (LM.getKind()) { in getArgType() 355 switch (LM.getKind()) { in getArgType() 376 switch (LM.getKind()) { in getArgType() 443 LM.setKind(LengthModifier::AsWideChar); in fixType() 445 LM.setKind(LengthModifier::None); in fixType() 462 LM.setKind(LengthModifier::None); in fixType() 470 LM.setKind(LengthModifier::AsChar); in fixType() [all …]
|
| H A D | PrintfFormatString.cpp | 510 switch (LM.getKind()) { in getScalarArgType() 525 switch (LM.getKind()) { in getScalarArgType() 561 switch (LM.getKind()) { in getScalarArgType() 597 switch (LM.getKind()) { in getScalarArgType() 608 if (LM.getKind() == LengthModifier::AsLongDouble) in getScalarArgType() 614 switch (LM.getKind()) { in getScalarArgType() 651 if (LM.getKind() == LengthModifier::AsWideChar) { in getScalarArgType() 657 if (LM.getKind() == LengthModifier::AsWide) in getScalarArgType() 665 LM.getKind() == LengthModifier::AsShort) in getScalarArgType() 672 LM.getKind() == LengthModifier::AsShort) in getScalarArgType() [all …]
|
| H A D | FormatString.cpp | 841 switch (LM.getKind()) { in hasValidLengthModifier() 1009 switch (LM.getKind()) { in hasStandardLengthModifier() 1085 if (LM.getKind() == LengthModifier::AsLongDouble) { in hasStandardLengthConversionCombination() 1104 if (LM.getKind() == LengthModifier::AsLongDouble || in getCorrectedLengthModifier() 1105 LM.getKind() == LengthModifier::AsQuad) { in getCorrectedLengthModifier() 1106 LengthModifier FixedLM(LM); in getCorrectedLengthModifier() 1116 LengthModifier &LM) { in namedTypeToLengthModifier() argument 1122 LM.setKind(LengthModifier::AsSizeT); in namedTypeToLengthModifier() 1126 LM.setKind(LengthModifier::AsSizeT); in namedTypeToLengthModifier() 1129 LM.setKind(LengthModifier::AsIntMax); in namedTypeToLengthModifier() [all …]
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 231 for (auto &LM : LinkModules) { in LinkInModules() local 232 assert(LM.Module && "LinkModule does not actually have a module"); in LinkInModules() 234 if (LM.PropagateAttrs) in LinkInModules() 235 for (Function &F : *LM.Module) { in LinkInModules() 241 F, CodeGenOpts, LangOpts, TargetOpts, LM.Internalize); in LinkInModules() 244 CurLinkModule = LM.Module.get(); in LinkInModules() 247 if (LM.Internalize) { in LinkInModules() 249 *M, std::move(LM.Module), LM.LinkFlags, in LinkInModules() 256 Err = Linker::linkModules(*M, std::move(LM.Module), LM.LinkFlags); in LinkInModules()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SplitKit.cpp | 401 template <typename T> auto &getSubrangeImpl(LaneBitmask LM, T &LI) { in getSubrangeImpl() argument 403 if (S.LaneMask == LM) in getSubrangeImpl() 408 LiveInterval::SubRange &getSubRangeForMaskExact(LaneBitmask LM, in getSubRangeForMaskExact() argument 410 return getSubrangeImpl(LM, LI); in getSubRangeForMaskExact() 413 const LiveInterval::SubRange &getSubRangeForMaskExact(LaneBitmask LM, in getSubRangeForMaskExact() argument 415 return getSubrangeImpl(LM, LI); in getSubRangeForMaskExact() 422 const LiveInterval::SubRange &getSubRangeForMask(LaneBitmask LM, in getSubRangeForMask() argument 425 if ((S.LaneMask & LM) == LM) in getSubRangeForMask() 453 LaneBitmask LM; in addDeadDef() local 459 LM |= TRI.getSubRegIndexLaneMask(SR); in addDeadDef() [all …]
|
| H A D | LiveRangeEdit.cpp | 141 LaneBitmask LM = SubReg ? TRI->getSubRegIndexLaneMask(SubReg) in allUsesAvailableAt() local 144 if ((SR.LaneMask & LM).none()) in allUsesAvailableAt() 149 LM &= ~SR.LaneMask; in allUsesAvailableAt() 150 if (LM.none()) in allUsesAvailableAt()
|
| H A D | SplitKit.h | 416 LiveRange &LR, LaneBitmask LM,
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | RDFGraph.h | 476 uint32_t getIndexForLaneMask(LaneBitmask LM) { in getIndexForLaneMask() 477 assert(LM.any()); in getIndexForLaneMask() 478 return LM.all() ? 0 : insert(LM); in getIndexForLaneMask() 481 uint32_t getIndexForLaneMask(LaneBitmask LM) const { in getIndexForLaneMask() 482 assert(LM.any()); in getIndexForLaneMask() 483 return LM.all() ? 0 : find(LM); in getIndexForLaneMask()
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | FormatString.h | 423 LengthModifier LM; 439 LM = lm; in setLengthModifier() 457 return LM; in getLengthModifier() 491 static bool namedTypeToLengthModifier(QualType QT, LengthModifier &LM);
|
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonExpandCondsets.cpp | 207 void updateDeadsInRange(Register Reg, LaneBitmask LM, LiveRange &Range); 319 auto KillAt = [this,Reg] (SlotIndex K, LaneBitmask LM) -> void { in updateKillFlags() argument 328 if ((SLM & LM) == SLM) { in updateKillFlags() 369 void HexagonExpandCondsets::updateDeadsInRange(Register Reg, LaneBitmask LM, in updateDeadsInRange() argument 376 auto IsRegDef = [this,Reg,LM] (MachineOperand &Op) -> std::pair<bool,bool> { in updateDeadsInRange() 383 LaneBitmask A = SLM & LM; in updateDeadsInRange() 430 LI.computeSubRangeUndefs(Undefs, LM, *MRI, *LIS->getSlotIndexes()); in updateDeadsInRange()
|
| H A D | HexagonGenInsert.cpp | 805 LRSMapType LM; in findRecordInsertForms() local 831 LM[L].push_back(std::make_pair(*I, S)); in findRecordInsertForms() 833 LM[L].push_back(std::make_pair(*I, S)); in findRecordInsertForms() 844 LM[L].push_back(std::make_pair(*I, S)); in findRecordInsertForms() 853 for (const auto &I : LM) { in findRecordInsertForms() 882 LRSMapType::iterator F = LM.find(L); in findRecordInsertForms() 883 if (F == LM.end()) in findRecordInsertForms()
|
| /src/contrib/jemalloc/ |
| H A D | Makefile.in | 79 LM := @LM@ 528 … %.$(O),$^) $(call RPATH,$(objroot)lib) $(LDFLAGS) $(filter-out -lm,$(LIBS)) $(LM) $(EXTRA_LDFLAGS) 532 …ALLOC) $(LDFLAGS) $(filter-out -lm,$(filter -lrt -pthread -lstdc++,$(LIBS))) $(LM) $(EXTRA_LDFLAGS) 540 … %.$(O),$^) $(call RPATH,$(objroot)lib) $(LDFLAGS) $(filter-out -lm,$(LIBS)) $(LM) $(EXTRA_LDFLAGS) 544 …objroot)lib/$(LIBJEMALLOC).$(IMPORTLIB) $(LDFLAGS) $(filter-out -lm,$(LIBS)) $(LM) $(EXTRA_LDFLAGS)
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIRegisterInfo.h | 377 static unsigned getNumCoveredRegs(LaneBitmask LM) { in getNumCoveredRegs() argument 380 uint64_t Mask = LM.getAsInteger(); in getNumCoveredRegs()
|
| /src/contrib/tcsh/nls/ukrainian/ |
| H A D | set2 | 94 92 LM overlay
|
| /src/contrib/tcsh/nls/russian/ |
| H A D | set2 | 94 92 LM overlay
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | PthreadLockChecker.cpp | 345 LockMapTy LM = State->get<LockMap>(); in printState() local 346 if (!LM.isEmpty()) { in printState() 348 for (auto I : LM) { in printState()
|
| /src/contrib/tcsh/nls/C/ |
| H A D | set2 | 94 92 LM overlay
|
| /src/libexec/getty/ |
| H A D | gettytab.h | 62 #define LM gettystrs[3].value macro
|
| /src/contrib/tcsh/nls/et/ |
| H A D | set2 | 94 92 LM overlay
|
| /src/sys/contrib/xen/arch-x86/ |
| H A D | cpufeatureset.h | 162 XEN_CPUFEATURE(LM, 2*32+29) /*A Long Mode (x86-64) */
|
| /src/share/mk/ |
| H A D | meta2deps.sh | 275 [LM],) error "missing path2 in: '$op $pid $path'";;
|
| /src/contrib/bmake/mk/ |
| H A D | meta2deps.sh | 273 [LM],) error "missing path2 in: '$op $pid $path'";;
|
| /src/sys/dev/e1000/ |
| H A D | README | 213 Intel(R) 82567LM-4 Gigabit Network Connection 214 Intel(R) 82567LM-3 Gigabit Network Connection 220 - Intel(R) 82577LM Gigabit Network Connection
|