Home
last modified time | relevance | path

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

12345

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DEntryExitInstrumenter.cpp39 Call->setDebugLoc(DL); in insertCall()
53 RetAddr->setDebugLoc(DL); in insertCall()
60 Call->setDebugLoc(DL); in insertCall()
H A DAddDiscriminators.cpp219 I.setDebugLoc(NewDIL.getValue()); in addDiscriminators()
257 I.setDebugLoc(NewDIL.getValue()); in addDiscriminators()
H A DLowerInvoke.cpp61 NewCall->setDebugLoc(II->getDebugLoc()); in runImpl()
H A DBasicBlockUtils.cpp478 I->setDebugLoc(BI->getDebugLoc()); in ReplaceInstWithInst()
1094 BI->setDebugLoc(L->getStartLoc()); in SplitBlockPredecessorsImpl()
1102 BI->setDebugLoc(BB->getFirstNonPHIOrDbg()->getDebugLoc()); in SplitBlockPredecessorsImpl()
1182 BI1->setDebugLoc(OrigBB->getFirstNonPHI()->getDebugLoc()); in SplitLandingPadPredecessorsImpl()
1223 BI2->setDebugLoc(OrigBB->getFirstNonPHI()->getDebugLoc()); in SplitLandingPadPredecessorsImpl()
1380 CheckTerm->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThenImpl()
1450 (*ThenTerm)->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThenElse()
1452 (*ElseTerm)->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThenElse()
H A DInlineFunction.cpp1532 BI->setDebugLoc(IDL); in fixupLineNumbers()
1550 BI->setDebugLoc(TheCallDL); in fixupLineNumbers()
2147 NewCI->setDebugLoc(CI->getDebugLoc()); in InlineFunction()
2463 NewBr->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()
2567 BI->setDebugLoc(Loc); in InlineFunction()
2575 CreatedBranchToNormalDest->setDebugLoc(Loc); in InlineFunction()
2596 CreatedBranchToNormalDest->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp433 NewCall->setDebugLoc(CI->getDebugLoc()); in wrapInvoke()
830 NewCall->setDebugLoc(II->getDebugLoc()); in runEHOnFunction()
966 SetjmpTableSize->setDebugLoc(FirstDL); in runSjLjOnFunction()
971 SetjmpTable->setDebugLoc(FirstDL); in runSjLjOnFunction()
976 MallocCallI->setDebugLoc(FirstDL); in runSjLjOnFunction()
1143 Free->setDebugLoc(DL); in runSjLjOnFunction()
1148 BitCastI->setDebugLoc(DL); in runSjLjOnFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp554 BinOp->setDebugLoc(SI->getDebugLoc()); in processSaturatingInst()
796 BO->setDebugLoc(SDI->getDebugLoc()); in processSRem()
802 URem->setDebugLoc(SDI->getDebugLoc()); in processSRem()
852 BO->setDebugLoc(SDI->getDebugLoc()); in processSDiv()
858 UDiv->setDebugLoc(SDI->getDebugLoc()); in processSDiv()
903 BO->setDebugLoc(SDI->getDebugLoc()); in processAShr()
923 ZExt->setDebugLoc(SDI->getDebugLoc()); in processSExt()
H A DConstantHoisting.cpp777 Mat->setDebugLoc(ConstUser.Inst->getDebugLoc()); in emitBaseConstants()
801 ClonedCastInst->setDebugLoc(CastInst->getDebugLoc()); in emitBaseConstants()
828 ConstExprInst->setDebugLoc(ConstUser.Inst->getDebugLoc()); in emitBaseConstants()
896 Base->setDebugLoc(IP->getDebugLoc()); in emitBaseConstants()
910 Base->setDebugLoc(DILocation::getMergedLocation( in emitBaseConstants()
H A DCallSiteSplitting.cpp318 CallPN->setDebugLoc(CB.getDebugLoc()); in splitCallSite()
401 NewPN->setDebugLoc(CurrentI->getDebugLoc()); in splitCallSite()
H A DReassociate.cpp283 Res->setDebugLoc(Neg->getDebugLoc()); in LowerNegateToMultiply()
1012 New->setDebugLoc(Or->getDebugLoc()); in convertOrWithNoCommonBitsToAdd()
1064 New->setDebugLoc(Sub->getDebugLoc()); in BreakUpSubtract()
1084 Mul->setDebugLoc(Shl->getDebugLoc()); in ConvertShiftToMul()
1291 I->setDebugLoc(InsertBefore->getDebugLoc()); in createAndInstr()
2345 VI->setDebugLoc(I->getDebugLoc()); in ReassociateExpression()
2383 OI->setDebugLoc(I->getDebugLoc()); in ReassociateExpression()
H A DLoopIdiomRecognize.cpp1127 NewCall->setDebugLoc(TheStore->getDebugLoc()); in processLoopStridedStore()
1319 NewCall->setDebugLoc(TheStore->getDebugLoc()); in processLoopStoreOfLoopLoad()
1809 CI->setDebugLoc(DL); in createPopcntIntrinsic()
1823 CI->setDebugLoc(DL); in createFFSIntrinsic()
1970 (cast<Instruction>(NewCount))->setDebugLoc(DL); in transformLoopToPopcount()
1980 (cast<Instruction>(NewCount))->setDebugLoc(DL); in transformLoopToPopcount()
H A DTailRecursionElimination.cpp505 BI->setDebugLoc(CI->getDebugLoc()); in createTailRecurseLoopHeader()
672 NewBI->setDebugLoc(CI->getDebugLoc()); in eliminateCall()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.cpp35 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineStripDebug.cpp69 I->setDebugLoc(DebugLoc()); in runOnModule()
H A DMIRFSDiscriminator.cpp120 I.setDebugLoc(NewDIL); in runOnMachineFunction()
H A DMachineDebugify.cpp57 MI.setDebugLoc(DILocation::get(Ctx, NextLine++, 1, SP)); in applyDebugifyMetadataToMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp51 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp425 I.setDebugLoc(DebugLoc()); in stripDebugInfo()
740 I.setDebugLoc(remapDebugLoc(I.getDebugLoc())); in stripNonLineTableDebugInfo()
781 setDebugLoc(DILocation::getMergedLocation(LocA, LocB)); in applyMergedLocation()
794 setDebugLoc(DebugLoc()); in dropLocation()
805 setDebugLoc(DILocation::get(getContext(), 0, 0, SP)); in dropLocation()
813 setDebugLoc(DebugLoc()); in dropLocation()
1562 unwrap<Instruction>(Inst)->setDebugLoc(DebugLoc(unwrap<MDNode>(Loc))); in LLVMInstructionSetDebugLoc()
1564 unwrap<Instruction>(Inst)->setDebugLoc(DebugLoc()); in LLVMInstructionSetDebugLoc()
H A DBasicBlock.cpp401 BI->setDebugLoc(Loc); in splitBasicBlock()
441 BI->setDebugLoc(Loc); in splitBasicBlockBefore()
H A DPseudoProbe.cpp95 Inst.setDebugLoc(DIL); in setProbeDistributionFactor()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DPHITransAddr.cpp390 New->setDebugLoc(Inst->getDebugLoc()); in InsertPHITranslatedSubExpr()
409 Result->setDebugLoc(Inst->getDebugLoc()); in InsertPHITranslatedSubExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86DiscriminateMemOps.cpp57 MI->setDebugLoc(DL); in updateDebugInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp302 I->setDebugLoc(DIL); in instrumentOneFunc()
362 Call->setDebugLoc(DIL); in instrumentOneFunc()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp44 CLI.setDebugLoc(dl) in EmitTargetCodeForMemset()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp198 TrapCall->setDebugLoc(DebugLoc); in addBoundsChecking()

12345