Searched refs:LM (Results 1 - 23 of 23) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp134 LexedMethod* LM = new LexedMethod(this, FnD); local
135 getCurrentClass().LateParsedDeclarations.push_back(LM);
136 CachedTokens &Toks = LM->Toks;
328 void Parser::ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM) { argument
330 ReenterTemplateScopeRAII InFunctionTemplateScope(*this, LM.Method);
333 Actions.ActOnStartDelayedCXXMethodDeclaration(getCurScope(), LM.Method);
340 for (unsigned I = 0, N = LM.DefaultArgs.size(); I != N; ++I) {
341 auto Param = cast<ParmVarDecl>(LM.DefaultArgs[I].Param);
345 std::unique_ptr<CachedTokens> Toks = std::move(LM.DefaultArgs[I].Toks);
408 FunctionDecl *Old = cast<FunctionDecl>(LM
509 ParseLexedMethodDef(LexedMethod &LM) argument
[all...]
H A DParseObjc.cpp2650 LexedMethod* LM = new LexedMethod(this, MDecl); local
2651 CurParsedObjCImpl->LateParsedObjCMethods.push_back(LM);
2652 CachedTokens &Toks = LM->Toks;
3634 void Parser::ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod) { argument
3636 Decl *MCDecl = LM.D;
3646 assert(!LM.Toks.empty() && "ParseLexedObjCMethodDef - Empty body!");
3654 LM.Toks.push_back(Eof);
3657 LM.Toks.push_back(Tok);
3658 PP.EnterTokenStream(LM.Toks, true, /*IsReinject*/true);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp236 switch (LM.getKind()) {
276 switch (LM.getKind()) {
319 switch (LM.getKind()) {
334 switch (LM.getKind()) {
353 switch (LM.getKind()) {
374 switch (LM.getKind()) {
441 LM.setKind(LengthModifier::AsWideChar);
443 LM.setKind(LengthModifier::None);
462 LM.setKind(LengthModifier::None);
470 LM
[all...]
H A DPrintfFormatString.cpp491 switch (LM.getKind()) {
506 switch (LM.getKind()) {
542 switch (LM.getKind()) {
578 switch (LM.getKind()) {
589 if (LM.getKind() == LengthModifier::AsLongDouble)
595 switch (LM.getKind()) {
629 if (LM.getKind() == LengthModifier::AsWideChar) {
635 if (LM.getKind() == LengthModifier::AsWide)
643 LM.getKind() == LengthModifier::AsShort)
650 LM
[all...]
H A DFormatString.cpp721 switch (LM.getKind()) {
879 switch (LM.getKind()) {
948 if (LM.getKind() == LengthModifier::AsLongDouble) {
966 if (LM.getKind() == LengthModifier::AsLongDouble ||
967 LM.getKind() == LengthModifier::AsQuad) {
968 LengthModifier FixedLM(LM);
978 LengthModifier &LM) {
985 LM.setKind(LengthModifier::AsSizeT);
989 LM.setKind(LengthModifier::AsSizeT);
992 LM
977 namedTypeToLengthModifier(QualType QT, LengthModifier &LM) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h438 uint32_t getIndexForLaneMask(LaneBitmask LM) { argument
439 assert(LM.any());
440 return LM.all() ? 0 : insert(LM);
443 uint32_t getIndexForLaneMask(LaneBitmask LM) const {
444 assert(LM.any());
445 return LM.all() ? 0 : find(LM);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.h348 /// Find a subrange corresponding to the lane mask @p LM in the live
352 LiveInterval::SubRange &getSubRangeForMask(LaneBitmask LM, LiveInterval &LI);
413 /// Live range @p LR corresponding to the lane Mask @p LM has a live
419 LiveRange &LR, LaneBitmask LM,
H A DSplitKit.cpp415 LiveInterval::SubRange &SplitEditor::getSubRangeForMask(LaneBitmask LM, argument
418 if (S.LaneMask == LM)
446 LaneBitmask LM; local
452 LM |= TRI.getSubRegIndexLaneMask(SR);
454 LM = MRI.getMaxLaneMaskForVReg(R);
459 if ((S.LaneMask & LM).any())
1250 LiveRange &LR, LaneBitmask LM,
1260 LiveRange &PSR = !LM.all() ? getSubRangeForMask(LM, PLI)
1385 LaneBitmask LM local
1249 extendPHIRange(MachineBasicBlock &B, LiveIntervalCalc &LIC, LiveRange &LR, LaneBitmask LM, ArrayRef<SlotIndex> Undefs) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp246 for (auto &LM : LinkModules) {
247 if (LM.PropagateAttrs)
248 for (Function &F : *LM.Module)
251 CurLinkModule = LM.Module.get();
254 if (LM.Internalize) {
256 *getModule(), std::move(LM.Module), LM.LinkFlags,
263 Err = Linker::linkModules(*getModule(), std::move(LM.Module),
264 LM.LinkFlags);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h399 LengthModifier LM; member in class:clang::analyze_format_string::FormatSpecifier
415 LM = lm;
433 return LM;
466 /// assign the appropriate value to LM and return true.
467 static bool namedTypeToLengthModifier(QualType QT, LengthModifier &LM);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.h291 // \returns number of 32 bit registers covered by a \p LM
292 static unsigned getNumCoveredRegs(LaneBitmask LM) { argument
295 uint64_t Mask = LM.getAsInteger();
H A DGCNRegBankReassign.cpp386 LaneBitmask LM = TRI->getSubRegIndexLaneMask(Op.getSubReg());
389 if (TRI->getNumCoveredRegs(LM) >= NUM_VGPR_BANKS)
394 if (TRI->getNumCoveredRegs(LM) / 2 >= NUM_SGPR_BANKS)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp204 void updateDeadsInRange(unsigned Reg, LaneBitmask LM, LiveRange &Range);
316 auto KillAt = [this,Reg] (SlotIndex K, LaneBitmask LM) -> void {
317 // Set the <kill> flag on a use of Reg whose lane mask is contained in LM.
325 if ((SLM & LM) == SLM) {
366 void HexagonExpandCondsets::updateDeadsInRange(unsigned Reg, LaneBitmask LM, argument
373 auto IsRegDef = [this,Reg,LM] (MachineOperand &Op) -> std::pair<bool,bool> {
380 LaneBitmask A = SLM & LM;
427 LI.computeSubRangeUndefs(Undefs, LM, *MRI, *LIS->getSlotIndexes());
H A DHexagonGenInsert.cpp820 LRSMapType LM;
846 LM[L].push_back(std::make_pair(*I, S));
848 LM[L].push_back(std::make_pair(*I, S));
859 LM[L].push_back(std::make_pair(*I, S));
868 for (LRSMapType::iterator I = LM.begin(), E = LM.end(); I != E; ++I) {
899 LRSMapType::iterator F = LM.find(L);
900 if (F == LM.end())
H A DHexagonFrameLowering.cpp2435 HexagonBlockRanges::RegToRangeMap LM = HBR.computeLiveMap(IM); local
2436 HexagonBlockRanges::RegToRangeMap DM = HBR.computeDeadMap(IM, LM);
/freebsd-13-stable/libexec/getty/
H A Dgettytab.h65 #define LM gettystrs[3].value macro
H A Dmain.c704 putf(LM);
/freebsd-13-stable/sys/xen/interface/arch-x86/
H A Dcpufeatureset.h162 XEN_CPUFEATURE(LM, 2*32+29) /*A Long Mode (x86-64) */
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp311 LockMapTy LM = State->get<LockMap>(); local
312 if (!LM.isEmpty()) {
314 for (auto I : LM) {
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_lex.l110 RGX_LMID LM[0-9a-fA-F]+`
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7350 const LengthModifier &LM = FS.getLengthModifier(); local
7351 CharSourceRange LMRange = getSpecifierRange(LM.getStart(), LM.getLength());
7356 EmitFormatDiagnostic(S.PDiag(DiagID) << LM.toString() << CS.toString(),
7357 getLocationOfByte(LM.getStart()),
7361 S.Diag(getLocationOfByte(LM.getStart()), diag::note_format_fix_specifier)
7370 EmitFormatDiagnostic(S.PDiag(DiagID) << LM.toString() << CS.toString(),
7371 getLocationOfByte(LM.getStart()),
7383 const LengthModifier &LM = FS.getLengthModifier(); local
7384 CharSourceRange LMRange = getSpecifierRange(LM
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1532 void ParseLexedMethodDeclaration(LateParsedMethodDeclaration &LM);
1534 void ParseLexedMethodDef(LexedMethod &LM);
1537 void ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod);
/freebsd-13-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh916 LM/MZ4n5Lx8ca1d5ytnjGib64V0eqqILMcgKr1B2sZ8uPVPMf/lwRgsKAzKDEtRc

Completed in 337 milliseconds