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

1 2 3

  /external/llvm/lib/CodeGen/
AntiDepBreaker.h 46 DbgValueVector &DbgValues) = 0;
CriticalAntiDepBreaker.h 81 DbgValueVector &DbgValues) override;
AggressiveAntiDepBreaker.h 142 DbgValueVector &DbgValues) override;
PostRASchedulerList.cpp 398 EndIndex, DbgValues);
697 DI = DbgValues.end(), DE = DbgValues.begin(); DI != DE; --DI) {
703 DbgValues.clear();
CriticalAntiDepBreaker.cpp 427 DbgValueVector &DbgValues) {
648 for (DbgValueVector::iterator DVI = DbgValues.begin(),
649 DVE = DbgValues.end(); DVI != DVE; ++DVI)
MachineSink.cpp 478 SmallVectorImpl<MachineInstr *> &DbgValues) {
479 DbgValues.clear();
490 DbgValues.push_back(&*DI);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
AntiDepBreaker.h 49 DbgValueVector &DbgValues) = 0;
CriticalAntiDepBreaker.h 86 DbgValueVector &DbgValues);
AggressiveAntiDepBreaker.h 149 DbgValueVector &DbgValues);
MachineSink.cpp 388 SmallVector<MachineInstr *, 2> & DbgValues) {
389 DbgValues.clear();
400 DbgValues.push_back(DI);
ScheduleDAGInstrs.h 130 /// DbgValues - Remember instruction that preceeds DBG_VALUE.
133 DbgValueVector DbgValues;
ScheduleDAGInstrs.cpp 41 DbgValues.clear();
215 DbgValues.clear();
232 DbgValues.push_back(std::make_pair(PrevMI, MI));
689 DI = DbgValues.end(), DE = DbgValues.begin(); DI != DE; --DI) {
695 DbgValues.clear();
CriticalAntiDepBreaker.cpp 423 DbgValueVector &DbgValues) {
630 for (DbgValueVector::iterator DVI = DbgValues.begin(),
631 DVE = DbgValues.end(); DVI != DVE; ++DVI)
  /external/llvm/lib/CodeGen/AsmPrinter/
DebugHandlerBase.cpp 128 assert(DbgValues.empty() && "DbgValues map wasn't cleaned!");
130 DbgValues);
133 for (const auto &I : DbgValues) {
227 DbgValues.clear();
DebugHandlerBase.h 57 DbgValueHistoryMap DbgValues;
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAG.h 72 SmallVector<SDDbgValue*, 32> DbgValues;
84 } else DbgValues.push_back(V);
91 DbgValues.clear();
96 return DbgValues.empty() && ByvalParmDbgValues.empty();
108 DbgIterator DbgBegin() { return DbgValues.begin(); }
109 DbgIterator DbgEnd() { return DbgValues.end(); }
    [all...]
  /external/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 224 /// DbgValues - Remember instruction that precedes DBG_VALUE.
229 DbgValueVector DbgValues;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ScheduleDAGInstrs.h 223 DbgValueVector DbgValues;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
Local.h 287 void findDbgValues(SmallVectorImpl<DbgValueInst *> &DbgValues, Value *V);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
ScheduleDAGInstrs.h 243 DbgValueVector DbgValues;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
Local.h 287 void findDbgValues(SmallVectorImpl<DbgValueInst *> &DbgValues, Value *V);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
ScheduleDAGInstrs.h 243 DbgValueVector DbgValues;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
Local.h 287 void findDbgValues(SmallVectorImpl<DbgValueInst *> &DbgValues, Value *V);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
ScheduleDAGInstrs.h 243 DbgValueVector DbgValues;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
Local.h 311 void findDbgValues(SmallVectorImpl<DbgValueInst *> &DbgValues, Value *V);

Completed in 1256 milliseconds

1 2 3