Home
last modified time | relevance | path

Searched refs:setDebugLoc (Results 1 – 25 of 149) sorted by relevance

123456

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEntryExitInstrumenter.cpp50 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 DAddDiscriminators.cpp195 I.setDebugLoc(*NewDIL); in addDiscriminators()
233 I.setDebugLoc(*NewDIL); in addDiscriminators()
H A DLowerInvoke.cpp59 NewCall->setDebugLoc(II->getDebugLoc()); in runImpl()
H A DInlineFunction.cpp1644 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 DDivRemPairs.cpp218 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 DCorrelatedValuePropagation.cpp639 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 DConstantHoisting.cpp781 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 DSimplifyCFGPass.cpp149 BI->setDebugLoc(Term->getDebugLoc()); in performBlockTailMerging()
156 CanonicalTerm->setDebugLoc(CommonDebugLoc); in performBlockTailMerging()
H A DCallSiteSplitting.cpp315 CallPN->setDebugLoc(CB.getDebugLoc()); in splitCallSite()
399 NewPN->setDebugLoc(CurrentI->getDebugLoc()); in splitCallSite()
H A DLoopBoundSplit.cpp369 LCSSAPhi->setDebugLoc(PN.getDebugLoc()); in splitLoopBound()
443 LCSSAPhi->setDebugLoc(PN.getDebugLoc()); in splitLoopBound()
H A DLowerConstantIntrinsics.cpp90 NewBI->setDebugLoc(BI->getDebugLoc()); in replaceConditionalBranchesOnConstant()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRFSDiscriminator.cpp159 I.setDebugLoc(DIL->cloneWithDiscriminator(0)); in runOnMachineFunction()
188 I.setDebugLoc(NewDIL); in runOnMachineFunction()
H A DMachineStripDebug.cpp68 MI.setDebugLoc(DebugLoc()); in runOnModule()
H A DDwarfEHPrepare.cpp259 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 DSelectOptimize.cpp703 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 DOpenMPOpt.cpp1268 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 DSampleProfileProbe.cpp369 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 DXCoreSelectionDAGInfo.cpp35 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugValueManager.cpp285 Def->setDebugLoc(DebugLoc()); in sink()
370 Clone->setDebugLoc(DebugLoc()); in cloneSink()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp51 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPseudoProbe.cpp109 Inst.setDebugLoc(DIL); in setProbeDistributionFactor()
H A DReplaceConstant.cpp107 NI->setDebugLoc(Loc); in convertUsersOfConstantsToInstructions()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86DiscriminateMemOps.cpp59 MI->setDebugLoc(DL); in updateDebugInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEMIRBuilder.cpp58 MI->setDebugLoc(Loc); in getDominatingInstrForID()
166 MIB->setDebugLoc( in generateCopiesIfRequired()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DPHITransAddr.cpp374 New->setDebugLoc(Inst->getDebugLoc()); in insertTranslatedSubExpr()
393 Result->setDebugLoc(Inst->getDebugLoc()); in insertTranslatedSubExpr()

123456