Home
last modified time | relevance | path

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

1234567

/external/swiftshader/third_party/llvm-7.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.cpp212 I.setDebugLoc(DIL->setBaseDiscriminator(Discriminator)); in addDiscriminators()
242 Current->setDebugLoc(CurrentDIL->setBaseDiscriminator(Discriminator)); in addDiscriminators()
DBasicBlockUtils.cpp246 I->setDebugLoc(BI->getDebugLoc()); in ReplaceInstWithInst()
508 BI->setDebugLoc(BB->getFirstNonPHIOrDbg()->getDebugLoc()); in SplitBlockPredecessors()
560 BI1->setDebugLoc(OrigBB->getFirstNonPHI()->getDebugLoc()); in SplitLandingPadPredecessors()
601 BI2->setDebugLoc(OrigBB->getFirstNonPHI()->getDebugLoc()); in SplitLandingPadPredecessors()
698 CheckTerm->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThen()
738 (*ThenTerm)->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThenElse()
740 (*ElseTerm)->setDebugLoc(SplitBefore->getDebugLoc()); in SplitBlockAndInsertIfThenElse()
DLowerInvoke.cpp60 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()
DInlineFunction.cpp487 II->setDebugLoc(CI->getDebugLoc()); in HandleCallsInBlockInlinedThroughInvoke()
1334 BI->setDebugLoc(TheCallDL); in fixupLineNumbers()
1336 BI->setDebugLoc(updateInlinedAtInfo(DL, InlinedAtNode, BI->getContext(), IANodes)); in fixupLineNumbers()
1960 NewBr->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()
2058 BI->setDebugLoc(Loc); in InlineFunction()
2066 CreatedBranchToNormalDest->setDebugLoc(Loc); in InlineFunction()
2087 CreatedBranchToNormalDest->setDebugLoc(Returns[0]->getDebugLoc()); in InlineFunction()
/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()
DLoopIdiomRecognize.cpp832 NewCall->setDebugLoc(TheStore->getDebugLoc()); in processLoopStridedStore()
938 NewCall->setDebugLoc(SI->getDebugLoc()); in processLoopStoreOfLoopLoad()
1177 CI->setDebugLoc(DL); in createPopcntIntrinsic()
1202 (cast<Instruction>(NewCount))->setDebugLoc(DL); in transformLoopToPopcount()
1212 (cast<Instruction>(NewCount))->setDebugLoc(DL); in transformLoopToPopcount()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp648 Mat->setDebugLoc(ConstUser.Inst->getDebugLoc()); in emitBaseConstants()
672 ClonedCastInst->setDebugLoc(CastInst->getDebugLoc()); in emitBaseConstants()
691 ConstExprInst->setDebugLoc(ConstUser.Inst->getDebugLoc()); in emitBaseConstants()
722 Base->setDebugLoc(IP->getDebugLoc()); in emitBaseConstants()
743 … Base->setDebugLoc(DILocation::getMergedLocation(Base->getDebugLoc(), U.Inst->getDebugLoc())); in emitBaseConstants()
DLoopIdiomRecognize.cpp944 NewCall->setDebugLoc(TheStore->getDebugLoc()); in processLoopStridedStore()
1071 NewCall->setDebugLoc(SI->getDebugLoc()); in processLoopStoreOfLoopLoad()
1506 CI->setDebugLoc(DL); in createPopcntIntrinsic()
1519 CI->setDebugLoc(DL); in createCTLZIntrinsic()
1666 (cast<Instruction>(NewCount))->setDebugLoc(DL); in transformLoopToPopcount()
1676 (cast<Instruction>(NewCount))->setDebugLoc(DL); in transformLoopToPopcount()
/external/llvm/include/llvm/CodeGen/GlobalISel/
DMachineIRBuilder.h86 void setDebugLoc(const DebugLoc &DL) { this->DL = DL; } in setDebugLoc() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DIRBuilderTest.cpp457 I->setDebugLoc(DebugLoc::get(2, 0, BadScope)); in TEST_F()
479 I->setDebugLoc(DebugLoc::get(3, 2, SP)); in TEST_F()
480 R->setDebugLoc(DebugLoc::get(4, 2, SP)); in TEST_F()
509 I->setDebugLoc(NewDL); in TEST_F()
566 Br->setDebugLoc(DL1); in TEST_F()
574 Call1->setDebugLoc(DL2); in TEST_F()
/external/llvm/lib/Target/XCore/
DXCoreSelectionDAGInfo.cpp36 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy()
/external/swiftshader/third_party/llvm-7.0/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/lib/Target/AArch64/
DAArch64SelectionDAGInfo.cpp45 CLI.setDebugLoc(dl).setChain(Chain) in EmitTargetCodeForMemset()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64SelectionDAGInfo.cpp45 CLI.setDebugLoc(dl) in EmitTargetCodeForMemset()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.cpp52 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy()
/external/llvm/unittests/IR/
DIRBuilderTest.cpp353 I->setDebugLoc(DebugLoc::get(2, 0, BadScope)); in TEST_F()
405 Br->setDebugLoc(DL1); in TEST_F()
413 Call1->setDebugLoc(DL2); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DPHITransAddr.cpp391 New->setDebugLoc(Inst->getDebugLoc()); in InsertPHITranslatedSubExpr()
410 Result->setDebugLoc(Inst->getDebugLoc()); in InsertPHITranslatedSubExpr()
/external/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp103 MIRBuilder.setDebugLoc(Inst.getDebugLoc()); in translate()
/external/llvm/lib/Analysis/
DPHITransAddr.cpp394 New->setDebugLoc(Inst->getDebugLoc()); in InsertPHITranslatedSubExpr()
413 Result->setDebugLoc(Inst->getDebugLoc()); in InsertPHITranslatedSubExpr()

1234567