Home
last modified time | relevance | path

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

12345678910>>...12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DEntryExitInstrumenter.cpp36 Call->setDebugLoc(DL); in insertCall()
50 RetAddr->setDebugLoc(DL); in insertCall()
57 Call->setDebugLoc(DL); in insertCall()
DAddDiscriminators.cpp219 I.setDebugLoc(NewDIL.getValue()); in addDiscriminators()
257 I.setDebugLoc(NewDIL.getValue()); in addDiscriminators()
DBasicBlockUtils.cpp457 I->setDebugLoc(BI->getDebugLoc()); in ReplaceInstWithInst()
739 BI->setDebugLoc(LI->getLoopFor(BB)->getStartLoc()); in SplitBlockPredecessors()
741 BI->setDebugLoc(BB->getFirstNonPHIOrDbg()->getDebugLoc()); in SplitBlockPredecessors()
796 BI1->setDebugLoc(OrigBB->getFirstNonPHI()->getDebugLoc()); in SplitLandingPadPredecessors()
837 BI2->setDebugLoc(OrigBB->getFirstNonPHI()->getDebugLoc()); in SplitLandingPadPredecessors()
943 CheckTerm->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThen()
988 (*ThenTerm)->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThenElse()
990 (*ElseTerm)->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThenElse()
DLowerInvoke.cpp61 NewCall->setDebugLoc(II->getDebugLoc()); in runImpl()
/external/llvm-project/llvm/lib/Transforms/Utils/
DEntryExitInstrumenter.cpp37 Call->setDebugLoc(DL); in insertCall()
51 RetAddr->setDebugLoc(DL); in insertCall()
58 Call->setDebugLoc(DL); in insertCall()
DAddDiscriminators.cpp219 I.setDebugLoc(NewDIL.getValue()); in addDiscriminators()
257 I.setDebugLoc(NewDIL.getValue()); in addDiscriminators()
DBasicBlockUtils.cpp478 I->setDebugLoc(BI->getDebugLoc()); in ReplaceInstWithInst()
764 BI->setDebugLoc(L->getStartLoc()); in SplitBlockPredecessors()
772 BI->setDebugLoc(BB->getFirstNonPHIOrDbg()->getDebugLoc()); in SplitBlockPredecessors()
836 BI1->setDebugLoc(OrigBB->getFirstNonPHI()->getDebugLoc()); in SplitLandingPadPredecessors()
877 BI2->setDebugLoc(OrigBB->getFirstNonPHI()->getDebugLoc()); in SplitLandingPadPredecessors()
999 CheckTerm->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThen()
1044 (*ThenTerm)->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThenElse()
1046 (*ElseTerm)->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThenElse()
DLowerInvoke.cpp61 NewCall->setDebugLoc(II->getDebugLoc()); in runImpl()
/external/llvm/lib/Transforms/Utils/
DAddDiscriminators.cpp207 I.setDebugLoc(DILocation::get(Ctx, DIL->getLine(), DIL->getColumn(), in addDiscriminators()
238 Current->setDebugLoc(DILocation::get(Ctx, CurrentDIL->getLine(), in addDiscriminators()
DBasicBlockUtils.cpp193 I->setDebugLoc(BI->getDebugLoc()); in ReplaceInstWithInst()
441 BI->setDebugLoc(BB->getFirstNonPHI()->getDebugLoc()); in SplitBlockPredecessors()
491 BI1->setDebugLoc(OrigBB->getFirstNonPHI()->getDebugLoc()); in SplitLandingPadPredecessors()
532 BI2->setDebugLoc(OrigBB->getFirstNonPHI()->getDebugLoc()); in SplitLandingPadPredecessors()
629 CheckTerm->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThen()
668 (*ThenTerm)->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThenElse()
670 (*ElseTerm)->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThenElse()
DLowerInvoke.cpp64 NewCall->setDebugLoc(II->getDebugLoc()); in runOnFunction()
/external/llvm-project/llvm/lib/Transforms/IPO/
DSampleProfileProbe.cpp92 I->setDebugLoc(DIL); in instrumentOneFunc()
150 Call->setDebugLoc(DIL); in instrumentOneFunc()
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp104 NewCI->setDebugLoc(FirstInst->getDebugLoc()); in FoldPHIArgBinOpIntoPHI()
117 NewBinOp->setDebugLoc(FirstInst->getDebugLoc()); in FoldPHIArgBinOpIntoPHI()
226 NewGEP->setDebugLoc(FirstInst->getDebugLoc()); in FoldPHIArgGEPIntoPHI()
386 NewLI->setDebugLoc(FirstLI->getDebugLoc()); in FoldPHIArgLoadIntoPHI()
552 NewCI->setDebugLoc(FirstInst->getDebugLoc()); in FoldPHIArgOpIntoPHI()
563 BinOp->setDebugLoc(FirstInst->getDebugLoc()); in FoldPHIArgOpIntoPHI()
570 NewCI->setDebugLoc(FirstInst->getDebugLoc()); in FoldPHIArgOpIntoPHI()
/external/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp488 Mat->setDebugLoc(ConstUser.Inst->getDebugLoc()); in emitBaseConstants()
512 ClonedCastInst->setDebugLoc(CastInst->getDebugLoc()); in emitBaseConstants()
531 ConstExprInst->setDebugLoc(ConstUser.Inst->getDebugLoc()); in emitBaseConstants()
571 Base->setDebugLoc(cast<Instruction>(Base->user_back())->getDebugLoc()); in emitBaseConstants()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp513 BinOp->setDebugLoc(SI->getDebugLoc()); in processSaturatingInst()
744 BO->setDebugLoc(SDI->getDebugLoc()); in processSRem()
750 URem->setDebugLoc(SDI->getDebugLoc()); in processSRem()
800 BO->setDebugLoc(SDI->getDebugLoc()); in processSDiv()
806 UDiv->setDebugLoc(SDI->getDebugLoc()); in processSDiv()
851 BO->setDebugLoc(SDI->getDebugLoc()); in processAShr()
871 ZExt->setDebugLoc(SDI->getDebugLoc()); in processSExt()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp425 NewCall->setDebugLoc(CI->getDebugLoc()); in wrapInvoke()
819 NewCall->setDebugLoc(II->getDebugLoc()); in runEHOnFunction()
962 SetjmpTableSize->setDebugLoc(FirstDL); in runSjLjOnFunction()
967 SetjmpTable->setDebugLoc(FirstDL); in runSjLjOnFunction()
972 MallocCallI->setDebugLoc(FirstDL); in runSjLjOnFunction()
1136 Free->setDebugLoc(DL); in runSjLjOnFunction()
1141 BitCastI->setDebugLoc(DL); in runSjLjOnFunction()
/external/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h86 void setDebugLoc(const DebugLoc &DL) { this->DL = DL; } in setDebugLoc() function
/external/llvm-project/llvm/lib/Target/XCore/
DXCoreSelectionDAGInfo.cpp35 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreSelectionDAGInfo.cpp35 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy()
/external/llvm/lib/Target/XCore/
DXCoreSelectionDAGInfo.cpp36 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy()
/external/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.cpp49 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy()
/external/llvm-project/llvm/lib/CodeGen/
DMachineStripDebug.cpp69 I->setDebugLoc(DebugLoc()); in runOnModule()
/external/llvm/lib/Target/AArch64/
DAArch64SelectionDAGInfo.cpp45 CLI.setDebugLoc(dl).setChain(Chain) in EmitTargetCodeForMemset()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.cpp51 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.cpp51 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy()

12345678910>>...12