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

123

/external/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp52 CLI.setDebugLoc(dl).setChain(Chain)
/external/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.cpp45 CLI.setDebugLoc(dl).setChain(Chain)
/external/llvm/lib/Transforms/Utils/
H A DLowerInvoke.cpp65 NewCall->setDebugLoc(II->getDebugLoc());
H A DAddDiscriminators.cpp211 I1->setDebugLoc(newDebugLoc);
H A DInlineFunction.cpp192 II->setDebugLoc(CI->getDebugLoc());
475 BI->setDebugLoc(TheCallDL);
477 BI->setDebugLoc(updateInlinedAtInfo(DL, TheCallDL, BI->getContext()));
853 NewBr->setDebugLoc(Returns[0]->getDebugLoc());
951 BI->setDebugLoc(Loc);
959 CreatedBranchToNormalDest->setDebugLoc(Loc);
980 CreatedBranchToNormalDest->setDebugLoc(Returns[0]->getDebugLoc());
H A DBasicBlockUtils.cpp687 CheckTerm->setDebugLoc(SplitBefore->getDebugLoc());
690 HeadNewTerm->setDebugLoc(SplitBefore->getDebugLoc());
721 (*ThenTerm)->setDebugLoc(SplitBefore->getDebugLoc());
723 (*ElseTerm)->setDebugLoc(SplitBefore->getDebugLoc());
726 HeadNewTerm->setDebugLoc(SplitBefore->getDebugLoc());
H A DBreakCriticalEdges.cpp162 NewBI->setDebugLoc(TI->getDebugLoc());
H A DLocal.cpp1000 DbgVal->setDebugLoc(DDI->getDebugLoc());
1020 DbgVal->setDebugLoc(DDI->getDebugLoc());
1065 DbgVal->setDebugLoc(DDI->getDebugLoc());
1136 CallTrap->setDebugLoc(I->getDebugLoc());
1156 NewCall->setDebugLoc(II->getDebugLoc());
H A DSSAUpdater.cpp167 InsertedPHI->setDebugLoc(DL);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp118 NewCI->setDebugLoc(FirstInst->getDebugLoc());
128 NewBinOp->setDebugLoc(FirstInst->getDebugLoc());
236 NewGEP->setDebugLoc(FirstInst->getDebugLoc());
382 NewLI->setDebugLoc(FirstLI->getDebugLoc());
486 NewCI->setDebugLoc(FirstInst->getDebugLoc());
495 BinOp->setDebugLoc(FirstInst->getDebugLoc());
502 NewCI->setDebugLoc(FirstInst->getDebugLoc());
/external/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp477 Mat->setDebugLoc(ConstUser.Inst->getDebugLoc());
501 ClonedCastInst->setDebugLoc(CastInst->getDebugLoc());
520 ConstExprInst->setDebugLoc(ConstUser.Inst->getDebugLoc());
560 Base->setDebugLoc(cast<Instruction>(Base->user_back())->getDebugLoc());
H A DLoopIdiomRecognize.cpp515 (cast<Instruction>(NewCount))->setDebugLoc(DL);
525 (cast<Instruction>(NewCount))->setDebugLoc(DL);
618 CI->setDebugLoc(DL);
1052 NewCall->setDebugLoc(TheStore->getDebugLoc());
1137 NewCall->setDebugLoc(SI->getDebugLoc());
H A DReassociate.cpp327 Res->setDebugLoc(Neg->getDebugLoc());
942 New->setDebugLoc(Sub->getDebugLoc());
960 Mul->setDebugLoc(Shl->getDebugLoc());
1134 I->setDebugLoc(InsertBefore->getDebugLoc());
1936 VI->setDebugLoc(I->getDebugLoc());
1965 OI->setDebugLoc(I->getDebugLoc());
H A DLoopRotation.cpp512 NewBI->setDebugLoc(PHBI->getDebugLoc());
H A DLICM.cpp745 NewSI->setDebugLoc(DL);
907 PreheaderLoad->setDebugLoc(DL);
H A DJumpThreading.cpp985 NewVal->setDebugLoc(LI->getDebugLoc());
1001 PN->setDebugLoc(LI->getDebugLoc());
1433 NewBI->setDebugLoc(BB->getTerminator()->getDebugLoc());
/external/llvm/include/llvm/IR/
H A DInstruction.h192 /// setDebugLoc - Set the debug location information for this instruction.
193 void setDebugLoc(const DebugLoc &Loc) { DbgLoc = Loc; } function in class:llvm::Instruction
/external/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp190 CLI.setDebugLoc(dl).setChain(Chain)
/external/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp185 Call->setDebugLoc(II->getDebugLoc());
H A DDeadArgumentElimination.cpp268 New->setDebugLoc(Call->getDebugLoc());
936 New->setDebugLoc(Call->getDebugLoc());
/external/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp90 TrapCall->setDebugLoc(Inst->getDebugLoc());
/external/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp67 CLI.setDebugLoc(dl).setChain(Chain)
/external/llvm/lib/IR/
H A DInstruction.cpp536 New->setDebugLoc(getDebugLoc());
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp280 StoreStrong->setDebugLoc(Store->getDebugLoc());
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1080 /// setDebugLoc - Replace current source information with new such.
1083 void setDebugLoc(const DebugLoc dl) { debugLoc = dl; }

Completed in 986 milliseconds

123