Home
last modified time | relevance | path

Searched defs:TG (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DParallel.h96 const Comparator &Comp, TaskGroup &TG, size_t Depth) { in parallel_quick_sort()
123 TaskGroup TG; in parallel_sort() local
138 TaskGroup TG; in parallel_for_each() local
152 TaskGroup TG; in parallel_for_each_n() local
DTimer.h83 TimerGroup *TG = nullptr; ///< The TimerGroup this Timer is in. variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DPassTimingInfo.h56 TimerGroup TG; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTimer.cpp390 for (TimerGroup *TG = TimerGroupList; TG; TG = TG->Next) in printAll() local
396 for (TimerGroup *TG = TimerGroupList; TG; TG = TG->Next) in clearAll() local
436 for (TimerGroup *TG = TimerGroupList; TG; TG = TG->Next) in printAllJSONValues() local
/external/clang/test/CXX/special/class.dtor/
Dp3-0x.cpp105 struct TG { struct
107 ~TG(); argument
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DTimer.cpp367 for (TimerGroup *TG = TimerGroupList; TG; TG = TG->Next) in printAll() local
397 for (TimerGroup *TG = TimerGroupList; TG; TG = TG->Next) in printAllJSONValues() local
/external/llvm/include/llvm/Support/
DTimer.h84 TimerGroup *TG; // The TimerGroup this Timer is in. variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DTimer.h83 TimerGroup *TG = nullptr; ///< The TimerGroup this Timer is in. variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DPassTimingInfo.cpp63 TimerGroup TG; member in llvm::__anon7ff0402e0111::legacy::PassTimingInfo
/external/llvm/lib/Support/
DTimer.cpp373 for (TimerGroup *TG = TimerGroupList; TG; TG = TG->Next) in printAll() local
/external/llvm/lib/Transforms/Scalar/
DSCCP.cpp1894 const DenseMap<GlobalVariable*, LatticeVal> &TG = Solver.getTrackedGlobals(); in runIPSCCP() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp2216 const DenseMap<GlobalVariable*, LatticeVal> &TG = Solver.getTrackedGlobals(); in runIPSCCP() local
/external/llvm/lib/IR/
DLegacyPassManager.cpp454 TimerGroup TG; member in __anon32dd36c80511::TimingInfo