HomeSort by relevance Sort by last modified time
    Searched refs:setDebugLoc (Results 1 - 25 of 195) sorted by null

1 2 3 4 5 6 7 8

  /external/llvm/include/llvm/CodeGen/GlobalISel/
MachineIRBuilder.h 86 void setDebugLoc(const DebugLoc &DL) { this->DL = DL; }
  /external/llvm/lib/Target/Hexagon/
HexagonSelectionDAGInfo.cpp 49 CLI.setDebugLoc(dl)
  /external/llvm/lib/Target/XCore/
XCoreSelectionDAGInfo.cpp 36 CLI.setDebugLoc(dl)
  /external/llvm/lib/Transforms/Utils/
LowerInvoke.cpp 64 NewCall->setDebugLoc(II->getDebugLoc());
AddDiscriminators.cpp 207 I.setDebugLoc(DILocation::get(Ctx, DIL->getLine(), DIL->getColumn(),
238 Current->setDebugLoc(DILocation::get(Ctx, CurrentDIL->getLine(),
BasicBlockUtils.cpp 193 I->setDebugLoc(BI->getDebugLoc());
441 BI->setDebugLoc(BB->getFirstNonPHI()->getDebugLoc());
491 BI1->setDebugLoc(OrigBB->getFirstNonPHI()->getDebugLoc());
532 BI2->setDebugLoc(OrigBB->getFirstNonPHI()->getDebugLoc());
629 CheckTerm->setDebugLoc(SplitBefore->getDebugLoc());
668 (*ThenTerm)->setDebugLoc(SplitBefore->getDebugLoc());
670 (*ElseTerm)->setDebugLoc(SplitBefore->getDebugLoc());
BreakCriticalEdges.cpp 135 NewBI->setDebugLoc(TI->getDebugLoc());
  /external/llvm/lib/Target/AArch64/
AArch64SelectionDAGInfo.cpp 45 CLI.setDebugLoc(dl).setChain(Chain)
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 77 CallTrap->setDebugLoc(I->getDebugLoc());
98 NewCall->setDebugLoc(II->getDebugLoc());
Reassociate.cpp 220 Res->setDebugLoc(Neg->getDebugLoc());
510 New->setDebugLoc(Sub->getDebugLoc());
536 Mul->setDebugLoc(Shl->getDebugLoc());
    [all...]
LoopRotation.cpp 330 NewBI->setDebugLoc(PHBI->getDebugLoc());
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 104 NewCI->setDebugLoc(FirstInst->getDebugLoc());
117 NewBinOp->setDebugLoc(FirstInst->getDebugLoc());
226 NewGEP->setDebugLoc(FirstInst->getDebugLoc());
386 NewLI->setDebugLoc(FirstLI->getDebugLoc());
552 NewCI->setDebugLoc(FirstInst->getDebugLoc());
563 BinOp->setDebugLoc(FirstInst->getDebugLoc());
570 NewCI->setDebugLoc(FirstInst->getDebugLoc());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombinePHI.cpp 116 NewCI->setDebugLoc(FirstInst->getDebugLoc());
126 NewBinOp->setDebugLoc(FirstInst->getDebugLoc());
234 NewGEP->setDebugLoc(FirstInst->getDebugLoc());
382 NewLI->setDebugLoc(FirstLI->getDebugLoc());
486 NewCI->setDebugLoc(FirstInst->getDebugLoc());
495 BinOp->setDebugLoc(FirstInst->getDebugLoc());
502 NewCI->setDebugLoc(FirstInst->getDebugLoc());
    [all...]
  /external/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp 103 MIRBuilder.setDebugLoc(Inst.getDebugLoc());
  /external/llvm/lib/Transforms/Scalar/
ConstantHoisting.cpp 488 Mat->setDebugLoc(ConstUser.Inst->getDebugLoc());
512 ClonedCastInst->setDebugLoc(CastInst->getDebugLoc());
531 ConstExprInst->setDebugLoc(ConstUser.Inst->getDebugLoc());
571 Base->setDebugLoc(cast<Instruction>(Base->user_back())->getDebugLoc());
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 353 I->setDebugLoc(DebugLoc::get(2, 0, BadScope));
405 Br->setDebugLoc(DL1);
413 Call1->setDebugLoc(DL2);
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 394 New->setDebugLoc(Inst->getDebugLoc());
413 Result->setDebugLoc(Inst->getDebugLoc());
  /external/llvm/include/llvm/IR/
Instruction.h 231 void setDebugLoc(DebugLoc Loc) { DbgLoc = std::move(Loc); }
  /external/llvm/lib/IR/
DebugInfo.cpp 261 I.setDebugLoc(DebugLoc());
  /external/llvm/lib/Transforms/Instrumentation/
BoundsChecking.cpp 88 TrapCall->setDebugLoc(Inst->getDebugLoc());
  /external/swiftshader/third_party/LLVM/include/llvm/
Instruction.h 173 /// setDebugLoc - Set the debug location information for this instruction.
174 void setDebugLoc(const DebugLoc &Loc) { DbgLoc = Loc; }
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
PruneEH.cpp 183 Call->setDebugLoc(II->getDebugLoc());
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
Local.cpp 816 DbgVal->setDebugLoc(SIDL);
819 DbgVal->setDebugLoc(DDI->getDebugLoc());
838 DbgVal->setDebugLoc(LIDL);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
MachineIRBuilder.h 109 void setDebugLoc(const DebugLoc &DL) { this->DL = DL; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/GlobalISel/
MachineIRBuilder.h 109 void setDebugLoc(const DebugLoc &DL) { this->DL = DL; }

Completed in 463 milliseconds

1 2 3 4 5 6 7 8