/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A 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()
|
/aosp_15_r20/external/libtextclassifier/native/utils/grammar/utils/ |
H A D | ir.h | 75 struct Lhs { struct 85 using LhsSet = std::vector<Lhs>; argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | MergeICmps.cpp | 183 BCEAtom Lhs; member 206 const BCEAtom &Lhs() const { return Cmp.Lhs; } in Lhs() function in __anon601bbc7f0111::BCECmpBlock 320 auto Lhs = visitICmpLoadOperand(CmpI->getOperand(0), BaseId); in visitICmp() local 616 Value *Lhs, *Rhs; in mergeComparisons() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/ |
H A 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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MCA/HardwareUnits/ |
H A 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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A 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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | MergeICmps.cpp | 210 const BCEAtom &Lhs() const { return Lhs_; } in Lhs() function in __anon49eeeb790111::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
|
/aosp_15_r20/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()
|
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
H A D | TensorContractionMapper.h | 19 Lhs = 1 enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | ExpandMemCmp.cpp | 117 Value *Lhs = nullptr; member 304 Value *Lhs = nullptr; in getLoadPair() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ProfileData/ |
D | FunctionId.h | 48 static int compareMemory(const char *Lhs, const char *Rhs, uint64_t Length) { in compareMemory()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
H A D | MCSymbolXCOFF.h | 28 StringRef Lhs, Rhs; in getUnqualifiedName() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ProfileData/ |
D | FunctionId.h | 48 static int compareMemory(const char *Lhs, const char *Rhs, uint64_t Length) { in compareMemory()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ProfileData/ |
D | FunctionId.h | 48 static int compareMemory(const char *Lhs, const char *Rhs, uint64_t Length) { in compareMemory()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ProfileData/ |
D | FunctionId.h | 48 static int compareMemory(const char *Lhs, const char *Rhs, uint64_t Length) { in compareMemory()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/ |
D | MCSymbolXCOFF.h | 31 StringRef Lhs, Rhs; in getUnqualifiedName() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/ |
D | MCSymbolXCOFF.h | 31 StringRef Lhs, Rhs; in getUnqualifiedName() local
|