Home
last modified time | relevance | path

Searched refs:MLoc (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DTypeSanitizer.cpp478 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 DVarLocBasedImpl.cpp718 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 DInstrRefBasedImpl.cpp818 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 DDwarfDebug.cpp254 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 DSemaOpenMP.h970 SourceLocation MLoc, SourceLocation KindLoc,
1320 SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation MLoc,
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h7408 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 DARMAsmParser.cpp7312 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 DPreprocessor.h2885 SourceLocation MLoc);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp16459 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 DTreeTransform.h2260 SourceLocation MLoc, in RebuildOMPDefaultmapClause() argument
2264 M, Kind, StartLoc, LParenLoc, MLoc, KindLoc, EndLoc); in RebuildOMPDefaultmapClause()
H A DSemaDeclCXX.cpp10397 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 DASTImporter.cpp10317 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()