Searched refs:setDebugLoc (Results 1 - 25 of 67) sorted by relevance

123

/external/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp45 CLI.setDebugLoc(dl).setChain(Chain)
/external/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.cpp52 CLI.setDebugLoc(dl)
/external/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.cpp39 CLI.setDebugLoc(dl)
/external/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp65 NewCall->setDebugLoc(II->getDebugLoc());
H A DAddDiscriminators.cpp205 I.setDebugLoc(DILocation::get(Ctx, DIL->getLine(), DIL->getColumn(),
235 Current->setDebugLoc(DILocation::get(
H A DBasicBlockUtils.cpp216 I->setDebugLoc(BI->getDebugLoc());
499 BI->setDebugLoc(BB->getFirstNonPHI()->getDebugLoc());
562 BI1->setDebugLoc(OrigBB->getFirstNonPHI()->getDebugLoc());
603 BI2->setDebugLoc(OrigBB->getFirstNonPHI()->getDebugLoc());
721 CheckTerm->setDebugLoc(SplitBefore->getDebugLoc());
768 (*ThenTerm)->setDebugLoc(SplitBefore->getDebugLoc());
770 (*ElseTerm)->setDebugLoc(SplitBefore->getDebugLoc());
H A DInlineFunction.cpp220 II->setDebugLoc(CI->getDebugLoc());
1005 BI->setDebugLoc(TheCallDL);
1007 BI->setDebugLoc(updateInlinedAtInfo(DL, InlinedAtNode, BI->getContext(), IANodes));
1452 NewInst->setDebugLoc(I->getDebugLoc());
1539 NewBr->setDebugLoc(Returns[0]->getDebugLoc());
1637 BI->setDebugLoc(Loc);
1645 CreatedBranchToNormalDest->setDebugLoc(Loc);
1666 CreatedBranchToNormalDest->setDebugLoc(Returns[0]->getDebugLoc());
H A DBreakCriticalEdges.cpp152 NewBI->setDebugLoc(TI->getDebugLoc());
H A DLocal.cpp1205 CallTrap->setDebugLoc(I->getDebugLoc());
1228 NewCall->setDebugLoc(II->getDebugLoc());
1362 NewTI->setDebugLoc(TI->getDebugLoc());
H A DSSAUpdater.cpp169 InsertedPHI->setDebugLoc(DL);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp117 NewCI->setDebugLoc(FirstInst->getDebugLoc());
127 NewBinOp->setDebugLoc(FirstInst->getDebugLoc());
236 NewGEP->setDebugLoc(FirstInst->getDebugLoc());
396 NewLI->setDebugLoc(FirstLI->getDebugLoc());
578 NewCI->setDebugLoc(FirstInst->getDebugLoc());
587 BinOp->setDebugLoc(FirstInst->getDebugLoc());
594 NewCI->setDebugLoc(FirstInst->getDebugLoc());
/external/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp481 Mat->setDebugLoc(ConstUser.Inst->getDebugLoc());
505 ClonedCastInst->setDebugLoc(CastInst->getDebugLoc());
524 ConstExprInst->setDebugLoc(ConstUser.Inst->getDebugLoc());
564 Base->setDebugLoc(cast<Instruction>(Base->user_back())->getDebugLoc());
H A DLoopIdiomRecognize.cpp599 NewCall->setDebugLoc(TheStore->getDebugLoc());
706 NewCall->setDebugLoc(SI->getDebugLoc());
945 CI->setDebugLoc(DL);
970 (cast<Instruction>(NewCount))->setDebugLoc(DL);
980 (cast<Instruction>(NewCount))->setDebugLoc(DL);
H A DReassociate.cpp363 Res->setDebugLoc(Neg->getDebugLoc());
1022 New->setDebugLoc(Sub->getDebugLoc());
1041 Mul->setDebugLoc(Shl->getDebugLoc());
1245 I->setDebugLoc(InsertBefore->getDebugLoc());
2023 NI->setDebugLoc(I->getDebugLoc());
2191 VI->setDebugLoc(I->getDebugLoc());
2229 OI->setDebugLoc(I->getDebugLoc());
/external/llvm/unittests/IR/
H A DIRBuilderTest.cpp343 I->setDebugLoc(DebugLoc::get(2, 0, BadScope));
395 Br->setDebugLoc(DL1);
403 Call1->setDebugLoc(DL2);
/external/llvm/lib/Analysis/
H A DPHITransAddr.cpp393 New->setDebugLoc(Inst->getDebugLoc());
412 Result->setDebugLoc(Inst->getDebugLoc());
/external/llvm/include/llvm/IR/
H A DInstruction.h227 /// setDebugLoc - Set the debug location information for this instruction.
228 void setDebugLoc(DebugLoc Loc) { DbgLoc = std::move(Loc); } function in class:llvm::Instruction
/external/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp199 Call->setDebugLoc(II->getDebugLoc());
/external/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp88 TrapCall->setDebugLoc(Inst->getDebugLoc());
/external/llvm/lib/IR/
H A DBasicBlock.cpp377 BI->setDebugLoc(Loc);
H A DDebugInfo.cpp311 I.setDebugLoc(DebugLoc());
H A DInstruction.cpp585 New->setDebugLoc(getDebugLoc());
/external/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp118 CLI.setDebugLoc(dl)
/external/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp88 CLI.setDebugLoc(dl).setChain(Chain)
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp387 StoreStrong->setDebugLoc(Store->getDebugLoc());

Completed in 1394 milliseconds

123