Home
last modified time | relevance | path

Searched refs:OldLoc (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.cpp452 LocationSize OldLoc = OldMMO->getSize(); in lowerVSPILL() local
453 assert(OldLoc.isPrecise() && OldLoc.getValue().isKnownMultipleOf(NF)); in lowerVSPILL()
454 TypeSize NewSize = OldLoc.getValue().divideCoefficientBy(NF); in lowerVSPILL()
534 LocationSize OldLoc = OldMMO->getSize(); in lowerVRELOAD() local
535 assert(OldLoc.isPrecise() && OldLoc.getValue().isKnownMultipleOf(NF)); in lowerVRELOAD()
536 TypeSize NewSize = OldLoc.getValue().divideCoefficientBy(NF); in lowerVRELOAD()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp266 const FunctionProtoType *Old, SourceLocation OldLoc,
488 const FunctionProtoType *Old, SourceLocation OldLoc, in CheckEquivalentExceptionSpec() argument
498 Old, OldLoc, New, NewLoc); in CheckEquivalentExceptionSpec()
514 const FunctionProtoType *Old, SourceLocation OldLoc, in CheckEquivalentExceptionSpecImpl() argument
658 if (NoteID.getDiagID() != 0 && OldLoc.isValid()) in CheckEquivalentExceptionSpecImpl()
659 S.Diag(OldLoc, NoteID); in CheckEquivalentExceptionSpecImpl()
666 SourceLocation OldLoc, in CheckEquivalentExceptionSpec() argument
671 return CheckEquivalentExceptionSpecImpl(*this, DiagID, NoteID, Old, OldLoc, in CheckEquivalentExceptionSpec()
H A DSemaFunctionEffects.cpp1436 SourceLocation OldLoc) { in diagnoseFunctionEffectMergeConflicts() argument
1440 Diag(OldLoc, diag::note_previous_declaration); in diagnoseFunctionEffectMergeConflicts()
H A DSemaTemplateInstantiateDecl.cpp4671 auto OldLoc = TInfo->getTypeLoc().getAsAdjusted<FunctionProtoTypeLoc>(); in adjustForRewrite() local
4672 assert(OldLoc && "type of function is not a function type?"); in adjustForRewrite()
4674 for (unsigned I = 0, N = OldLoc.getNumParams(); I != N; ++I) in adjustForRewrite()
4675 NewLoc.setParam(I, OldLoc.getParam(I)); in adjustForRewrite()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp1037 const VarLoc::MachineLoc &OldLoc,
1518 const VarLoc::MachineLoc &OldLoc, Register NewReg) { in insertTransferDebugPair() argument
1543 VarLoc VL = VarLoc::CreateCopyLoc(OldVarLoc, OldLoc, NewReg); in insertTransferDebugPair()
1556 OldVarLoc, OldLoc, SpillLocation.SpillBase, SpillLocation.SpillOffset); in insertTransferDebugPair()
1569 VarLoc VL = VarLoc::CreateCopyLoc(OldVarLoc, OldLoc, NewReg); in insertTransferDebugPair()
1787 VarLoc::MachineLoc OldLoc = VL.Locs[SpillLocIdx]; in transferSpillOrRestoreInst() local
1788 VarLoc UndefVL = VarLoc::CreateCopyLoc(VL, OldLoc, 0); in transferSpillOrRestoreInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1273 auto UpdateOrInsertDebugRecord = [&](auto *DR, Value *OldLoc, Value *NewLoc, in fixupDebugInfoPostExtraction()
1276 DR->replaceVariableLocationOp(OldLoc, NewLoc); in fixupDebugInfoPostExtraction()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp3732 MethodVFTableLocation &OldLoc = Insert.first->second; in computeVTableRelatedInformation() local
3733 if (vfptrIsEarlierInMDC(Layout, NewLoc, OldLoc)) in computeVTableRelatedInformation()
3734 OldLoc = NewLoc; in computeVTableRelatedInformation()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6601 SourceLocation OldLoc,
6607 SourceLocation OldLoc,
15446 SourceLocation OldLoc);