| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | EntryExitInstrumenter.cpp | 47 Call->setDebugLoc(DL); in insertCall() 51 Call->setDebugLoc(DL); in insertCall() 66 RetAddr->setDebugLoc(DL); in insertCall() 71 Call->setDebugLoc(DL); in insertCall()
|
| H A D | AddDiscriminators.cpp | 195 I.setDebugLoc(*NewDIL); in addDiscriminators() 233 I.setDebugLoc(*NewDIL); in addDiscriminators()
|
| H A D | LowerInvoke.cpp | 59 NewCall->setDebugLoc(II->getDebugLoc()); in runImpl()
|
| H A D | InlineFunction.cpp | 1543 CI->setDebugLoc(DILocation::get(SP->getContext(), 0, 0, SP)); in HandleByValArgumentInit() 1685 I.setDebugLoc(IDL); in fixupLineNumbers() 1709 I.setDebugLoc(TheCallDL); in fixupLineNumbers() 1716 DPV->setDebugLoc(TheCallDL); in fixupLineNumbers() 1723 DPV->setDebugLoc(IDL); in fixupLineNumbers() 2490 NewCI->setDebugLoc(CI->getDebugLoc()); in InlineFunction() 2787 NewBr->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction() 2893 BI->setDebugLoc(Loc); in InlineFunction() 2901 CreatedBranchToNormalDest->setDebugLoc(Loc); in InlineFunction() 2921 CreatedBranchToNormalDest->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | CorrelatedValuePropagation.cpp | 577 BinOp->setDebugLoc(SI->getDebugLoc()); in processSaturatingInst() 893 BO->setDebugLoc(SDI->getDebugLoc()); in processSRem() 899 URem->setDebugLoc(SDI->getDebugLoc()); in processSRem() 906 Res->setDebugLoc(SDI->getDebugLoc()); in processSRem() 954 BO->setDebugLoc(SDI->getDebugLoc()); in processSDiv() 960 UDiv->setDebugLoc(SDI->getDebugLoc()); in processSDiv() 968 Res->setDebugLoc(SDI->getDebugLoc()); in processSDiv() 1027 BO->setDebugLoc(SDI->getDebugLoc()); in processAShr() 1047 ZExt->setDebugLoc(SDI->getDebugLoc()); in processSExt()
|
| H A D | ConstantHoisting.cpp | 774 Mat->setDebugLoc(Adj->User.Inst->getDebugLoc()); in emitBaseConstants() 798 ClonedCastInst->setDebugLoc(CastInst->getDebugLoc()); in emitBaseConstants() 823 ConstExprInst->setDebugLoc(Adj->User.Inst->getDebugLoc()); in emitBaseConstants() 893 Base->setDebugLoc(IP->getDebugLoc()); in emitBaseConstants() 904 Base->setDebugLoc(DILocation::getMergedLocation( in emitBaseConstants()
|
| H A D | LoopBoundSplit.cpp | 369 LCSSAPhi->setDebugLoc(PN.getDebugLoc()); in splitLoopBound() 443 LCSSAPhi->setDebugLoc(PN.getDebugLoc()); in splitLoopBound()
|
| H A D | CallSiteSplitting.cpp | 315 CallPN->setDebugLoc(CB.getDebugLoc()); in splitCallSite() 399 NewPN->setDebugLoc(CurrentI->getDebugLoc()); in splitCallSite()
|
| H A D | Reassociate.cpp | 297 Res->setDebugLoc(Neg->getDebugLoc()); in LowerNegateToMultiply() 1055 New->setDebugLoc(Or->getDebugLoc()); in convertOrWithNoCommonBitsToAdd() 1107 New->setDebugLoc(Sub->getDebugLoc()); in BreakUpSubtract() 1127 Mul->setDebugLoc(Shl->getDebugLoc()); in ConvertShiftToMul() 1335 I->setDebugLoc(InsertBefore->getDebugLoc()); in createAndInstr() 2398 VI->setDebugLoc(I->getDebugLoc()); in ReassociateExpression() 2436 OI->setDebugLoc(I->getDebugLoc()); in ReassociateExpression()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MIRFSDiscriminator.cpp | 159 I.setDebugLoc(DIL->cloneWithDiscriminator(0)); in runOnMachineFunction() 188 I.setDebugLoc(NewDIL); in runOnMachineFunction()
|
| H A D | MachineStripDebug.cpp | 68 MI.setDebugLoc(DebugLoc()); in runOnModule()
|
| H A D | MachineDebugify.cpp | 54 MI.setDebugLoc(DILocation::get(Ctx, NextLine++, 1, SP)); in applyDebugifyMetadataToMachineFunction()
|
| H A D | SelectOptimize.cpp | 667 TrueBranch->setDebugLoc(LastSI.getI()->getDebugLoc()); in convertProfitableSIGroups() 676 FalseBranch->setDebugLoc(LastSI.getI()->getDebugLoc()); in convertProfitableSIGroups() 689 FalseBranch->setDebugLoc(SI.getI()->getDebugLoc()); in convertProfitableSIGroups() 729 PN->setDebugLoc(SI.getI()->getDebugLoc()); in convertProfitableSIGroups()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 4065 Tid->setDebugLoc(DL); in insertInstructionGuardsHelper() 4070 ->setDebugLoc(DL); in insertInstructionGuardsHelper() 4529 WorkFn->setDebugLoc(DLoc); in buildCustomStateMachine() 4539 IsDone->setDebugLoc(DLoc); in buildCustomStateMachine() 4542 ->setDebugLoc(DLoc); in buildCustomStateMachine() 4547 ->setDebugLoc(DLoc); in buildCustomStateMachine() 4565 ->setDebugLoc(DLoc); in buildCustomStateMachine() 4606 ->setDebugLoc(DLoc); in buildCustomStateMachine() 4616 ->setDebugLoc(DLoc); in buildCustomStateMachine() 4619 ->setDebugLoc(DLoc); in buildCustomStateMachine() [all …]
|
| H A D | SampleProfileProbe.cpp | 283 I->setDebugLoc(DIL); in instrumentOneFunc() 329 Probe->setDebugLoc(DIL); in instrumentOneFunc() 352 Call->setDebugLoc(DIL); in instrumentOneFunc()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/ |
| H A D | XCoreSelectionDAGInfo.cpp | 35 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyDebugValueManager.cpp | 285 Def->setDebugLoc(DebugLoc()); in sink() 370 Clone->setDebugLoc(DebugLoc()); in cloneSink()
|
| H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 535 NewCall->setDebugLoc(CI->getDebugLoc()); in wrapInvoke() 1289 SetjmpTableSize->setDebugLoc(FirstDL); in runSjLjOnFunction() 1296 SetjmpTable->setDebugLoc(FirstDL); in runSjLjOnFunction() 1301 MallocCallI->setDebugLoc(FirstDL); in runSjLjOnFunction() 1406 Free->setDebugLoc(DL); in runSjLjOnFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSelectionDAGInfo.cpp | 51 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | PseudoProbe.cpp | 106 Inst.setDebugLoc(DIL); in setProbeDistributionFactor()
|
| H A D | ReplaceConstant.cpp | 96 NI->setDebugLoc(Loc); in convertUsersOfConstantsToInstructions()
|
| H A D | DebugInfo.cpp | 564 I.setDebugLoc(DebugLoc()); in stripDebugInfo() 883 I.setDebugLoc(remapDebugLoc(I.getDebugLoc())); in stripNonLineTableDebugInfo() 928 setDebugLoc(DILocation::getMergedLocation(LocA, LocB)); in applyMergedLocation() 977 setDebugLoc(DebugLoc()); in dropLocation() 988 setDebugLoc(DILocation::get(getContext(), 0, 0, SP)); in dropLocation() 996 setDebugLoc(DebugLoc()); in dropLocation() 1753 unwrap<Instruction>(Inst)->setDebugLoc(DebugLoc(unwrap<MDNode>(Loc))); in LLVMInstructionSetDebugLoc() 1755 unwrap<Instruction>(Inst)->setDebugLoc(DebugLoc()); in LLVMInstructionSetDebugLoc()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86DiscriminateMemOps.cpp | 59 MI->setDebugLoc(DL); in updateDebugInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | PHITransAddr.cpp | 373 New->setDebugLoc(Inst->getDebugLoc()); in insertTranslatedSubExpr() 391 Result->setDebugLoc(Inst->getDebugLoc()); in insertTranslatedSubExpr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Localizer.cpp | 197 MI->setDebugLoc(UserDL); in localizeIntraBlock()
|