Home
last modified time | relevance | path

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

123456

/openbsd-src/gnu/llvm/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()
76 Call->setDebugLoc(DL); in insertCall()
H A DAddDiscriminators.cpp225 I.setDebugLoc(*NewDIL); in addDiscriminators()
263 I.setDebugLoc(*NewDIL); in addDiscriminators()
H A DLowerInvoke.cpp59 NewCall->setDebugLoc(II->getDebugLoc()); in runImpl()
H A DBasicBlockUtils.cpp584 I->setDebugLoc(BI->getDebugLoc()); in ReplaceInstWithInst()
1216 BI->setDebugLoc(L->getStartLoc()); in SplitBlockPredecessorsImpl()
1224 BI->setDebugLoc(BB->getFirstNonPHIOrDbg()->getDebugLoc()); in SplitBlockPredecessorsImpl()
1306 BI1->setDebugLoc(OrigBB->getFirstNonPHI()->getDebugLoc()); in SplitLandingPadPredecessorsImpl()
1347 BI2->setDebugLoc(OrigBB->getFirstNonPHI()->getDebugLoc()); in SplitLandingPadPredecessorsImpl()
1504 CheckTerm->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThenImpl()
1580 (*ThenTerm)->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThenElse()
1582 (*ElseTerm)->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThenElse()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVCodeGenPrepare.cpp79 SExt->setDebugLoc(ZExt.getDebugLoc()); in visitZExtInst()
93 SExt->setDebugLoc(ZExt.getDebugLoc()); in visitZExtInst()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1159 NewCI->setDebugLoc(CI->getDebugLoc()); in mergeParallelRegions()
3788 BranchInst::Create(RegionCheckTidBB, ParentBB)->setDebugLoc(DL); in insertInstructionGuardsHelper()
3800 Tid->setDebugLoc(DL); in insertInstructionGuardsHelper()
3805 ->setDebugLoc(DL); in insertInstructionGuardsHelper()
3816 Barrier->setDebugLoc(DL); in insertInstructionGuardsHelper()
3823 Barrier->setDebugLoc(DL); in insertInstructionGuardsHelper()
3925 ReturnInst::Create(Ctx, ReturnBB)->setDebugLoc(DLoc); in forceSingleThreadPerWorkgroupHelper()
3939 ThreadIdInBlock->setDebugLoc(DLoc); in forceSingleThreadPerWorkgroupHelper()
3946 IsMainThread->setDebugLoc(DLoc); in forceSingleThreadPerWorkgroupHelper()
4208 ReturnInst::Create(Ctx, StateMachineFinishedBB)->setDebugLoc(DLoc); in buildCustomStateMachine()
[all …]
H A DSampleProfileProbe.cpp301 I->setDebugLoc(DIL); in instrumentOneFunc()
361 Call->setDebugLoc(DIL); in instrumentOneFunc()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp604 BinOp->setDebugLoc(SI->getDebugLoc()); in processSaturatingInst()
910 BO->setDebugLoc(SDI->getDebugLoc()); in processSRem()
916 URem->setDebugLoc(SDI->getDebugLoc()); in processSRem()
923 Res->setDebugLoc(SDI->getDebugLoc()); in processSRem()
963 BO->setDebugLoc(SDI->getDebugLoc()); in processSDiv()
969 UDiv->setDebugLoc(SDI->getDebugLoc()); in processSDiv()
1030 BO->setDebugLoc(SDI->getDebugLoc()); in processAShr()
1049 ZExt->setDebugLoc(SDI->getDebugLoc()); in processSExt()
H A DConstantHoisting.cpp783 Mat->setDebugLoc(ConstUser.Inst->getDebugLoc()); in emitBaseConstants()
807 ClonedCastInst->setDebugLoc(CastInst->getDebugLoc()); in emitBaseConstants()
833 ConstExprInst->setDebugLoc(ConstUser.Inst->getDebugLoc()); in emitBaseConstants()
901 Base->setDebugLoc(IP->getDebugLoc()); in emitBaseConstants()
915 Base->setDebugLoc(DILocation::getMergedLocation( in emitBaseConstants()
H A DLoopBoundSplit.cpp369 LCSSAPhi->setDebugLoc(PN.getDebugLoc()); in splitLoopBound()
443 LCSSAPhi->setDebugLoc(PN.getDebugLoc()); in splitLoopBound()
H A DCallSiteSplitting.cpp317 CallPN->setDebugLoc(CB.getDebugLoc()); in splitCallSite()
400 NewPN->setDebugLoc(CurrentI->getDebugLoc()); in splitCallSite()
H A DReassociate.cpp290 Res->setDebugLoc(Neg->getDebugLoc()); in LowerNegateToMultiply()
1017 New->setDebugLoc(Or->getDebugLoc()); in convertOrWithNoCommonBitsToAdd()
1069 New->setDebugLoc(Sub->getDebugLoc()); in BreakUpSubtract()
1089 Mul->setDebugLoc(Shl->getDebugLoc()); in ConvertShiftToMul()
1296 I->setDebugLoc(InsertBefore->getDebugLoc()); in createAndInstr()
2359 VI->setDebugLoc(I->getDebugLoc()); in ReassociateExpression()
2397 OI->setDebugLoc(I->getDebugLoc()); in ReassociateExpression()
/openbsd-src/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.cpp35 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineStripDebug.cpp68 MI.setDebugLoc(DebugLoc()); in runOnModule()
H A DMIRFSDiscriminator.cpp126 I.setDebugLoc(NewDIL); in runOnMachineFunction()
H A DSelectOptimize.cpp452 TrueBranch->setDebugLoc(LastSI->getDebugLoc()); in convertProfitableSIGroups()
460 FalseBranch->setDebugLoc(LastSI->getDebugLoc()); in convertProfitableSIGroups()
473 FalseBranch->setDebugLoc(SI->getDebugLoc()); in convertProfitableSIGroups()
511 PN->setDebugLoc(SI->getDebugLoc()); in convertProfitableSIGroups()
H A DMachineDebugify.cpp54 MI.setDebugLoc(DILocation::get(Ctx, NextLine++, 1, SP)); in applyDebugifyMetadataToMachineFunction()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp51 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DPseudoProbe.cpp96 Inst.setDebugLoc(DIL); in setProbeDistributionFactor()
H A DDebugInfo.cpp472 I.setDebugLoc(DebugLoc()); in stripDebugInfo()
791 I.setDebugLoc(remapDebugLoc(I.getDebugLoc())); in stripNonLineTableDebugInfo()
834 setDebugLoc(DILocation::getMergedLocation(LocA, LocB)); in applyMergedLocation()
883 setDebugLoc(DebugLoc()); in dropLocation()
894 setDebugLoc(DILocation::get(getContext(), 0, 0, SP)); in dropLocation()
902 setDebugLoc(DebugLoc()); in dropLocation()
1658 unwrap<Instruction>(Inst)->setDebugLoc(DebugLoc(unwrap<MDNode>(Loc))); in LLVMInstructionSetDebugLoc()
1660 unwrap<Instruction>(Inst)->setDebugLoc(DebugLoc()); in LLVMInstructionSetDebugLoc()
H A DBasicBlock.cpp421 BI->setDebugLoc(Loc); in splitBasicBlock()
465 BI->setDebugLoc(Loc); in splitBasicBlockBefore()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86DiscriminateMemOps.cpp59 MI->setDebugLoc(DL); in updateDebugInfo()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DPHITransAddr.cpp391 New->setDebugLoc(Inst->getDebugLoc()); in InsertPHITranslatedSubExpr()
410 Result->setDebugLoc(Inst->getDebugLoc()); in InsertPHITranslatedSubExpr()
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp534 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()
1411 BitCastI->setDebugLoc(DL); in runSjLjOnFunction()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLocalizer.cpp192 MI->setDebugLoc(UserDL); in localizeIntraBlock()

123456