Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp586 LocIdx NewLoc = ValueToLoc.find(Op.ID)->second.getLoc(); in checkInstForNewValues() local
587 if (NewLoc.isIllegal()) in checkInstForNewValues()
589 DbgOps.push_back(NewLoc); in checkInstForNewValues()
719 LocIdx NewLoc = MTracker->getRegMLoc(Reg); in redefVar() local
720 NewLocs.push_back(NewLoc); in redefVar()
759 LocIdx NewLoc = Op.Loc; in redefVar() local
764 if (MTracker->readMLoc(NewLoc) != VarLocs[NewLoc.asU64()]) { in redefVar()
765 for (const auto &P : ActiveMLocs[NewLoc]) { in redefVar()
771 if (Loc == NewLoc) in redefVar()
782 ActiveMLocs[NewLoc.asU64()].clear(); in redefVar()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h470 bool movementPreservesLCSSAForm(Instruction *Inst, Instruction *NewLoc) { in movementPreservesLCSSAForm() argument
471 assert(Inst->getFunction() == NewLoc->getFunction() && in movementPreservesLCSSAForm()
475 auto *NewBB = NewLoc->getParent(); in movementPreservesLCSSAForm()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp265 const FunctionProtoType *New, SourceLocation NewLoc,
487 const FunctionProtoType *New, SourceLocation NewLoc) { in CheckEquivalentExceptionSpec() argument
496 Old, OldLoc, New, NewLoc); in CheckEquivalentExceptionSpec()
513 const FunctionProtoType *New, SourceLocation NewLoc, in CheckEquivalentExceptionSpecImpl() argument
523 Old = S.ResolveExceptionSpec(NewLoc, Old); in CheckEquivalentExceptionSpecImpl()
526 New = S.ResolveExceptionSpec(NewLoc, New); in CheckEquivalentExceptionSpecImpl()
655 S.Diag(NewLoc, DiagID); in CheckEquivalentExceptionSpecImpl()
666 SourceLocation NewLoc) { in CheckEquivalentExceptionSpec() argument
670 New, NewLoc); in CheckEquivalentExceptionSpec()
H A DSemaTemplate.cpp8586 Sema::CheckSpecializationInstantiationRedecl(SourceLocation NewLoc, in CheckSpecializationInstantiationRedecl() argument
8641 Diag(NewLoc, diag::err_specialization_after_instantiation) in CheckSpecializationInstantiationRedecl()
8677 Diag(NewLoc, in CheckSpecializationInstantiationRedecl()
8704 Diag(NewLoc, diag::warn_explicit_instantiation_after_specialization) in CheckSpecializationInstantiationRedecl()
8737 Diag(NewLoc, (getLangOpts().MSVCCompat) in CheckSpecializationInstantiationRedecl()
H A DSemaTemplateInstantiateDecl.cpp4126 auto NewLoc = NewTInfo->getTypeLoc().castAs<FunctionProtoTypeLoc>(); in adjustForRewrite() local
4128 NewLoc.setParam(I, OldLoc.getParam(I)); in adjustForRewrite()
H A DSemaDecl.cpp20255 const FunctionEffectSet::Conflicts &Errs, SourceLocation NewLoc, in diagnoseFunctionEffectMergeConflicts() argument
20258 Diag(NewLoc, diag::warn_conflicting_func_effects) in diagnoseFunctionEffectMergeConflicts()
/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1662 const DebugLoc &NewLoc, in insertDbgValueOrDbgVariableRecord() argument
1665 auto DbgVal = Builder.insertDbgValueIntrinsic(DV, DIVar, DIExpr, NewLoc, in insertDbgValueOrDbgVariableRecord()
1673 new DbgVariableRecord(DVAM, DIVar, DIExpr, NewLoc.get()); in insertDbgValueOrDbgVariableRecord()
1680 const DebugLoc &NewLoc, BasicBlock::iterator Instr) { in insertDbgValueOrDbgVariableRecordAfter() argument
1682 auto DbgVal = Builder.insertDbgValueIntrinsic(DV, DIVar, DIExpr, NewLoc, in insertDbgValueOrDbgVariableRecordAfter()
1690 new DbgVariableRecord(DVAM, DIVar, DIExpr, NewLoc.get()); in insertDbgValueOrDbgVariableRecordAfter()
1705 DebugLoc NewLoc = getDebugValueLoc(DII); in ConvertDebugDeclareToDebugValue() local
1723 insertDbgValueOrDbgVariableRecord(Builder, DV, DIVar, DIExpr, NewLoc, in ConvertDebugDeclareToDebugValue()
1736 insertDbgValueOrDbgVariableRecord(Builder, DV, DIVar, DIExpr, NewLoc, in ConvertDebugDeclareToDebugValue()
1757 DebugLoc NewLoc = getDebugValueLoc(DII); in ConvertDebugDeclareToDebugValue() local
[all …]
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPragma.cpp1894 SourceLocation NewLoc; in HandlePragma() local
1902 NewLoc = Loc; in HandlePragma()
1909 NewLoc = SourceLocation(); in HandlePragma()
1912 PP.setPragmaARCCFCodeAuditedInfo(NameTok.getIdentifierInfo(), NewLoc); in HandlePragma()
1949 SourceLocation NewLoc; in HandlePragma() local
1958 NewLoc = Loc; in HandlePragma()
1960 Callbacks->PragmaAssumeNonNullBegin(NewLoc); in HandlePragma()
1967 NewLoc = SourceLocation(); in HandlePragma()
1969 Callbacks->PragmaAssumeNonNullEnd(NewLoc); in HandlePragma()
1972 PP.setPragmaAssumeNonNullLoc(NewLoc); in HandlePragma()
/freebsd/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/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1093 PathDiagnosticLocation NewLoc) { in addEdgeToPath() argument
1094 if (!NewLoc.isValid()) in addEdgeToPath()
1097 SourceLocation NewLocL = NewLoc.asLocation(); in addEdgeToPath()
1102 PrevLoc = NewLoc; in addEdgeToPath()
1108 if (NewLoc.asStmt() && NewLoc.asStmt() == PrevLoc.asStmt()) in addEdgeToPath()
1112 std::make_shared<PathDiagnosticControlFlowPiece>(NewLoc, PrevLoc)); in addEdgeToPath()
1113 PrevLoc = NewLoc; in addEdgeToPath()
/freebsd/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.h891 SourceLocation NewLoc,
6173 SourceLocation NewLoc);
6179 SourceLocation NewLoc);
11532 SourceLocation NewLoc,
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h874 void setLocation(PathDiagnosticLocation NewLoc) { in setLocation() argument
875 Loc = NewLoc; in setLocation()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1197 void handleFileExit(SourceLocation NewLoc) { in handleFileExit()
1198 if (NewLoc.isInvalid() || in handleFileExit()
1199 SM.isWrittenInSameFile(MostRecentLocation, NewLoc)) in handleFileExit()
1204 SourceLocation LCA = NewLoc; in handleFileExit()
1211 MostRecentLocation = NewLoc; in handleFileExit()
1262 MostRecentLocation = NewLoc; in handleFileExit()
H A DCodeGenAction.cpp424 SourceLocation NewLoc = in ConvertBackendLocation() local
426 return FullSourceLoc(NewLoc, CSM); in ConvertBackendLocation()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2561 MemoryLocation NewLoc = Loc.getWithNewPtr(Ptr); in analyzeLoop() local
2562 Accesses.addStore(NewLoc, AccessTy); in analyzeLoop()
2609 MemoryLocation NewLoc = Loc.getWithNewPtr(Ptr); in analyzeLoop() local
2610 Accesses.addLoad(NewLoc, AccessTy, IsReadOnlyPtr); in analyzeLoop()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2327 void setDefaultLoc(SourceLocation NewLoc) { in setDefaultLoc() argument
2328 assert((NewLoc.isInvalid() || isExplicitlyDefaulted()) && in setDefaultLoc()
2330 DefaultKWLoc = NewLoc; in setDefaultLoc()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp3729 const MethodVFTableLocation &NewLoc = Loc.second; in computeVTableRelatedInformation() local
3731 if (vfptrIsEarlierInMDC(Layout, NewLoc, OldLoc)) in computeVTableRelatedInformation()
3732 OldLoc = NewLoc; in computeVTableRelatedInformation()
/freebsd/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/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1607 bool setValue(Init *V, SMLoc NewLoc);
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8269 Value *Ptr, *Cmp, *New; LocTy PtrLoc, CmpLoc, NewLoc; in parseCmpXchg() local
8288 parseTypeAndValue(New, NewLoc, PFS) || in parseCmpXchg()
8301 return error(NewLoc, "compare value and new value type do not match"); in parseCmpXchg()
8303 return error(NewLoc, "cmpxchg operand must be a first class value"); in parseCmpXchg()