Home
last modified time | relevance | path

Searched refs:NewLoc (Results 1 – 22 of 22) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFixCortexA57AES1742098Pass.cpp301 AESFixupLocation NewLoc{&MBB, &MI, &MOp}; in analyzeMF() local
314 FixupLocsForFn.emplace_back(NewLoc); in analyzeMF()
338 NewLoc.Block = &MF.front(); in analyzeMF()
339 NewLoc.InsertionPt = &*NewLoc.Block->begin(); in analyzeMF()
341 << *NewLoc.InsertionPt); in analyzeMF()
342 FixupLocsForFn.emplace_back(NewLoc); in analyzeMF()
356 FixupLocsForFn.emplace_back(NewLoc); in analyzeMF()
383 NewLoc.Block = DefIt->getParent(); in analyzeMF()
384 NewLoc.InsertionPt = &*DefIt; in analyzeMF()
387 FixupLocsForFn.emplace_back(NewLoc); in analyzeMF()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp562 if (NewLoc.isIllegal()) in checkInstForNewValues()
564 DbgOps.push_back(NewLoc); in checkInstForNewValues()
730 LocIdx NewLoc = Op.Loc; in redefVar() local
735 if (MTracker->readMLoc(NewLoc) != VarLocs[NewLoc.asU64()]) { in redefVar()
742 if (Loc == NewLoc) in redefVar()
754 VarLocs[NewLoc.asU64()] = MTracker->readMLoc(NewLoc); in redefVar()
799 NewLoc = Loc.Idx; in clobberMloc()
803 if (!NewLoc && !MakeUndef) { in clobberMloc()
829 if (NewLoc) { in clobberMloc()
842 if (!NewLoc) { in clobberMloc()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h465 bool movementPreservesLCSSAForm(Instruction *Inst, Instruction *NewLoc) { in movementPreservesLCSSAForm() argument
466 assert(Inst->getFunction() == NewLoc->getFunction() && in movementPreservesLCSSAForm()
470 auto *NewBB = NewLoc->getParent(); in movementPreservesLCSSAForm()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp273 const FunctionProtoType *New, SourceLocation NewLoc,
499 const FunctionProtoType *New, SourceLocation NewLoc) { in CheckEquivalentExceptionSpec() argument
508 Old, OldLoc, New, NewLoc); in CheckEquivalentExceptionSpec()
525 const FunctionProtoType *New, SourceLocation NewLoc, in CheckEquivalentExceptionSpecImpl() argument
535 Old = S.ResolveExceptionSpec(NewLoc, Old); in CheckEquivalentExceptionSpecImpl()
538 New = S.ResolveExceptionSpec(NewLoc, New); in CheckEquivalentExceptionSpecImpl()
667 S.Diag(NewLoc, DiagID); in CheckEquivalentExceptionSpecImpl()
678 SourceLocation NewLoc) { in CheckEquivalentExceptionSpec() argument
682 New, NewLoc); in CheckEquivalentExceptionSpec()
H A DSemaTemplate.cpp9371 Sema::CheckSpecializationInstantiationRedecl(SourceLocation NewLoc, in CheckSpecializationInstantiationRedecl() argument
9426 Diag(NewLoc, diag::err_specialization_after_instantiation) in CheckSpecializationInstantiationRedecl()
9462 Diag(NewLoc, in CheckSpecializationInstantiationRedecl()
9489 Diag(NewLoc, diag::warn_explicit_instantiation_after_specialization) in CheckSpecializationInstantiationRedecl()
9522 Diag(NewLoc, (getLangOpts().MSVCCompat) in CheckSpecializationInstantiationRedecl()
H A DSemaTemplateInstantiateDecl.cpp4089 auto NewLoc = NewTInfo->getTypeLoc().castAs<FunctionProtoTypeLoc>(); in adjustForRewrite() local
4091 NewLoc.setParam(I, OldLoc.getParam(I)); in adjustForRewrite()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1649 const DebugLoc &NewLoc, in insertDbgValueOrDPValue() argument
1692 DebugLoc NewLoc = getDebugValueLoc(DII); in ConvertDebugDeclareToDebugValue() local
1710 insertDbgValueOrDPValue(Builder, DV, DIVar, DIExpr, NewLoc, in ConvertDebugDeclareToDebugValue()
1723 insertDbgValueOrDPValue(Builder, DV, DIVar, DIExpr, NewLoc, in ConvertDebugDeclareToDebugValue()
1744 DebugLoc NewLoc = getDebugValueLoc(DII); in ConvertDebugDeclareToDebugValue() local
1762 DebugLoc NewLoc = getDebugValueLoc(DPV); in ConvertDebugDeclareToDebugValue() local
1780 insertDbgValueOrDPValue(Builder, DV, DIVar, DIExpr, NewLoc, in ConvertDebugDeclareToDebugValue()
1823 DebugLoc NewLoc = getDebugValueLoc(DII); in ConvertDebugDeclareToDebugValue() local
1848 DebugLoc NewLoc = getDebugValueLoc(DPV); in ConvertDebugDeclareToDebugValue() local
1893 DebugLoc NewLoc = getDebugValueLoc(DPV); in ConvertDebugDeclareToDebugValue() local
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp327 SourceLocation NewLoc = SM.getLocForStartOfFile(SM.getMainFileID()); in Parse() local
331 /*LoadedOffset=*/0, NewLoc); in Parse()
334 if (PP.EnterSourceFile(FID, /*DirLookup=*/nullptr, NewLoc)) in Parse()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1893 SourceLocation NewLoc; in HandlePragma() local
1901 NewLoc = Loc; in HandlePragma()
1908 NewLoc = SourceLocation(); in HandlePragma()
1911 PP.setPragmaARCCFCodeAuditedInfo(NameTok.getIdentifierInfo(), NewLoc); in HandlePragma()
1948 SourceLocation NewLoc; in HandlePragma() local
1957 NewLoc = Loc; in HandlePragma()
1959 Callbacks->PragmaAssumeNonNullBegin(NewLoc); in HandlePragma()
1966 NewLoc = SourceLocation(); in HandlePragma()
1968 Callbacks->PragmaAssumeNonNullEnd(NewLoc); in HandlePragma()
1971 PP.setPragmaAssumeNonNullLoc(NewLoc); in HandlePragma()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp895 BasicBlock *NewLoc = preheader(DT, Lp); in adjustForInvariance() local
896 if (!NewLoc || !DT->dominates(TopB, NewLoc)) in adjustForInvariance()
899 LocB = NewLoc; in adjustForInvariance()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1083 PathDiagnosticLocation NewLoc) { in addEdgeToPath() argument
1084 if (!NewLoc.isValid()) in addEdgeToPath()
1087 SourceLocation NewLocL = NewLoc.asLocation(); in addEdgeToPath()
1092 PrevLoc = NewLoc; in addEdgeToPath()
1098 if (NewLoc.asStmt() && NewLoc.asStmt() == PrevLoc.asStmt()) in addEdgeToPath()
1102 std::make_shared<PathDiagnosticControlFlowPiece>(NewLoc, PrevLoc)); in addEdgeToPath()
1103 PrevLoc = NewLoc; in addEdgeToPath()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DInitialization.h333 static InitializedEntity InitializeNew(SourceLocation NewLoc, QualType Type) { in InitializeNew() argument
334 return InitializedEntity(EK_New, NewLoc, Type); in InitializeNew()
H A DSema.h2189 const FunctionProtoType *New, SourceLocation NewLoc);
2193 const FunctionProtoType *New, SourceLocation NewLoc);
8471 CheckSpecializationInstantiationRedecl(SourceLocation NewLoc,
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1115 void handleFileExit(SourceLocation NewLoc) { in handleFileExit()
1116 if (NewLoc.isInvalid() || in handleFileExit()
1117 SM.isWrittenInSameFile(MostRecentLocation, NewLoc)) in handleFileExit()
1122 SourceLocation LCA = NewLoc; in handleFileExit()
1129 MostRecentLocation = NewLoc; in handleFileExit()
1183 MostRecentLocation = NewLoc; in handleFileExit()
H A DCodeGenAction.cpp449 SourceLocation NewLoc = in ConvertBackendLocation() local
451 return FullSourceLoc(NewLoc, CSM); in ConvertBackendLocation()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h868 void setLocation(PathDiagnosticLocation NewLoc) { in setLocation() argument
869 Loc = NewLoc; in setLocation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2487 MemoryLocation NewLoc = Loc.getWithNewPtr(Ptr); in analyzeLoop() local
2488 Accesses.addStore(NewLoc, AccessTy); in analyzeLoop()
2536 MemoryLocation NewLoc = Loc.getWithNewPtr(Ptr); in analyzeLoop() local
2537 Accesses.addLoad(NewLoc, AccessTy, IsReadOnlyPtr); in analyzeLoop()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp3636 const MethodVFTableLocation &NewLoc = Loc.second; in computeVTableRelatedInformation() local
3638 if (vfptrIsEarlierInMDC(Layout, NewLoc, OldLoc)) in computeVTableRelatedInformation()
3639 OldLoc = NewLoc; in computeVTableRelatedInformation()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2339 void setDefaultLoc(SourceLocation NewLoc) { in setDefaultLoc() argument
2340 assert((NewLoc.isInvalid() || isExplicitlyDefaulted()) && in setDefaultLoc()
2342 DefaultKWLoc = NewLoc; in setDefaultLoc()
/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2723 bool RecordVal::setValue(Init *V, SMLoc NewLoc) { in setValue() argument
2724 Loc = NewLoc; in setValue()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1607 bool setValue(Init *V, SMLoc NewLoc);
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7822 Value *Ptr, *Cmp, *New; LocTy PtrLoc, CmpLoc, NewLoc; in parseCmpXchg() local
7841 parseTypeAndValue(New, NewLoc, PFS) || in parseCmpXchg()
7854 return error(NewLoc, "compare value and new value type do not match"); in parseCmpXchg()
7856 return error(NewLoc, "cmpxchg operand must be a first class value"); in parseCmpXchg()