Home
last modified time | relevance | path

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

123

/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DNarrowingConversionsCheck.cpp192 const Expr &Rhs) { in diagNarrowType()
198 SourceLocation SourceLoc, const Expr &Lhs, const Expr &Rhs) { in diagNarrowTypeToSignedInt()
205 SourceLocation SourceLoc, const Expr &Lhs, const Expr &Rhs, in diagNarrowIntegerConstant()
214 SourceLocation SourceLoc, const Expr &Lhs, const Expr &Rhs, in diagNarrowIntegerConstantToSignedInt()
224 const Expr &Rhs) { in diagNarrowConstant()
231 const Expr &Rhs) { in diagConstantCast()
238 const Expr &Rhs) { in diagNarrowTypeOrConstant()
250 const Expr &Rhs) { in handleIntegralCast()
273 const Expr &Rhs) { in handleIntegralToBoolean()
283 const Expr &Rhs) { in handleIntegralToFloating()
[all …]
/external/mesa3d/src/mesa/program/
Dprogram_parse.y105 #define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
/external/python/cpython3/Tools/peg_generator/pegen/
Dc_generator.py186 def visit_Rhs(self, node: Rhs) -> FunctionCall:
187 def can_we_inline(node: Rhs) -> int:
517 def _handle_default_rule_body(self, node: Rule, rhs: Rhs, result_type: str) -> None:
544 def _handle_loop_rule_body(self, node: Rule, rhs: Rhs) -> None:
618 self, node: Rhs, is_loop: bool, is_gather: bool, rulename: Optional[str]
Dpython_generator.py63 def visit_Rhs(self, node: Rhs) -> Tuple[Optional[str], str]:
199 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]:
/external/llvm-project/clang/include/clang/Sema/
DCleanupInfo.h38 void mergeFrom(CleanupInfo Rhs) { in mergeFrom()
/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
/external/llvm-project/llvm/include/llvm/ADT/
DScopeExit.h33 scope_exit(scope_exit &&Rhs) in scope_exit() function
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorContractionMapper.h18 Rhs = 0, enumerator
/external/llvm-project/llvm/include/llvm/MC/
DMCSymbolXCOFF.h29 StringRef Lhs, Rhs; in getUnqualifiedName() local
/external/llvm-project/llvm/include/llvm/Support/
DAlignment.h350 inline Align max(MaybeAlign Lhs, Align Rhs) { in max()
354 inline Align max(Align Lhs, MaybeAlign Rhs) { in max()
/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/llvm-project/llvm/unittests/tools/llvm-exegesis/X86/
DBenchmarkResultTest.cpp44 const std::string Rhs = Dump(get<1>(arg)); variable
/external/llvm-project/llvm/unittests/tools/llvm-exegesis/Mips/
DBenchmarkResultTest.cpp48 const std::string Rhs = Dump(get<1>(arg)); variable
/external/dtc/
Dsrcpos.h68 #define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
/external/llvm-project/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/llvm-project/llvm/lib/Transforms/Utils/
DImportedFunctionsInliningStatistics.cpp193 const SortedNodesTy::value_type &Rhs) { in getSortedNodes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DImportedFunctionsInliningStatistics.cpp193 const SortedNodesTy::value_type &Rhs) { in getSortedNodes()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp211 const BCEAtom &Rhs() const { return Rhs_; } in Rhs() function in __anon61d52a2f0111::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/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp211 const BCEAtom &Rhs() const { return Rhs_; } in Rhs() function in __anon9b5b09430111::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

123