Home
last modified time | relevance | path

Searched refs:DT_ (Results 1 – 25 of 28) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDomTreeUpdater.h32 DomTreeUpdater(DominatorTree &DT_, UpdateStrategy Strategy_) in DomTreeUpdater() argument
33 : DT(&DT_), Strategy(Strategy_) {} in DomTreeUpdater()
34 DomTreeUpdater(DominatorTree *DT_, UpdateStrategy Strategy_) in DomTreeUpdater() argument
35 : DT(DT_), Strategy(Strategy_) {} in DomTreeUpdater()
40 DomTreeUpdater(DominatorTree &DT_, PostDominatorTree &PDT_, in DomTreeUpdater() argument
42 : DT(&DT_), PDT(&PDT_), Strategy(Strategy_) {} in DomTreeUpdater()
43 DomTreeUpdater(DominatorTree *DT_, PostDominatorTree *PDT_, in DomTreeUpdater() argument
45 : DT(DT_), PDT(PDT_), Strategy(Strategy_) {} in DomTreeUpdater()
DDominators.h309 DeferredDominance(DominatorTree &DT_) : DT(DT_) {}
/external/llvm/lib/CodeGen/
DMachineRegionInfo.cpp55 MachineDominatorTree *DT_, in recalculate() argument
58 DT = DT_; in recalculate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineRegionInfo.cpp60 MachineDominatorTree *DT_, in recalculate() argument
63 DT = DT_; in recalculate()
/external/llvm/include/llvm/Analysis/
DLazyValueInfo.h44 DominatorTree *DT_) in LazyValueInfo() argument
45 : AC(AC_), TLI(TLI_), DT(DT_) {} in LazyValueInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLazyValueInfo.h45 DominatorTree *DT_) in LazyValueInfo() argument
46 : AC(AC_), DL(DL_), TLI(TLI_), DT(DT_) {} in LazyValueInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DRegionInfo.cpp98 void RegionInfo::recalculate(Function &F, DominatorTree *DT_, in recalculate() argument
100 DT = DT_; in recalculate()
/external/llvm/lib/Analysis/
DRegionInfo.cpp95 void RegionInfo::recalculate(Function &F, DominatorTree *DT_, in recalculate() argument
97 DT = DT_; in recalculate()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DAlignmentFromAssumptions.h34 DominatorTree *DT_);
DNaryReassociate.h108 bool runImpl(Function &F, AssumptionCache *AC_, DominatorTree *DT_,
/external/llvm/include/llvm/Transforms/Scalar/
DAlignmentFromAssumptions.h34 DominatorTree *DT_);
/external/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorize.h94 TargetTransformInfo &TTI_, DominatorTree &DT_,
DSLPVectorizer.h62 DominatorTree *DT_, AssumptionCache *AC_, DemandedBits *DB_);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorize.h104 TargetTransformInfo &TTI_, DominatorTree &DT_,
DSLPVectorizer.h81 DominatorTree *DT_, AssumptionCache *AC_, DemandedBits *DB_,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DAlignmentFromAssumptions.cpp389 DominatorTree *DT_) { in runImpl() argument
391 DT = DT_; in runImpl()
DNaryReassociate.cpp198 DominatorTree *DT_, ScalarEvolution *SE_, in runImpl() argument
202 DT = DT_; in runImpl()
/external/llvm/lib/Transforms/Scalar/
DAlignmentFromAssumptions.cpp415 DominatorTree *DT_) { in runImpl() argument
417 DT = DT_; in runImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DELF.h1203 #define DYNAMIC_TAG(name, value) DT_##name = value,
/external/tensorflow/tensorflow/core/common_runtime/
Dring_gatherer_test.cc582 DataType dtype = DT_##B; \
Dring_reducer_test.cc661 DataType dtype = DT_##B; \
Dhierarchical_tree_broadcaster_test.cc850 DataType dtype = DT_##B; \
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp1613 case DT_##name: \ in getTypeString()
1622 case DT_##name: \ in getTypeString()
1631 case DT_##name: \ in getTypeString()
1646 case DT_##name: \ in getTypeString()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3505 LoopInfo *LI_, DominatorTree *DT_, in runImpl() argument
3512 DT = DT_; in runImpl()
DLoopVectorize.cpp6596 DominatorTree &DT_, BlockFrequencyInfo &BFI_, TargetLibraryInfo *TLI_, in runImpl() argument
6603 DT = &DT_; in runImpl()

12