Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/include/llvm/Analysis/
DDomTreeUpdater.h33 DomTreeUpdater(DominatorTree &DT_, UpdateStrategy Strategy_) in DomTreeUpdater() argument
34 : DT(&DT_), Strategy(Strategy_) {} in DomTreeUpdater()
35 DomTreeUpdater(DominatorTree *DT_, UpdateStrategy Strategy_) in DomTreeUpdater() argument
36 : DT(DT_), Strategy(Strategy_) {} in DomTreeUpdater()
41 DomTreeUpdater(DominatorTree &DT_, PostDominatorTree &PDT_, in DomTreeUpdater() argument
43 : DT(&DT_), PDT(&PDT_), Strategy(Strategy_) {} in DomTreeUpdater()
44 DomTreeUpdater(DominatorTree *DT_, PostDominatorTree *PDT_, in DomTreeUpdater() argument
46 : DT(DT_), PDT(PDT_), Strategy(Strategy_) {} in DomTreeUpdater()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDomTreeUpdater.h31 DomTreeUpdater(DominatorTree &DT_, UpdateStrategy Strategy_) in DomTreeUpdater() argument
32 : DT(&DT_), Strategy(Strategy_) {} in DomTreeUpdater()
33 DomTreeUpdater(DominatorTree *DT_, UpdateStrategy Strategy_) in DomTreeUpdater() argument
34 : DT(DT_), Strategy(Strategy_) {} in DomTreeUpdater()
39 DomTreeUpdater(DominatorTree &DT_, PostDominatorTree &PDT_, in DomTreeUpdater() argument
41 : DT(&DT_), PDT(&PDT_), Strategy(Strategy_) {} in DomTreeUpdater()
42 DomTreeUpdater(DominatorTree *DT_, PostDominatorTree *PDT_, in DomTreeUpdater() argument
44 : DT(DT_), PDT(PDT_), Strategy(Strategy_) {} in DomTreeUpdater()
DLazyValueInfo.h44 DominatorTree *DT_) in LazyValueInfo() argument
45 : AC(AC_), DL(DL_), TLI(TLI_), DT(DT_) {} in LazyValueInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineRegionInfo.cpp60 MachineDominatorTree *DT_, in recalculate() argument
63 DT = DT_; in recalculate()
/external/llvm-project/llvm/lib/CodeGen/
DMachineRegionInfo.cpp60 MachineDominatorTree *DT_, in recalculate() argument
63 DT = DT_; in recalculate()
/external/llvm/lib/CodeGen/
DMachineRegionInfo.cpp55 MachineDominatorTree *DT_, in recalculate() argument
58 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-10.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/llvm-project/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-10.0/llvm/include/llvm/Transforms/Scalar/
DAlignmentFromAssumptions.h33 DominatorTree *DT_);
DNaryReassociate.h107 bool runImpl(Function &F, AssumptionCache *AC_, DominatorTree *DT_,
/external/llvm/include/llvm/Transforms/Scalar/
DAlignmentFromAssumptions.h34 DominatorTree *DT_);
/external/llvm-project/llvm/include/llvm/Transforms/Scalar/
DAlignmentFromAssumptions.h35 DominatorTree *DT_);
DNaryReassociate.h107 bool runImpl(Function &F, AssumptionCache *AC_, DominatorTree *DT_,
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dconvert_type.cc82 case DT_##enumerant: \ in ConvertDataType()
142 *dtype = DT_##enumerant; \ in ConvertScalarTypeToDataType()
/external/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorize.h94 TargetTransformInfo &TTI_, DominatorTree &DT_,
DSLPVectorizer.h62 DominatorTree *DT_, AssumptionCache *AC_, DemandedBits *DB_);
/external/llvm-project/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorize.h160 TargetTransformInfo &TTI_, DominatorTree &DT_,
DSLPVectorizer.h80 DominatorTree *DT_, AssumptionCache *AC_, DemandedBits *DB_,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorize.h150 TargetTransformInfo &TTI_, DominatorTree &DT_,
DSLPVectorizer.h82 DominatorTree *DT_, AssumptionCache *AC_, DemandedBits *DB_,
/external/llvm-project/llvm/lib/Transforms/Scalar/
DAlignmentFromAssumptions.cpp329 DominatorTree *DT_) { in runImpl() argument
331 DT = DT_; in runImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DAlignmentFromAssumptions.cpp387 DominatorTree *DT_) { in runImpl() argument
389 DT = DT_; in runImpl()
/external/llvm/lib/Transforms/Scalar/
DAlignmentFromAssumptions.cpp415 DominatorTree *DT_) { in runImpl() argument
417 DT = DT_; in runImpl()

12