/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | EntryExitInstrumenter.cpp | 36 Call->setDebugLoc(DL); in insertCall() 50 RetAddr->setDebugLoc(DL); in insertCall() 57 Call->setDebugLoc(DL); in insertCall()
|
D | AddDiscriminators.cpp | 212 I.setDebugLoc(DIL->setBaseDiscriminator(Discriminator)); in addDiscriminators() 242 Current->setDebugLoc(CurrentDIL->setBaseDiscriminator(Discriminator)); in addDiscriminators()
|
D | BasicBlockUtils.cpp | 246 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()
|
D | LowerInvoke.cpp | 60 NewCall->setDebugLoc(II->getDebugLoc()); in runImpl()
|
/external/llvm/lib/Transforms/Utils/ |
D | AddDiscriminators.cpp | 207 I.setDebugLoc(DILocation::get(Ctx, DIL->getLine(), DIL->getColumn(), in addDiscriminators() 238 Current->setDebugLoc(DILocation::get(Ctx, CurrentDIL->getLine(), in addDiscriminators()
|
D | BasicBlockUtils.cpp | 193 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()
|
D | LowerInvoke.cpp | 64 NewCall->setDebugLoc(II->getDebugLoc()); in runOnFunction()
|
D | InlineFunction.cpp | 487 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/ |
D | InstCombinePHI.cpp | 104 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/ |
D | ConstantHoisting.cpp | 488 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()
|
D | LoopIdiomRecognize.cpp | 832 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/ |
D | ConstantHoisting.cpp | 648 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()
|
D | LoopIdiomRecognize.cpp | 944 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/ |
D | MachineIRBuilder.h | 86 void setDebugLoc(const DebugLoc &DL) { this->DL = DL; } in setDebugLoc() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 457 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/ |
D | XCoreSelectionDAGInfo.cpp | 36 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
D | XCoreSelectionDAGInfo.cpp | 36 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonSelectionDAGInfo.cpp | 49 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64SelectionDAGInfo.cpp | 45 CLI.setDebugLoc(dl).setChain(Chain) in EmitTargetCodeForMemset()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64SelectionDAGInfo.cpp | 45 CLI.setDebugLoc(dl) in EmitTargetCodeForMemset()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonSelectionDAGInfo.cpp | 52 CLI.setDebugLoc(dl) in EmitTargetCodeForMemcpy()
|
/external/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 353 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/ |
D | PHITransAddr.cpp | 391 New->setDebugLoc(Inst->getDebugLoc()); in InsertPHITranslatedSubExpr() 410 Result->setDebugLoc(Inst->getDebugLoc()); in InsertPHITranslatedSubExpr()
|
/external/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 103 MIRBuilder.setDebugLoc(Inst.getDebugLoc()); in translate()
|
/external/llvm/lib/Analysis/ |
D | PHITransAddr.cpp | 394 New->setDebugLoc(Inst->getDebugLoc()); in InsertPHITranslatedSubExpr() 413 Result->setDebugLoc(Inst->getDebugLoc()); in InsertPHITranslatedSubExpr()
|