| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | VarLocBasedImpl.cpp | 716 for (const MachineLoc &MLoc : Locs) { in dump() local 717 if (Locs.begin() != &MLoc) in dump() 719 switch (MLoc.Kind) { in dump() 721 Out << printReg(MLoc.Value.RegNo, TRI); in dump() 724 Out << printReg(MLoc.Value.SpillLocation.SpillBase, TRI); in dump() 731 Out << MLoc.Value.Immediate; in dump() 738 return I.first == MLoc.Value.WasmLocation.Index; in dump() 742 if (MLoc.Value.WasmLocation.Offset > 0) in dump() 743 Out << " + " << MLoc.Value.WasmLocation.Offset; in dump() 1827 VarLoc::MachineLoc MLoc = VL.Locs[LocIdx]; in transferSpillOrRestoreInst() local [all …]
|
| H A D | InstrRefBasedImpl.cpp | 775 auto ActiveMLocIt = ActiveMLocs.find(MLoc); in clobberMloc() 780 ValueIDNum OldValue = VarLocs[MLoc.asU64()]; in clobberMloc() 781 clobberMloc(MLoc, OldValue, Pos, MakeUndef); in clobberMloc() 788 auto ActiveMLocIt = ActiveMLocs.find(MLoc); in clobberMloc() 830 ResolvedDbgOp OldOp(MLoc); in clobberMloc() 844 if (Loc != MLoc) in clobberMloc() 1219 LocIdx MLoc = Op.Loc; in emitLoc() local 1220 unsigned LocID = LocIdxToLocID[MLoc]; in emitLoc() 2031 if (!MLoc) in transferSpillOrRestoreInst() 2038 ValueIDNum Def(CurBB, CurInst, *MLoc); in transferSpillOrRestoreInst() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 250 MachineLocation MLoc(Op.getReg(), in getDebugLocValue() local 252 DbgValueLocEntries.push_back(DbgValueLocEntry(MLoc)); in getDebugLocValue() 737 MachineLocation MLoc(RegLoc, /*Indirect=*/IsSPorFP); in interpretValues() local 738 finishCallSiteParams(MLoc, ParamValue->second, in interpretValues() 868 MachineLocation MLoc(RegEntry.first); in collectCallSiteParameters() local 869 finishCallSiteParams(MLoc, EntryExpr, RegEntry.second, Params); in collectCallSiteParameters()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 6782 SourceLocation MLoc, SourceLocation KLoc, in OMPDefaultmapClause() argument 6786 LParenLoc(LParenLoc), Modifier(M), ModifierLoc(MLoc), Kind(Kind), in OMPDefaultmapClause() 7848 void setModifierKwLoc(SourceLocation MLoc) { ModifierKwLoc = MLoc; } in setModifierKwLoc() argument 7863 SourceLocation MLoc) in OMPOrderClause() argument 7866 ModifierKwLoc(MLoc) {} in OMPOrderClause()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 7179 SMLoc MLoc = SMLoc::getFromPointer(NameLoc.getPointer()); in ParseInstruction() local 7185 ARMOperand::CreateToken(StringRef("vmovlt"), MLoc)); in ParseInstruction() 7194 SMLoc MLoc = SMLoc::getFromPointer(NameLoc.getPointer()); in ParseInstruction() local 7200 ARMOperand::CreateToken(StringRef("vcvtn"), MLoc)); in ParseInstruction() 7208 SMLoc MLoc = SMLoc::getFromPointer(NameLoc.getPointer()); in ParseInstruction() local 7210 ARMOperand::CreateToken(StringRef("vmullt"), MLoc)); in ParseInstruction() 7235 SMLoc MLoc = SMLoc::getFromPointer(NameLoc.getPointer()); in ParseInstruction() local 7240 ARMOperand::CreateToken(Mnemonic, MLoc)); in ParseInstruction()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 2722 SourceLocation MLoc);
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 17180 SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation MLoc, in ActOnOpenMPOrderClause() argument 17183 (LangOpts.OpenMP < 51 && MLoc.isValid())) { in ActOnOpenMPOrderClause() 17197 if (Modifier == OMPC_ORDER_MODIFIER_unknown && MLoc.isValid()) { in ActOnOpenMPOrderClause() 17198 Diag(MLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPOrderClause() 17214 EndLoc, Modifier, MLoc); in ActOnOpenMPOrderClause() 23154 SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation MLoc, in ActOnOpenMPDefaultmapClause() argument 23165 Loc = MLoc; in ActOnOpenMPDefaultmapClause() 23189 Diag(MLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPDefaultmapClause() 23192 Diag(MLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPDefaultmapClause() 23205 Diag(MLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPDefaultmapClause() [all …]
|
| H A D | TreeTransform.h | 2209 SourceLocation MLoc, in RebuildOMPDefaultmapClause() argument 2213 MLoc, KindLoc, EndLoc); in RebuildOMPDefaultmapClause()
|
| H A D | SemaDeclCXX.cpp | 10276 SourceLocation MLoc = MI->getBeginLoc(); in SpecialMemberIsTrivial() local 10277 Diag(MLoc, diag::note_nontrivial_has_virtual) << RD << 0; in SpecialMemberIsTrivial()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 9860 SourceLocation MLoc; in Import() local 9862 MLoc = ToSM.createMacroArgExpansionLoc(*ToSpLoc, *ToExLocS, ExLength); in Import() 9865 MLoc = ToSM.createExpansionLoc(*ToSpLoc, *ToExLocS, *ToExLocE, ExLength, in Import() 9870 ToID = ToSM.getFileID(MLoc); in Import()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 12216 SourceLocation MLoc, SourceLocation KindLoc, 12526 SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation MLoc,
|