Home
last modified time | relevance | path

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

12

/external/mesa3d/src/mesa/program/
Dprogram_parse.y105 #define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
/external/python/cpython3/Tools/peg_generator/pegen/
Dc_generator.py196 def visit_Rhs(self, node: Rhs) -> FunctionCall:
197 def can_we_inline(node: Rhs) -> int:
566 def _handle_default_rule_body(self, node: Rule, rhs: Rhs, result_type: str) -> None:
593 def _handle_loop_rule_body(self, node: Rule, rhs: Rhs) -> None:
678 self, node: Rhs, is_loop: bool, is_gather: bool, rulename: Optional[str]
Dpython_generator.py61 def visit_Rhs(self, node: Rhs) -> Tuple[Optional[str], str]:
198 def visit_Rhs(self, node: Rhs, is_loop: bool = False, is_gather: bool = False) -> None:
Dfirst_sets.py119 def visit_Rhs(self, item: Rhs) -> Set[str]:
Dparser_generator.py114 def name_node(self, rhs: Rhs) -> str:
Dgrammar.py71 def __init__(self, name: str, type: Optional[str], rhs: Rhs, memo: Optional[object] = None):
187 class Rhs: class
433 def __init__(self, rhs: Rhs):
/external/clang/include/clang/Sema/
DCleanupInfo.h39 void mergeFrom(CleanupInfo Rhs) { in mergeFrom()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DScopeExit.h33 scope_exit(scope_exit &&Rhs) in scope_exit() function
DStringRef.h71 static int compareMemory(const char *Lhs, const char *Rhs, size_t Length) { in compareMemory()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorContractionMapper.h18 Rhs = 0, enumerator
/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-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-10.0/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp211 const BCEAtom &Rhs() const { return Rhs_; } in Rhs() function in __anond16528480111::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/eigen/bench/
Dproduct_threshold.cpp48 typedef Matrix<Scalar,K,N> Rhs; Rhs b; b.setRandom(); in bench_prod() typedef
/external/rust/crates/glam/tests/
Dsupport.rs47 fn approx_eq(&self, other: &Rhs, max_abs_diff: f32) -> bool; in approx_eq()
50 fn abs_diff(&self, other: &Rhs) -> Rhs; in abs_diff()
/external/angle/src/compiler/translator/
Dglslang.y115 #define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
/external/llvm/include/llvm/ADT/
DStringRef.h59 static int compareMemory(const char *Lhs, const char *Rhs, size_t Length) { in compareMemory()
/external/clang/lib/StaticAnalyzer/Checkers/
DPointerArithChecker.cpp324 const Expr *Rhs = BOp->getRHS(); in checkPreStmt() local
/external/OpenCL-CTS/test_conformance/spir/
Dkernelargs.h237 if (const KernelArgSampler *Rhs = dynamic_cast<const KernelArgSampler*>(&rhs)) in compare() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringRef.h64 static int compareMemory(const char *Lhs, const char *Rhs, size_t Length) { in compareMemory()

12