/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Alignment.h | 146 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned() 152 inline bool isAligned(MaybeAlign Lhs, uint64_t SizeInBytes) { in isAligned() argument 158 inline bool isAddrAligned(Align Lhs, const void *Addr) { in isAddrAligned() 390 inline Align max(MaybeAlign Lhs, Align Rhs) { in max() 394 inline Align max(Align Lhs, MaybeAlign Rhs) { in max()
|
/external/libtextclassifier/native/utils/grammar/utils/ |
D | ir.h | 75 struct Lhs { struct 85 using LhsSet = std::vector<Lhs>; argument
|
/external/rust/android-crates-io/crates/taffy/src/util/ |
D | resolve.rs | 143 fn mr_case<Lhs, Rhs, Out>(input: Lhs, context: Rhs, expected: Out) in mr_case() argument 152 fn roz_case<Lhs, Rhs, Out>(input: Lhs, context: Rhs, expected: Out) in roz_case() argument
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MCA/HardwareUnits/ |
D | Scheduler.h | 43 int computeRank(const InstRef &Lhs) const { in computeRank() 51 bool compare(const InstRef &Lhs, const InstRef &Rhs) const override { in compare()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/ |
D | Scheduler.h | 43 int computeRank(const InstRef &Lhs) const { in computeRank() 51 bool compare(const InstRef &Lhs, const InstRef &Rhs) const override { in compare()
|
/external/sdv/vsomeip/third_party/boost/type_index/examples/ |
D | constexpr14_sort_check.cpp | 49 constexpr bool is_asc_sorted(types<Lhs, Rhs, TN...>) noexcept { in is_asc_sorted()
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorContractionMapper.h | 19 Lhs = 1 enumerator
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
D | Alignment.h | 145 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned() 150 inline bool isAddrAligned(Align Lhs, const void *Addr) { in isAddrAligned()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
D | MCSymbolXCOFF.h | 28 StringRef Lhs, Rhs; in getUnqualifiedName() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
D | MergeICmps.cpp | 183 BCEAtom Lhs; member 206 const BCEAtom &Lhs() const { return Cmp.Lhs; } in Lhs() function in __anon2ea916ff0111::BCECmpBlock 320 auto Lhs = visitICmpLoadOperand(CmpI->getOperand(0), BaseId); in visitICmp() local 616 Value *Lhs, *Rhs; in mergeComparisons() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | ImportedFunctionsInliningStatistics.cpp | 193 const SortedNodesTy::value_type &Rhs) { in getSortedNodes()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
D | ImportedFunctionsInliningStatistics.cpp | 207 const SortedNodesTy::value_type &Rhs) { in getSortedNodes()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | MergeICmps.cpp | 210 const BCEAtom &Lhs() const { return Lhs_; } in Lhs() function in __anon187c45f90111::BCECmpBlock 340 auto Lhs = visitICmpLoadOperand(CmpI->getOperand(0), BaseId); in visitICmp() local 621 Value *const Lhs = Builder.Insert(FirstCmp.Lhs().GEP->clone()); in mergeComparisons() local
|
/external/eigen/unsupported/Eigen/src/KroneckerProduct/ |
D | KroneckerTensorProduct.h | 32 typedef typename Traits::Lhs Lhs; typedef
|
/external/gemmlowp/internal/ |
D | block_params.h | 162 enum class Side { Lhs, Rhs }; enumerator
|
D | kernel.h | 172 typedef tLhs Lhs; typedef
|
/external/llvm-libc/src/__support/CPP/ |
D | string_view.h | 33 LIBC_INLINE static int compareMemory(const char *Lhs, const char *Rhs, in compareMemory()
|
/external/cronet/stable/third_party/llvm-libc/src/src/__support/CPP/ |
D | string_view.h | 32 LIBC_INLINE static int compareMemory(const char *Lhs, const char *Rhs, in compareMemory()
|
/external/cronet/tot/third_party/llvm-libc/src/src/__support/CPP/ |
D | string_view.h | 32 LIBC_INLINE static int compareMemory(const char *Lhs, const char *Rhs, in compareMemory()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/ |
D | SystemZShortenInst.cpp | 190 MachineOperand Lhs(LHSMO); in shortenFusedFPOp() local
|
/external/eigen/bench/ |
D | product_threshold.cpp | 47 typedef Matrix<Scalar,M,K> Lhs; Lhs a; a.setRandom(); in bench_prod() typedef
|
/external/llvm/include/llvm/ADT/ |
D | StringRef.h | 59 static int compareMemory(const char *Lhs, const char *Rhs, size_t Length) { in compareMemory()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | ExpandMemCmp.cpp | 117 Value *Lhs = nullptr; member 304 Value *Lhs = nullptr; in getLoadPair() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | PointerArithChecker.cpp | 323 const Expr *Lhs = BOp->getLHS(); in checkPreStmt() local
|
/external/cronet/stable/third_party/libc++/src/test/benchmarks/ |
D | string.bench.cpp | 393 auto Lhs = makeString(RHLength()); in run() local 433 auto Lhs = makeString(LHLength(), DiffType()); in run() local
|