/external/llvm/lib/Analysis/ |
D | MemoryDependenceAnalysis.cpp | 666 MemDepResult Dep; in getNonLocalCallDependency() local 669 Dep = getCallSiteDependencyFrom(QueryCS, isReadonlyCall,ScanPos, DirtyBB); in getNonLocalCallDependency() 673 Dep = MemDepResult::getNonLocal(); in getNonLocalCallDependency() 675 Dep = MemDepResult::getUnknown(); in getNonLocalCallDependency() 681 ExistingResult->setResult(Dep); in getNonLocalCallDependency() 683 Cache.push_back(NonLocalDepEntry(DirtyBB, Dep)); in getNonLocalCallDependency() 687 if (!Dep.isNonLocal()) { in getNonLocalCallDependency() 690 if (Instruction *Inst = Dep.getInst()) in getNonLocalCallDependency() 781 MemDepResult Dep = getPointerDependencyFrom(Loc, isLoad, ScanPos, BB); in GetNonLocalInfoForBlock() local 786 ExistingResult->setResult(Dep); in GetNonLocalInfoForBlock() [all …]
|
D | MemDepPrinter.cpp | 29 typedef std::pair<InstAndClobberFlag, const BasicBlock *> Dep; typedef 30 typedef SmallSetVector<Dep, 4> DepSet;
|
/external/llvm/include/llvm/CodeGen/ |
D | ScheduleDAG.h | 57 PointerIntPair<SUnit *, 2, Kind> Dep; 92 SDep() : Dep(0, Data) {} in SDep() 98 : Dep(S, kind), Contents(), Latency(latency) { in Dep() function 120 if (Dep != Other.Dep || Latency != Other.Latency) return false; 121 switch (Dep.getInt()) { 155 return Dep.getPointer(); in getSUnit() 160 Dep.setPointer(SU); in setSUnit() 165 return Dep.getInt(); in getKind()
|
/external/clang/test/PCH/ |
D | cxx-templates.cpp | 27 Dep<A>::Ty ty; in test() 28 Dep<A> a; in test()
|
D | cxx-templates.h | 44 struct Dep {
|
/external/llvm/lib/Transforms/Scalar/ |
D | DeadStoreElimination.cpp | 544 MemDepResult Dep = MD->getDependency(F); in HandleFree() local 546 while (!Dep.isNonLocal() && !Dep.isUnknown()) { in HandleFree() 547 Instruction *Dependency = Dep.getInst(); in HandleFree() 568 Dep = MD->getDependency(F); in HandleFree()
|
D | GVN.cpp | 1672 MemDepResult Dep = MD->getDependency(L); in processLoad() local 1676 if (Dep.isClobber() && TD) { in processLoad() 1688 if (StoreInst *DepSI = dyn_cast<StoreInst>(Dep.getInst())) { in processLoad() 1701 if (LoadInst *DepLI = dyn_cast<LoadInst>(Dep.getInst())) { in processLoad() 1716 if (MemIntrinsic *DepMI = dyn_cast<MemIntrinsic>(Dep.getInst())) { in processLoad() 1725 DEBUG(dbgs() << "GVN COERCED INST:\n" << *Dep.getInst() << '\n' in processLoad() 1739 if (Dep.isClobber()) { in processLoad() 1744 Instruction *I = Dep.getInst(); in processLoad() 1750 if (Dep.isUnknown()) { in processLoad() 1761 if (Dep.isNonLocal()) in processLoad() [all …]
|
/external/v8/test/cctest/ |
D | cctest.h | 41 #define DEPENDENT_TEST(Name, Dep) \ argument 43 CcTest register_test_##Name(Test##Name, __FILE__, #Name, #Dep, true); \
|
/external/clang/include/clang/AST/ |
D | TemplateName.h | 219 explicit TemplateName(DependentTemplateName *Dep) : Storage(Dep) { } in TemplateName() argument
|
/external/icu4c/data/unidata/ |
D | PropertyAliases.txt | 141 Dep ; Deprecated
|
D | PropertyValueAliases.txt | 440 # Deprecated (Dep) 442 Dep; N ; No ; F ; False 443 Dep; Y ; Yes ; T ; True
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 5297 Flt, Dbl, LDbl, SI, SL, SLL, UI, UL, ULL, Dep=-1 in getUsualArithmeticConversions() enumerator 5305 /* SL*/ { Flt, Dbl, LDbl, SL, SL, SLL, Dep, UL, ULL }, in getUsualArithmeticConversions() 5306 /* SLL*/ { Flt, Dbl, LDbl, SLL, SLL, SLL, Dep, Dep, ULL }, in getUsualArithmeticConversions() 5307 /* UI*/ { Flt, Dbl, LDbl, UI, Dep, Dep, UI, UL, ULL }, in getUsualArithmeticConversions() 5308 /* UL*/ { Flt, Dbl, LDbl, UL, UL, Dep, UL, UL, ULL }, in getUsualArithmeticConversions() 5317 if (Idx != Dep) return getArithmeticType(Idx); in getUsualArithmeticConversions()
|
/external/bison/ |
D | OChangeLog | 681 (clean): Renamed from 'distclean'. Dep on mostlyclean, not 683 (realclean): Dep on clean.
|