Searched defs:RHSs (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/lib/TableGen/ |
H A D | Record.cpp | 1136 StringInit *RHSs = dyn_cast<StringInit>(RHS); CompareInit() local 1213 DagInit *RHSs = dyn_cast<DagInit>(RHS); Fold() local 1245 ListInit *RHSs = dyn_cast<ListInit>(RHS); Fold() local 1265 ListInit *RHSs = dyn_cast<ListInit>(RHS); Fold() local 1347 StringInit *RHSs = dyn_cast<StringInit>(RHS); Fold() local 1651 StringInit *RHSs = dyn_cast<StringInit>(RHS); Fold() local [all...] |
/llvm-project/llvm/utils/TableGen/ |
H A D | SearchableTableEmitter.cpp | 284 std::string RHSs = primaryRepresentation(Index.Loc, Field, RHSI); in compareBy() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 1223 SmallVector<const Expr *, 4> RHSs; EmitOMPReductionClauseInit() local 3626 SmallVector<const Expr *, 4> RHSs; emitScanBasedDirectiveFinals() local 3693 SmallVector<const Expr *, 4> RHSs; emitScanBasedDirective() local 4717 SmallVector<const Expr *, 4> RHSs; EmitOMPTaskBasedDirective() local 5078 SmallVector<const Expr *, 4> RHSs; EmitOMPTargetTaskBasedDirective() local 5373 SmallVector<const Expr *, 4> RHSs; EmitOMPTaskgroupDirective() local 5443 SmallVector<const Expr *, 4> RHSs; EmitOMPScanDirective() local [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 18542 SmallVector<Expr *, 8> RHSs; global() member
|