/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | EntryExitInstrumenter.cpp | 39 Call->setDebugLoc(DL); in insertCall() 53 RetAddr->setDebugLoc(DL); in insertCall() 60 Call->setDebugLoc(DL); in insertCall()
|
H A D | AddDiscriminators.cpp | 219 I.setDebugLoc(NewDIL.getValue()); in addDiscriminators() 257 I.setDebugLoc(NewDIL.getValue()); in addDiscriminators()
|
H A D | LowerInvoke.cpp | 61 NewCall->setDebugLoc(II->getDebugLoc()); in runImpl()
|
H A D | BasicBlockUtils.cpp | 478 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 D | InlineFunction.cpp | 1532 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 D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 433 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 D | CorrelatedValuePropagation.cpp | 554 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 D | ConstantHoisting.cpp | 777 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 D | CallSiteSplitting.cpp | 318 CallPN->setDebugLoc(CB.getDebugLoc()); in splitCallSite() 401 NewPN->setDebugLoc(CurrentI->getDebugLoc()); in splitCallSite()
|
H A D | Reassociate.cpp | 283 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 D | LoopIdiomRecognize.cpp | 1127 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 D | TailRecursionElimination.cpp | 505 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 D | XCoreSelectionDAGInfo.cpp | 35 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineStripDebug.cpp | 69 I->setDebugLoc(DebugLoc()); in runOnModule()
|
H A D | MIRFSDiscriminator.cpp | 120 I.setDebugLoc(NewDIL); in runOnMachineFunction()
|
H A D | MachineDebugify.cpp | 57 MI.setDebugLoc(DILocation::get(Ctx, NextLine++, 1, SP)); in applyDebugifyMetadataToMachineFunction()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonSelectionDAGInfo.cpp | 51 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 425 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 D | BasicBlock.cpp | 401 BI->setDebugLoc(Loc); in splitBasicBlock() 441 BI->setDebugLoc(Loc); in splitBasicBlockBefore()
|
H A D | PseudoProbe.cpp | 95 Inst.setDebugLoc(DIL); in setProbeDistributionFactor()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | PHITransAddr.cpp | 390 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 D | X86DiscriminateMemOps.cpp | 57 MI->setDebugLoc(DL); in updateDebugInfo()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | SampleProfileProbe.cpp | 302 I->setDebugLoc(DIL); in instrumentOneFunc() 362 Call->setDebugLoc(DIL); in instrumentOneFunc()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64SelectionDAGInfo.cpp | 44 CLI.setDebugLoc(dl) in EmitTargetCodeForMemset()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | BoundsChecking.cpp | 198 TrapCall->setDebugLoc(DebugLoc); in addBoundsChecking()
|