Home
last modified time | relevance | path

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

1234567

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEntryExitInstrumenter.cpp50 Call->setDebugLoc(DL); in insertCall()
59 RetAddr->setDebugLoc(DL); in insertCall()
65 Call->setDebugLoc(DL); in insertCall()
74 Call->setDebugLoc(DL); in insertCall()
89 RetAddr->setDebugLoc(DL); in insertCall()
94 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.cpp245 BI->setDebugLoc(RI->getDebugLoc()); in forwardResume()
1730 CI->setDebugLoc(DILocation::get(SP->getContext(), 0, 0, SP)); in HandleByValArgumentInit()
1778 NewAlloca->setDebugLoc(DebugLoc::getCompilerGenerated()); in HandleByValArgument()
1880 I.setDebugLoc(IDL); in fixupLineNumbers()
1904 I.setDebugLoc(TheCallDL); in fixupLineNumbers()
1911 DVR->setDebugLoc(TheCallDL); in fixupLineNumbers()
1918 DVR->setDebugLoc(IDL); in fixupLineNumbers()
2922 NewCI->setDebugLoc(CI->getDebugLoc()); in InlineFunction()
3218 NewBr->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()
3256 CreatedBranchToNormalDest->setDebugLoc(DebugLoc::getTemporary()); in InlineFunction()
[all …]
H A DBreakCriticalEdges.cpp176 NewBI->setDebugLoc(TI->getDebugLoc()); in SplitKnownCriticalEdge()
459 NewIndPHI->setDebugLoc(IndPHI->getDebugLoc()); in SplitIndirectBrCriticalEdges()
/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.cpp436 UI->setDebugLoc(DebugLoc::getTemporary()); in processSwitch()
661 BinOp->setDebugLoc(SI->getDebugLoc()); in processSaturatingInst()
974 BO->setDebugLoc(SDI->getDebugLoc()); in processSRem()
980 URem->setDebugLoc(SDI->getDebugLoc()); in processSRem()
988 Res->setDebugLoc(SDI->getDebugLoc()); in processSRem()
1035 BO->setDebugLoc(SDI->getDebugLoc()); in processSDiv()
1041 UDiv->setDebugLoc(SDI->getDebugLoc()); in processSDiv()
1050 Res->setDebugLoc(SDI->getDebugLoc()); in processSDiv()
1103 BO->setDebugLoc(SDI->getDebugLoc()); in processAShr()
1121 ZExt->setDebugLoc(SDI->getDebugLoc()); in processSExt()
[all …]
H A DConstantHoisting.cpp754 Mat->setDebugLoc(Adj->User.Inst->getDebugLoc()); in emitBaseConstants()
778 ClonedCastInst->setDebugLoc(CastInst->getDebugLoc()); in emitBaseConstants()
804 ConstExprInst->setDebugLoc(Adj->User.Inst->getDebugLoc()); in emitBaseConstants()
874 Base->setDebugLoc(IP->getDebugLoc()); in emitBaseConstants()
885 Base->setDebugLoc(DebugLoc::getMergedLocation( in emitBaseConstants()
H A DReassociate.cpp303 Res->setDebugLoc(Neg->getDebugLoc()); in LowerNegateToMultiply()
869 NewNeg->setDebugLoc(BI->getDebugLoc()); in NegateValue()
963 New->setDebugLoc(Or->getDebugLoc()); in convertOrWithNoCommonBitsToAdd()
1016 New->setDebugLoc(Sub->getDebugLoc()); in BreakUpSubtract()
1037 Mul->setDebugLoc(Shl->getDebugLoc()); in ConvertShiftToMul()
1088 NewAdd->setDebugLoc(I->getDebugLoc()); in EmitAddTreeOfValues()
1162 cast<Instruction>(V)->setDebugLoc(DL); in RemoveFactorFromExpression()
1249 I->setDebugLoc(InsertBefore->getDebugLoc()); in createAndInstr()
1519 Mul->setDebugLoc(I->getDebugLoc()); in OptimizeAdd()
1696 V2->setDebugLoc(I->getDebugLoc()); in OptimizeAdd()
[all …]
H A DLoopLoadElimination.cpp453 Initial->setDebugLoc(DebugLoc::getDropped()); in propagateStoredValueToLoadUsers()
475 cast<Instruction>(StoreValue)->setDebugLoc(Cand.Load->getDebugLoc()); in propagateStoredValueToLoadUsers()
481 PHI->setDebugLoc(Cand.Load->getDebugLoc()); in propagateStoredValueToLoadUsers()
H A DTailRecursionElimination.cpp530 BI->setDebugLoc(DebugLoc::getCompilerGenerated()); in createTailRecurseLoopHeader()
740 SI->setDebugLoc(Ret->getDebugLoc()); in eliminateCall()
754 NewBI->setDebugLoc(CI->getDebugLoc()); in eliminateCall()
838 SI->setDebugLoc(DebugLoc::getCompilerGenerated()); in cleanupAndFinalize()
H A DSimplifyCFGPass.cpp152 BI->setDebugLoc(Term->getDebugLoc()); in performBlockTailMerging()
159 CanonicalTerm->setDebugLoc(CommonDebugLoc); in performBlockTailMerging()
H A DLowerConstantIntrinsics.cpp89 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.cpp258 CI->setDebugLoc(DILocation::get(SP->getContext(), 0, 0, SP)); in InsertUnwindResumeCalls()
301 CI->setDebugLoc(DILocation::get(SP->getContext(), 0, 0, SP)); in InsertUnwindResumeCalls()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1284 NewCI->setDebugLoc(CI->getDebugLoc()); in mergeParallelRegions()
4061 BranchInst::Create(RegionCheckTidBB, ParentBB)->setDebugLoc(DL); in insertInstructionGuardsHelper()
4073 Tid->setDebugLoc(DL); in insertInstructionGuardsHelper()
4078 ->setDebugLoc(DL); in insertInstructionGuardsHelper()
4089 Barrier->setDebugLoc(DL); in insertInstructionGuardsHelper()
4097 Barrier->setDebugLoc(DL); in insertInstructionGuardsHelper()
4199 ReturnInst::Create(Ctx, ReturnBB)->setDebugLoc(DLoc); in forceSingleThreadPerWorkgroupHelper()
4213 ThreadIdInBlock->setDebugLoc(DLoc); in forceSingleThreadPerWorkgroupHelper()
4220 IsMainThread->setDebugLoc(DLoc); in forceSingleThreadPerWorkgroupHelper()
4455 ReturnInst::Create(Ctx, StateMachineFinishedBB)->setDebugLoc(DLoc); in buildCustomStateMachine()
[all …]
H A DSampleProfileProbe.cpp366 I->setDebugLoc(DIL); in instrumentOneFunc()
411 Probe->setDebugLoc(DIL); in instrumentOneFunc()
434 Call->setDebugLoc(DIL); in instrumentOneFunc()
H A DGlobalOpt.cpp975 NewSI->setDebugLoc(SI->getDebugLoc()); in OptimizeGlobalAddressOfAllocation()
998 cast<LoadInst>(LV)->setDebugLoc(LI->getDebugLoc()); in OptimizeGlobalAddressOfAllocation()
1011 cast<BinaryOperator>(LV)->setDebugLoc(ICI->getDebugLoc()); in OptimizeGlobalAddressOfAllocation()
1288 cast<LoadInst>(StoreVal)->setDebugLoc(LI->getDebugLoc()); in TryToShrinkGlobalToBoolean()
1299 NSI->setDebugLoc(SI->getDebugLoc()); in TryToShrinkGlobalToBoolean()
1314 NLI->setDebugLoc(LI->getDebugLoc()); in TryToShrinkGlobalToBoolean()
1315 NSI->setDebugLoc(LI->getDebugLoc()); in TryToShrinkGlobalToBoolean()
1495 Alloca->setDebugLoc(DebugLoc::getCompilerGenerated()); in processInternalGlobal()
1501 SI->setDebugLoc(DebugLoc::getCompilerGenerated()); in processInternalGlobal()
/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/XCore/
H A DXCoreSelectionDAGInfo.cpp46 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp54 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPseudoProbe.cpp109 Inst.setDebugLoc(DIL); in setProbeDistributionFactor()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEMIRBuilder.cpp56 MI->setDebugLoc(Loc); in getDominatingInstrForID()
170 MIB->setDebugLoc( in generateCopiesIfRequired()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DPHITransAddr.cpp377 New->setDebugLoc(Inst->getDebugLoc()); in insertTranslatedSubExpr()
396 Result->setDebugLoc(Inst->getDebugLoc()); in insertTranslatedSubExpr()

1234567