/freebsd/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() 725 Out << "[" << MLoc.Value.SpillLocation.SpillOffset.getFixed() << " + " in dump() 726 << MLoc.Value.SpillLocation.SpillOffset.getScalable() 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() [all …]
|
H A D | InstrRefBasedImpl.cpp | 802 void clobberMloc(LocIdx MLoc, MachineBasicBlock::iterator Pos, in clobberMloc() argument 804 auto ActiveMLocIt = ActiveMLocs.find(MLoc); in clobberMloc() 809 ValueIDNum OldValue = VarLocs[MLoc.asU64()]; in clobberMloc() 810 clobberMloc(MLoc, OldValue, Pos, MakeUndef); in clobberMloc() 815 void clobberMloc(LocIdx MLoc, ValueIDNum OldValue, in clobberMloc() argument 817 auto ActiveMLocIt = ActiveMLocs.find(MLoc); in clobberMloc() 821 VarLocs[MLoc.asU64()] = ValueIDNum::EmptyValue; in clobberMloc() 859 ResolvedDbgOp OldOp(MLoc); in clobberMloc() 875 if (Loc != MLoc) in clobberMloc() 1249 LocIdx MLoc = Op.Loc; in emitLoc() local [all …]
|
/freebsd/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/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaOpenMP.h | 936 SourceLocation MLoc, SourceLocation KindLoc, 1250 SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation MLoc,
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 6822 SourceLocation MLoc, SourceLocation KLoc, in OMPDefaultmapClause() argument 6826 LParenLoc(LParenLoc), Modifier(M), ModifierLoc(MLoc), Kind(Kind), in OMPDefaultmapClause() 7888 void setModifierKwLoc(SourceLocation MLoc) { ModifierKwLoc = MLoc; } in setModifierKwLoc() argument 7903 SourceLocation MLoc) in OMPOrderClause() argument 7906 ModifierKwLoc(MLoc) {} in OMPOrderClause()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 7280 SMLoc MLoc = SMLoc::getFromPointer(NameLoc.getPointer()); in ParseInstruction() local 7286 StringRef("vmovlt"), MLoc, *this)); in ParseInstruction() 7296 SMLoc MLoc = SMLoc::getFromPointer(NameLoc.getPointer()); in ParseInstruction() local 7302 ARMOperand::CreateToken(StringRef("vcvtn"), MLoc, *this)); in ParseInstruction() 7311 SMLoc MLoc = SMLoc::getFromPointer(NameLoc.getPointer()); in ParseInstruction() local 7313 StringRef("vmullt"), MLoc, *this)); in ParseInstruction() 7334 SMLoc MLoc = SMLoc::getFromPointer(NameLoc.getPointer()); in ParseInstruction() local 7339 ARMOperand::CreateToken(Mnemonic, MLoc, *this)); in ParseInstruction()
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 2793 SourceLocation MLoc);
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 15920 SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation MLoc, in ActOnOpenMPOrderClause() argument 15923 (getLangOpts().OpenMP < 51 && MLoc.isValid())) { in ActOnOpenMPOrderClause() 15937 if (Modifier == OMPC_ORDER_MODIFIER_unknown && MLoc.isValid()) { in ActOnOpenMPOrderClause() 15938 Diag(MLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPOrderClause() 15954 Kind, KindLoc, StartLoc, LParenLoc, EndLoc, Modifier, MLoc); in ActOnOpenMPOrderClause() 21987 SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation MLoc, in ActOnOpenMPDefaultmapClause() argument 21998 Loc = MLoc; in ActOnOpenMPDefaultmapClause() 22022 Diag(MLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPDefaultmapClause() 22025 Diag(MLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPDefaultmapClause() 22038 Diag(MLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPDefaultmapClause() [all …]
|
H A D | SemaDeclCXX.cpp | 10186 SourceLocation MLoc = MI->getBeginLoc(); in SpecialMemberIsTrivial() local 10187 Diag(MLoc, diag::note_nontrivial_has_virtual) << RD << 0; in SpecialMemberIsTrivial()
|
H A D | TreeTransform.h | 2235 SourceLocation MLoc, in RebuildOMPDefaultmapClause() argument 2239 M, Kind, StartLoc, LParenLoc, MLoc, KindLoc, EndLoc); in RebuildOMPDefaultmapClause()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTImporter.cpp | 9954 SourceLocation MLoc; in Import() local 9956 MLoc = ToSM.createMacroArgExpansionLoc(*ToSpLoc, *ToExLocS, ExLength); in Import() 9959 MLoc = ToSM.createExpansionLoc(*ToSpLoc, *ToExLocS, *ToExLocE, ExLength, in Import() 9964 ToID = ToSM.getFileID(MLoc); in Import()
|