| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | TypeSanitizer.cpp | 478 MemoryLocation MLoc = MemoryLocation::get(&Inst); in collectMemAccessInfo() local 481 if (MLoc.Ptr->isSwiftError()) in collectMemAccessInfo() 485 Type *PtrTy = cast<PointerType>(MLoc.Ptr->getType()); in collectMemAccessInfo() 489 if (MLoc.AATags.TBAA) in collectMemAccessInfo() 490 TBAAMetadata.insert(MLoc.AATags.TBAA); in collectMemAccessInfo() 491 MemoryAccesses.push_back(std::make_pair(&Inst, MLoc)); in collectMemAccessInfo() 547 for (const auto &[I, MLoc] : MemoryAccesses) { in sanitizeFunction() 549 assert(MLoc.Size.isPrecise()); in sanitizeFunction() 551 IRB, MLoc.AATags.TBAA, const_cast<Value *>(MLoc.Ptr), in sanitizeFunction() 552 MLoc.Size.getValue(), I->mayReadFromMemory(), I->mayWriteToMemory(), in sanitizeFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | VarLocBasedImpl.cpp | 718 for (const MachineLoc &MLoc : Locs) { in dump() local 719 if (Locs.begin() != &MLoc) in dump() 721 switch (MLoc.Kind) { in dump() 723 Out << printReg(MLoc.Value.RegNo, TRI); in dump() 726 Out << printReg(MLoc.Value.SpillLocation.SpillBase, TRI); in dump() 727 Out << "[" << MLoc.Value.SpillLocation.SpillOffset.getFixed() << " + " in dump() 728 << MLoc.Value.SpillLocation.SpillOffset.getScalable() in dump() 733 Out << MLoc.Value.Immediate; in dump() 740 return I.first == MLoc.Value.WasmLocation.Index; in dump() 744 if (MLoc.Value.WasmLocation.Offset > 0) in dump() [all …]
|
| H A D | InstrRefBasedImpl.cpp | 818 void clobberMloc(LocIdx MLoc, MachineBasicBlock::iterator Pos, in clobberMloc() argument 820 auto ActiveMLocIt = ActiveMLocs.find(MLoc); in clobberMloc() 825 ValueIDNum OldValue = VarLocs[MLoc.asU64()]; in clobberMloc() 826 clobberMloc(MLoc, OldValue, Pos, MakeUndef); in clobberMloc() 831 void clobberMloc(LocIdx MLoc, ValueIDNum OldValue, in clobberMloc() argument 833 auto ActiveMLocIt = ActiveMLocs.find(MLoc); in clobberMloc() 837 VarLocs[MLoc.asU64()] = ValueIDNum::EmptyValue; in clobberMloc() 875 ResolvedDbgOp OldOp(MLoc); in clobberMloc() 891 if (Loc != MLoc) in clobberMloc() 1263 LocIdx MLoc = Op.Loc; in emitLoc() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 254 MachineLocation MLoc(Op.getReg(), in getDebugLocValue() local 256 DbgValueLocEntries.push_back(DbgValueLocEntry(MLoc)); in getDebugLocValue() 744 MachineLocation MLoc(RegLoc, /*Indirect=*/IsSPorFP); in interpretValues() local 745 finishCallSiteParams(MLoc, ParamValue->second, in interpretValues() 874 MachineLocation MLoc(RegEntry.first); in collectCallSiteParameters() local 875 finishCallSiteParams(MLoc, EntryExpr, RegEntry.second, Params); in collectCallSiteParameters()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaOpenMP.h | 970 SourceLocation MLoc, SourceLocation KindLoc, 1320 SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation MLoc,
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OpenMPClause.h | 7408 SourceLocation MLoc, SourceLocation KLoc, in OMPDefaultmapClause() argument 7412 LParenLoc(LParenLoc), Modifier(M), ModifierLoc(MLoc), Kind(Kind), in OMPDefaultmapClause() 8474 void setModifierKwLoc(SourceLocation MLoc) { ModifierKwLoc = MLoc; } in setModifierKwLoc() argument 8489 SourceLocation MLoc) in OMPOrderClause() argument 8492 ModifierKwLoc(MLoc) {} in OMPOrderClause()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
| H A D | ARMAsmParser.cpp | 7312 SMLoc MLoc = SMLoc::getFromPointer(NameLoc.getPointer()); in parseInstruction() local 7318 StringRef("vmovlt"), MLoc, *this)); in parseInstruction() 7328 SMLoc MLoc = SMLoc::getFromPointer(NameLoc.getPointer()); in parseInstruction() local 7334 ARMOperand::CreateToken(StringRef("vcvtn"), MLoc, *this)); in parseInstruction() 7343 SMLoc MLoc = SMLoc::getFromPointer(NameLoc.getPointer()); in parseInstruction() local 7345 StringRef("vmullt"), MLoc, *this)); in parseInstruction() 7366 SMLoc MLoc = SMLoc::getFromPointer(NameLoc.getPointer()); in parseInstruction() local 7371 ARMOperand::CreateToken(Mnemonic, MLoc, *this)); in parseInstruction()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 2885 SourceLocation MLoc);
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 16459 SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation MLoc, in ActOnOpenMPOrderClause() argument 16462 (getLangOpts().OpenMP < 51 && MLoc.isValid())) { in ActOnOpenMPOrderClause() 16476 MLoc.isValid()) { in ActOnOpenMPOrderClause() 16477 Diag(MLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPOrderClause() 16492 Kind, KindLoc, StartLoc, LParenLoc, EndLoc, Modifier, MLoc); in ActOnOpenMPOrderClause() 22897 SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation MLoc, in ActOnOpenMPDefaultmapClause() argument 22908 Loc = MLoc; in ActOnOpenMPDefaultmapClause() 22934 Diag(MLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPDefaultmapClause() 22937 Diag(MLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPDefaultmapClause() 22950 Diag(MLoc, diag::err_omp_unexpected_clause_value) in ActOnOpenMPDefaultmapClause() [all …]
|
| H A D | TreeTransform.h | 2260 SourceLocation MLoc, in RebuildOMPDefaultmapClause() argument 2264 M, Kind, StartLoc, LParenLoc, MLoc, KindLoc, EndLoc); in RebuildOMPDefaultmapClause()
|
| H A D | SemaDeclCXX.cpp | 10397 SourceLocation MLoc = MI->getBeginLoc(); in SpecialMemberIsTrivial() local 10398 Diag(MLoc, diag::note_nontrivial_has_virtual) << RD << 0; in SpecialMemberIsTrivial()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 10317 SourceLocation MLoc; in Import() local 10319 MLoc = ToSM.createMacroArgExpansionLoc(*ToSpLoc, *ToExLocS, ExLength); in Import() 10322 MLoc = ToSM.createExpansionLoc(*ToSpLoc, *ToExLocS, *ToExLocE, ExLength, in Import() 10327 ToID = ToSM.getFileID(MLoc); in Import()
|