| /openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/ |
| D | DomTreeUpdater.h | 33 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/ |
| D | MachineRegionInfo.cpp | 60 MachineDominatorTree *DT_, in recalculate() argument 63 DT = DT_; in recalculate()
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | RegionInfo.cpp | 96 void RegionInfo::recalculate(Function &F, DominatorTree *DT_, in recalculate() argument 98 DT = DT_; in recalculate()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Scalar/ |
| D | AlignmentFromAssumptions.h | 35 DominatorTree *DT_);
|
| D | NaryReassociate.h | 107 bool runImpl(Function &F, AssumptionCache *AC_, DominatorTree *DT_,
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| D | AlignmentFromAssumptions.cpp | 333 DominatorTree *DT_) { in runImpl() argument 335 DT = DT_; in runImpl()
|
| D | NaryReassociate.cpp | 200 DominatorTree *DT_, ScalarEvolution *SE_, in runImpl() argument 204 DT = DT_; in runImpl()
|
| D | MemCpyOptimizer.cpp | 1712 DominatorTree *DT_, MemorySSA *MSSA_) { in runImpl() argument 1717 DT = DT_; in runImpl()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/ |
| D | LoopVectorize.h | 191 TargetTransformInfo &TTI_, DominatorTree &DT_,
|
| D | SLPVectorizer.h | 81 DominatorTree *DT_, AssumptionCache *AC_, DemandedBits *DB_,
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineNegator.cpp | 102 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/ |
| D | ELF.h | 1458 #define DYNAMIC_TAG(name, value) DT_##name = value,
|
| /openbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | ChangeLog-9899 | 961 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/ |
| D | ChangeLog-9899 | 961 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/ |
| D | ELFYAML.cpp | 932 #define DYNAMIC_TAG(X, Y) IO.enumCase(Value, STRINGIFY(DT_##X), ELF::DT_##X); in enumeration()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| D | HexagonVectorCombine.cpp | 62 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/ |
| D | ChangeLog-9103 | 1388 * 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/ |
| D | ChangeLog-9103 | 1422 * 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/ |
| D | ChangeLog-9103 | 1039 * i386.h, we32k.h (N_*, T_*, DT_*): Removed still more definitions
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/include/coff/ |
| D | ChangeLog-9103 | 1056 * i386.h, we32k.h (N_*, T_*, DT_*): Removed still more definitions
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorize.cpp | 10589 DominatorTree &DT_, BlockFrequencyInfo &BFI_, TargetLibraryInfo *TLI_, in runImpl() argument 10595 DT = &DT_; in runImpl()
|
| D | SLPVectorizer.cpp | 11322 LoopInfo *LI_, DominatorTree *DT_, in runImpl() argument 11332 DT = DT_; in runImpl()
|