Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/program/
Dprogram_parse.y112 #define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
/third_party/skia/third_party/externals/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()
/third_party/python/Tools/peg_generator/pegen/
Dc_generator.py195 def visit_Rhs(self, node: Rhs) -> FunctionCall:
196 def can_we_inline(node: Rhs) -> int:
564 def _handle_default_rule_body(self, node: Rule, rhs: Rhs, result_type: str) -> None:
591 def _handle_loop_rule_body(self, node: Rule, rhs: Rhs) -> None:
665 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):
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DImportedFunctionsInliningStatistics.cpp193 const SortedNodesTy::value_type &Rhs) { in getSortedNodes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMergeICmps.cpp211 const BCEAtom &Rhs() const { return Rhs_; } in Rhs() function in __anonf7d4c1560111::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
DLowerMatrixIntrinsics.cpp711 const ColumnMatrixTy &Rhs = in LowerMultiply() local
810 Value *Rhs = Inst->getOperand(1); in VisitBinaryOperator() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dglslang.y114 #define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
Dglslang_tab_autogen.cpp409 #define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
1635 # define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
1652 #define YYRHSLOC(Rhs, K) ((Rhs)[K]) argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStringRef.h64 static int compareMemory(const char *Lhs, const char *Rhs, size_t Length) { in compareMemory()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
Dglslang.y107 #define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
Dglslang_tab.cpp343 #define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
1633 # define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
1652 #define YYRHSLOC(Rhs, K) ((Rhs)[K]) argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DRegisterFile.cpp381 sort(Writes, [](const WriteRef &Lhs, const WriteRef &Rhs) { in collectWrites()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelDAGToDAG.cpp481 SDValue Rhs = N->getOperand(1); in selectMultiplication() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DTestUtil.h492 Dqword blendWith(const Dqword &Rhs, const Dqword &Mask) const { in blendWith()
/third_party/mesa3d/src/compiler/glsl/glcpp/
Dglcpp.h86 # define YYLLOC_DEFAULT(Current, Rhs, N) \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DTestUtil.h604 Dqword blendWith(const Dqword &Rhs, const Dqword &Mask) const { in blendWith()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp2317 APInt Rhs = Op2->getValue(); in ConstantFoldScalarCall3() local
/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.h990 # define YYLLOC_DEFAULT(Current, Rhs, N) \ argument