Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/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()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineRegionInfo.cpp60 MachineDominatorTree *DT_, in recalculate() argument
63 DT = DT_; in recalculate()
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DRegionInfo.cpp96 void RegionInfo::recalculate(Function &F, DominatorTree *DT_, in recalculate() argument
98 DT = DT_; in recalculate()
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/
DAlignmentFromAssumptions.h35 DominatorTree *DT_);
DNaryReassociate.h107 bool runImpl(Function &F, AssumptionCache *AC_, DominatorTree *DT_,
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DAlignmentFromAssumptions.cpp333 DominatorTree *DT_) { in runImpl() argument
335 DT = DT_; in runImpl()
DNaryReassociate.cpp200 DominatorTree *DT_, ScalarEvolution *SE_, in runImpl() argument
204 DT = DT_; in runImpl()
DMemCpyOptimizer.cpp1712 DominatorTree *DT_, MemorySSA *MSSA_) { in runImpl() argument
1717 DT = DT_; in runImpl()
/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorize.h191 TargetTransformInfo &TTI_, DominatorTree &DT_,
DSLPVectorizer.h81 DominatorTree *DT_, AssumptionCache *AC_, DemandedBits *DB_,
/openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/
DInstCombineNegator.cpp102 const DominatorTree &DT_, bool IsTrulyNegation_) in Negator() argument
108 DL(DL_), AC(AC_), DT(DT_), IsTrulyNegation(IsTrulyNegation_) {}
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DELF.h1458 #define DYNAMIC_TAG(name, value) DT_##name = value,
/openbsd/src/gnu/usr.bin/binutils/binutils/
DChangeLog-9899961 various DT_* values.
1162 * readelf.c (process_dynamic_segment): Print DT_* value only if
1224 Add new DT_* values from Solaris. Don't print nuemric value in
1226 (process_dynamic_segment): Handle new DT_* entries. Print numeric
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
DChangeLog-9899961 various DT_* values.
1162 * readelf.c (process_dynamic_segment): Print DT_* value only if
1224 Add new DT_* values from Solaris. Don't print nuemric value in
1226 (process_dynamic_segment): Handle new DT_* entries. Print numeric
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DELFYAML.cpp932 #define DYNAMIC_TAG(X, Y) IO.enumCase(Value, STRINGIFY(DT_##X), ELF::DT_##X); in enumeration()
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonVectorCombine.cpp62 DominatorTree &DT_, TargetLibraryInfo &TLI_, in HexagonVectorCombine() argument
64 : F(F_), DL(F.getParent()->getDataLayout()), AA(AA_), AC(AC_), DT(DT_), in HexagonVectorCombine()
/openbsd/src/gnu/usr.bin/binutils/include/elf/
DChangeLog-91031388 * common.h: Add new DT_* entries and there flag macros from Solaris.
1867 * common.h (EM_HPPA, NT_VERSION, STN_UNDEF, DT_*): New macros.
/openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/
DChangeLog-91031422 * common.h: Add new DT_* entries and there flag macros from Solaris.
1901 * common.h (EM_HPPA, NT_VERSION, STN_UNDEF, DT_*): New macros.
/openbsd/src/gnu/usr.bin/binutils/include/coff/
DChangeLog-91031039 * i386.h, we32k.h (N_*, T_*, DT_*): Removed still more definitions
/openbsd/src/gnu/usr.bin/binutils-2.17/include/coff/
DChangeLog-91031056 * i386.h, we32k.h (N_*, T_*, DT_*): Removed still more definitions
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp10589 DominatorTree &DT_, BlockFrequencyInfo &BFI_, TargetLibraryInfo *TLI_, in runImpl() argument
10595 DT = &DT_; in runImpl()
DSLPVectorizer.cpp11322 LoopInfo *LI_, DominatorTree *DT_, in runImpl() argument
11332 DT = DT_; in runImpl()