Home
last modified time | relevance | path

Searched defs:Rhs (Results 1 – 25 of 60) sorted by relevance

123

/external/clang/include/clang/Sema/
DCleanupInfo.h39 void mergeFrom(CleanupInfo Rhs) { in mergeFrom()
/external/sdv/vsomeip/third_party/boost/type_index/examples/
Dconstexpr14_sort_check.cpp49 constexpr bool is_asc_sorted(types<Lhs, Rhs, TN...>) noexcept { in is_asc_sorted() argument
/external/mesa3d/src/mesa/program/
Dprogram_parse.y112 #define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DScopeExit.h34 scope_exit(scope_exit &&Rhs) in scope_exit() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DScopeExit.h33 scope_exit(scope_exit &&Rhs) in scope_exit() function
/external/python/cpython3/Tools/peg_generator/pegen/
Dpython_generator.py59 def visit_Rhs(self, node: Rhs) -> bool:
113 def visit_Rhs(self, node: Rhs) -> Tuple[Optional[str], str]:
287 def visit_Rhs(self, node: Rhs, is_loop: bool = False, is_gather: bool = False) -> None:
Dvalidator.py23 def visit_Rhs(self, node: Rhs) -> None:
Dc_generator.py204 def visit_Rhs(self, node: Rhs) -> FunctionCall:
578 def _handle_default_rule_body(self, node: Rule, rhs: Rhs, result_type: str) -> None:
608 def _handle_loop_rule_body(self, node: Rule, rhs: Rhs) -> None:
697 self, node: Rhs, is_loop: bool, is_gather: bool, rulename: Optional[str]
Dgrammar.py70 def __init__(self, name: str, type: Optional[str], rhs: Rhs, memo: Optional[object] = None):
145 class Rhs: class
321 def __init__(self, rhs: Rhs):
Dfirst_sets.py116 def visit_Rhs(self, item: Rhs) -> Set[str]:
Dparser_generator.py171 def artifical_rule_from_rhs(self, rhs: Rhs) -> str:
235 def visit_Rhs(self, rhs: Rhs) -> bool:
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorContractionMapper.h18 Rhs = 0, enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
DMCSymbolXCOFF.h28 StringRef Lhs, Rhs; in getUnqualifiedName() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAlignment.h390 inline Align max(MaybeAlign Lhs, Align Rhs) { in max()
394 inline Align max(Align Lhs, MaybeAlign Rhs) { in max()
/external/dtc/
Dsrcpos.h68 #define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp184 BCEAtom Rhs; member
207 const BCEAtom &Rhs() const { return Cmp.Rhs; } in Rhs() function in __anonce40d0dd0111::BCECmpBlock
323 auto Rhs = visitICmpLoadOperand(CmpI->getOperand(1), BaseId); in visitICmp() local
616 Value *Lhs, *Rhs; in mergeComparisons() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MCA/HardwareUnits/
DScheduler.h51 bool compare(const InstRef &Lhs, const InstRef &Rhs) const override { in compare()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/
DScheduler.h51 bool compare(const InstRef &Lhs, const InstRef &Rhs) const override { in compare()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DImportedFunctionsInliningStatistics.cpp193 const SortedNodesTy::value_type &Rhs) { in getSortedNodes()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DImportedFunctionsInliningStatistics.cpp207 const SortedNodesTy::value_type &Rhs) { in getSortedNodes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp211 const BCEAtom &Rhs() const { return Rhs_; } in Rhs() function in __anonb813ffd70111::BCECmpBlock
343 auto Rhs = visitICmpLoadOperand(CmpI->getOperand(1), BaseId); in visitICmp() local
622 Value *const Rhs = Builder.Insert(FirstCmp.Rhs().GEP->clone()); in mergeComparisons() local
/external/eigen/unsupported/Eigen/src/KroneckerProduct/
DKroneckerTensorProduct.h33 typedef typename Traits::Rhs Rhs; typedef
/external/gemmlowp/internal/
Dblock_params.h162 enum class Side { Lhs, Rhs }; enumerator
Dkernel.h173 typedef tRhs Rhs; typedef
/external/llvm-libc/src/__support/CPP/
Dstring_view.h31 LIBC_INLINE static int compareMemory(const char *Lhs, const char *Rhs, in compareMemory()

123