/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | EntryExitInstrumenter.cpp | 50 Call->setDebugLoc(DL); in insertCall() 54 Call->setDebugLoc(DL); in insertCall() 69 RetAddr->setDebugLoc(DL); in insertCall() 74 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 | 1644 CI->setDebugLoc(DILocation::get(SP->getContext(), 0, 0, SP)); in HandleByValArgumentInit() 1787 I.setDebugLoc(IDL); in fixupLineNumbers() 1811 I.setDebugLoc(TheCallDL); in fixupLineNumbers() 1818 DVR->setDebugLoc(TheCallDL); in fixupLineNumbers() 1825 DVR->setDebugLoc(IDL); in fixupLineNumbers() 2594 NewCI->setDebugLoc(CI->getDebugLoc()); in InlineFunction() 2890 NewBr->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction() 2994 BI->setDebugLoc(Loc); in InlineFunction() 3002 CreatedBranchToNormalDest->setDebugLoc(Loc); in InlineFunction() 3022 CreatedBranchToNormalDest->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | DivRemPairs.cpp | 218 RealRem->setDebugLoc(OrigRemInst->getDebugLoc()); in optimizeDivRem() 370 Mul->setDebugLoc(RemInst->getDebugLoc()); in optimizeDivRem() 372 Sub->setDebugLoc(RemInst->getDebugLoc()); in optimizeDivRem() 390 FrX->setDebugLoc(DivInst->getDebugLoc()); in optimizeDivRem() 399 FrY->setDebugLoc(DivInst->getDebugLoc()); in optimizeDivRem()
|
H A D | CorrelatedValuePropagation.cpp | 639 BinOp->setDebugLoc(SI->getDebugLoc()); in processSaturatingInst() 954 BO->setDebugLoc(SDI->getDebugLoc()); in processSRem() 960 URem->setDebugLoc(SDI->getDebugLoc()); in processSRem() 968 Res->setDebugLoc(SDI->getDebugLoc()); in processSRem() 1015 BO->setDebugLoc(SDI->getDebugLoc()); in processSDiv() 1021 UDiv->setDebugLoc(SDI->getDebugLoc()); in processSDiv() 1030 Res->setDebugLoc(SDI->getDebugLoc()); in processSDiv() 1083 BO->setDebugLoc(SDI->getDebugLoc()); in processAShr() 1101 ZExt->setDebugLoc(SDI->getDebugLoc()); in processSExt() 1142 UIToFP->setDebugLoc(SIToFP->getDebugLoc()); in processSIToFP()
|
H A D | ConstantHoisting.cpp | 781 Mat->setDebugLoc(Adj->User.Inst->getDebugLoc()); in emitBaseConstants() 805 ClonedCastInst->setDebugLoc(CastInst->getDebugLoc()); in emitBaseConstants() 831 ConstExprInst->setDebugLoc(Adj->User.Inst->getDebugLoc()); in emitBaseConstants() 901 Base->setDebugLoc(IP->getDebugLoc()); in emitBaseConstants() 912 Base->setDebugLoc(DILocation::getMergedLocation( in emitBaseConstants()
|
H A D | SimplifyCFGPass.cpp | 149 BI->setDebugLoc(Term->getDebugLoc()); in performBlockTailMerging() 156 CanonicalTerm->setDebugLoc(CommonDebugLoc); in performBlockTailMerging()
|
H A D | CallSiteSplitting.cpp | 315 CallPN->setDebugLoc(CB.getDebugLoc()); in splitCallSite() 399 NewPN->setDebugLoc(CurrentI->getDebugLoc()); in splitCallSite()
|
H A D | LoopBoundSplit.cpp | 369 LCSSAPhi->setDebugLoc(PN.getDebugLoc()); in splitLoopBound() 443 LCSSAPhi->setDebugLoc(PN.getDebugLoc()); in splitLoopBound()
|
H A D | LowerConstantIntrinsics.cpp | 90 NewBI->setDebugLoc(BI->getDebugLoc()); in replaceConditionalBranchesOnConstant()
|
/freebsd/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 | DwarfEHPrepare.cpp | 259 CI->setDebugLoc(DILocation::get(SP->getContext(), 0, 0, SP)); in InsertUnwindResumeCalls() 302 CI->setDebugLoc(DILocation::get(SP->getContext(), 0, 0, SP)); in InsertUnwindResumeCalls()
|
H A D | SelectOptimize.cpp | 703 TrueBranch->setDebugLoc(LastSI.getI()->getDebugLoc()); in convertProfitableSIGroups() 712 FalseBranch->setDebugLoc(LastSI.getI()->getDebugLoc()); in convertProfitableSIGroups() 725 FalseBranch->setDebugLoc(SI.getI()->getDebugLoc()); in convertProfitableSIGroups() 765 PN->setDebugLoc(SI.getI()->getDebugLoc()); in convertProfitableSIGroups()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 1268 NewCI->setDebugLoc(CI->getDebugLoc()); in mergeParallelRegions() 4053 BranchInst::Create(RegionCheckTidBB, ParentBB)->setDebugLoc(DL); in insertInstructionGuardsHelper() 4065 Tid->setDebugLoc(DL); in insertInstructionGuardsHelper() 4070 ->setDebugLoc(DL); in insertInstructionGuardsHelper() 4081 Barrier->setDebugLoc(DL); in insertInstructionGuardsHelper() 4089 Barrier->setDebugLoc(DL); in insertInstructionGuardsHelper() 4191 ReturnInst::Create(Ctx, ReturnBB)->setDebugLoc(DLoc); in forceSingleThreadPerWorkgroupHelper() 4205 ThreadIdInBlock->setDebugLoc(DLoc); in forceSingleThreadPerWorkgroupHelper() 4212 IsMainThread->setDebugLoc(DLoc); in forceSingleThreadPerWorkgroupHelper() 4453 ReturnInst::Create(Ctx, StateMachineFinishedBB)->setDebugLoc(DLoc); in buildCustomStateMachine() [all …]
|
H A D | SampleProfileProbe.cpp | 369 I->setDebugLoc(DIL); in instrumentOneFunc() 415 Probe->setDebugLoc(DIL); in instrumentOneFunc() 438 Call->setDebugLoc(DIL); in instrumentOneFunc()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreSelectionDAGInfo.cpp | 35 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyDebugValueManager.cpp | 285 Def->setDebugLoc(DebugLoc()); in sink() 370 Clone->setDebugLoc(DebugLoc()); in cloneSink()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonSelectionDAGInfo.cpp | 51 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | PseudoProbe.cpp | 109 Inst.setDebugLoc(DIL); in setProbeDistributionFactor()
|
H A D | ReplaceConstant.cpp | 107 NI->setDebugLoc(Loc); in convertUsersOfConstantsToInstructions()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86DiscriminateMemOps.cpp | 59 MI->setDebugLoc(DL); in updateDebugInfo()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CSEMIRBuilder.cpp | 58 MI->setDebugLoc(Loc); in getDominatingInstrForID() 166 MIB->setDebugLoc( in generateCopiesIfRequired()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | PHITransAddr.cpp | 374 New->setDebugLoc(Inst->getDebugLoc()); in insertTranslatedSubExpr() 393 Result->setDebugLoc(Inst->getDebugLoc()); in insertTranslatedSubExpr()
|