/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineDominanceFrontier.h | 92 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const { in compareDomSet() argument 93 return Base.compareDomSet(DS1, DS2); in compareDomSet()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineDominanceFrontier.h | 92 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const { in compareDomSet() argument 93 return Base.compareDomSet(DS1, DS2); in compareDomSet()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineDominanceFrontier.h | 93 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const { in compareDomSet() argument 94 return Base.compareDomSet(DS1, DS2); in compareDomSet()
|
/external/clang/test/Sema/ |
D | MicrosoftExtensions.c | 122 struct __declspec(deprecated) DS1 { int i; float f; }; // expected-note {{'DS1' has been explicitly… argument 131 struct DS1 s = { 0 }; // expected-warning {{'DS1' is deprecated}} in test()
|
/external/llvm/include/llvm/Analysis/ |
D | DominanceFrontierImpl.h | 67 bool DominanceFrontierBase<BlockT>::compareDomSet(DomSetType &DS1, in compareDomSet() argument 73 for (typename DomSetType::const_iterator I = DS1.begin(), E = DS1.end(); in compareDomSet()
|
D | DominanceFrontier.h | 95 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | DominanceFrontierImpl.h | 75 DomSetType &DS1, const DomSetType &DS2) const { in compareDomSet() argument 80 for (typename DomSetType::const_iterator I = DS1.begin(), E = DS1.end(); in compareDomSet()
|
D | DominanceFrontier.h | 101 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const;
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | DominanceFrontierImpl.h | 75 DomSetType &DS1, const DomSetType &DS2) const { in compareDomSet() argument 80 for (typename DomSetType::const_iterator I = DS1.begin(), E = DS1.end(); in compareDomSet()
|
D | DominanceFrontier.h | 100 bool compareDomSet(DomSetType &DS1, const DomSetType &DS2) const;
|
/external/llvm-project/clang/test/Sema/ |
D | MicrosoftExtensions.c | 121 struct __declspec(deprecated) DS1 { int i; float f; }; // expected-note {{'DS1' has been explicitly… argument 130 struct DS1 s = { 0 }; // expected-warning {{'DS1' is deprecated}} in test()
|
/external/cblas/testing/ |
D | c_dblat1.f | 96 + DS1(8) local 108 DATA DS1/0.8D0, 0.6D0, 0.8D0, -0.6D0, 0.8D0, 0.0D0, 135 CALL STEST1(SS,DS1(K),DS1(K),SFAC)
|
D | c_sblat1.f | 96 + DS1(8) local 108 DATA DS1/0.8E0, 0.6E0, 0.8E0, -0.6E0, 0.8E0, 0.0E0, 135 CALL STEST1(SS,DS1(K),DS1(K),SFAC)
|
/external/eigen/blas/testing/ |
D | dblat1.f | 140 $ DS1(8), DAB(4,9), DTEMP(9), DTRUE(9,9) local 152 DATA DS1/0.8D0, 0.6D0, 0.8D0, -0.6D0, 0.8D0, 0.0D0, 225 CALL STEST1(SS,DS1(K),DS1(K),SFAC)
|
D | sblat1.f | 140 + DS1(8), DAB(4,9), DTEMP(9), DTRUE(9,9) local 152 DATA DS1/0.8E0, 0.6E0, 0.8E0, -0.6E0, 0.8E0, 0.0E0, 225 CALL STEST1(SS,DS1(K),DS1(K),SFAC)
|