| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | GCNILPSched.cpp | 136 int RHeight = (int)right->getHeight(); in BUCompareLatency() 149 int RDepth = right->getDepth(); in BUCompareLatency() 156 if (left->Latency != right->Latency) in BUCompareLatency() 174 return left->getDepth() < right->getDepth() ? right : left; in pickBest() 182 return left->getHeight() > right->getHeight() ? right : left; in pickBest() 210 unsigned RDist = closestSucc(right); in pickBest() 212 return LDist < RDist ? right : left; in pickBest() 224 return result > 0 ? right : left; in pickBest() 229 return (left->getHeight() > right->getHeight()) ? right : left; in pickBest() 232 return (left->getDepth() < right->getDepth()) ? right : left; in pickBest() [all …]
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | cxx1y-variable-templates_in_class.cpp | 15 template<typename T> static CONST T right<T,int> = 5; 18 template<> static CONST int right<int,int> = 7; 19 template<> static CONST float right<float,int>; 26 template<typename T> static CONST T right<T,int> = T(5); 34 template<typename T, typename T0> static CONST T right; member in out_of_line::B1 35 template<typename T> static CONST T right<T,int>; 38 template<typename T> CONST T B1::right<T,int> = T(5); 49 template<typename T> static CONST T right<T,int> = T(5); 51 template<typename T, typename T0> CONST T B3::right; member in out_of_line::B3 52 template<typename T> CONST T B3::right<T,int>; [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/ |
| H A D | postlegalizer-lowering-shuf-to-ins.mir | 32 %right:_(<2 x s32>) = COPY $d1 62 %right:_(<2 x s32>) = COPY $d1 85 ; CHECK: %right:_(<2 x s32>) = COPY $d1 93 %right:_(<2 x s32>) = COPY $d1 125 %right:_(<2 x s32>) = COPY $d1 156 %right:_(<2 x s32>) = COPY $d1 182 %right:_(<2 x s32>) = COPY $d1 214 %right:_(<2 x s32>) = COPY $d1 245 %right:_(<2 x s32>) = COPY $d1 276 %right:_(<2 x s32>) = COPY $d1 [all …]
|
| /llvm-project-15.0.7/llvm/test/Transforms/MergeFunc/ |
| H A D | crash2.ll | 21 call void @right(i64 %p) 22 call void @right(i64 %p) 23 call void @right(i64 %p) 24 call void @right(i64 %p) 30 call void @right(i64 %p) 31 call void @right(i64 %p) 32 call void @right(i64 %p) 33 call void @right(i64 %p) 40 call void @right(i64 %p) 41 call void @right(i64 %p) [all …]
|
| H A D | functions.ll | 7 ; CHECK-LABEL: call void @right(i64 %p) 10 call void @right(i64 %p) 11 call void @right(i64 %p) 12 call void @right(i64 %p) 13 call void @right(i64 %p) 17 ; CHECK-LABEL: @right 20 define void @right(i64 %p) {
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | phi-of-extractvalues.ll | 28 right: 61 right: 91 right: 124 right: 156 right: 186 right: 217 right: 246 right: 275 right: 307 right: [all …]
|
| H A D | phi-of-insertvalues.ll | 28 right: 61 right: 91 right: 124 right: 155 right: 186 right: 217 right: 247 right: 278 right: 314 right: [all …]
|
| H A D | phi-aware-aggregate-reconstruction.ll | 23 ; CHECK: right: 40 right: 63 ; CHECK: right: 87 right: 134 right: 238 right: 285 right: 337 right: 395 right: 448 right: [all …]
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | microsoft-abi-multiple-nonvirtual-inheritance.cpp | 8 virtual void right(); 16 virtual void right(); 69 child->right(); in call_right_no_override() 85 void ChildOverride::right() { in right() function in ChildOverride 112 child->right(); in call_right_override() 131 virtual void right(); 134 void GrandchildOverride::right() { in right() function in GrandchildOverride 156 obj->right(); in call_grandchild_right()
|
| H A D | microsoft-abi-this-nullable.cpp | 9 virtual void right(); 17 virtual void right(); 30 child->right(); in call_right_no_override() 42 void ChildOverride::right() { in right() function in ChildOverride 47 child->right(); in call_right_override()
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | expr-parsers.cpp | 118 std::function<Expr(Expr &&)> power{[&result](Expr &&right) { in Parse() argument 175 std::function<Expr(Expr &&)> add{[&result](Expr &&right) { in Parse() argument 231 std::function<Expr(Expr &&)> lt{[&result](Expr &&right) { in Parse() argument 234 std::function<Expr(Expr &&)> le{[&result](Expr &&right) { in Parse() argument 237 std::function<Expr(Expr &&)> eq{[&result](Expr &&right) { in Parse() argument 240 std::function<Expr(Expr &&)> ne{[&result](Expr &&right) { in Parse() argument 243 std::function<Expr(Expr &&)> ge{[&result](Expr &&right) { in Parse() argument 246 std::function<Expr(Expr &&)> gt{[&result](Expr &&right) { in Parse() argument 360 std::function<Expr(Expr &&)> eqv{[&result](Expr &&right) { in Parse() argument 363 std::function<Expr(Expr &&)> neqv{[&result](Expr &&right) { in Parse() argument [all …]
|
| H A D | preprocessor.cpp | 914 std::int64_t right{ in ExpressionValue() local 932 for (; right > 0; --right) { in ExpressionValue() 945 if (left != 0 && right != 0 && ((left * right) / left) != right) { in ExpressionValue() 952 if (right == 0) { in ExpressionValue() 970 if ((left < 0) == (right < 0) && (left < 0) != (left + right < 0)) { in ExpressionValue() 977 if ((left < 0) != (right < 0) && (left < 0) == (left - right < 0)) { in ExpressionValue() 984 if (right < 0 || right > 64) { in ExpressionValue() 988 left = right >= 64 ? 0 : left << right; in ExpressionValue() 991 if (right < 0 || right > 64) { in ExpressionValue() 995 left = right >= 64 ? 0 : left >> right; in ExpressionValue() [all …]
|
| /llvm-project-15.0.7/llvm/test/SafepointIRVerifier/ |
| H A D | uses-in-phi-nodes.ll | 6 br i1 undef, label %left, label %right 12 right: 26 br i1 undef, label %left, label %right 32 right: 46 br i1 undef, label %left, label %right 52 right: 69 right: 88 right: 110 right: 136 right: [all …]
|
| /llvm-project-15.0.7/llvm/test/Analysis/BlockFrequencyInfo/ |
| H A D | irreducible.ll | 174 right: 205 a.right: 217 b.right: 241 right: 249 right.end: 285 right: 328 right: 332 right.loop: 336 right.end: 365 right: [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | neon-bitselect.ll | 23 %right_bits_0 = and <4 x i32> %min_cond, %right 37 %right_bits_0 = and <4 x i32> %min_cond, %right 51 %right_bits_1 = and <4 x i32> %right, %min_cond 65 %right_bits_1 = and <4 x i32> %right, %min_cond 79 %right_bits_0 = and <4 x i32> %min_cond, %right 93 %right_bits_1 = and <4 x i32> %right, %min_cond 107 %right_bits_0 = and <4 x i32> %min_cond, %right 121 %right_bits_1 = and <4 x i32> %right, %min_cond 135 %flip_cond_right_bits_0 = and <4 x i32> %neg_cond, %right 149 %flip_cond_right_bits_0 = and <4 x i32> %neg_cond, %right [all …]
|
| H A D | arm64-extract.ll | 6 %right = lshr i64 %in, 45 7 %val5 = or i64 %left, %right 15 %right = lshr i32 %in, 23 16 %val5 = or i32 %left, %right 24 %right = lshr i32 %rhs, 26 25 %val = or i32 %left, %right 35 %right = lshr i64 %rhs, 40 37 %val = or i64 %right, %left
|
| H A D | extract.ll | 6 %right = lshr i64 %in, 45 7 %val5 = or i64 %left, %right 15 %right = lshr i32 %in, 23 16 %val5 = or i32 %left, %right 24 %right = lshr i32 %rhs, 26 25 %val = or i32 %left, %right 35 %right = lshr i64 %rhs, 40 37 %val = or i64 %right, %left
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | char-block.h | 122 inline bool operator<(const char *left, const CharBlock &right) { 123 return right > left; 125 inline bool operator<=(const char *left, const CharBlock &right) { 126 return right >= left; 128 inline bool operator==(const char *left, const CharBlock &right) { 129 return right == left; 131 inline bool operator!=(const char *left, const CharBlock &right) { 132 return right != left; 135 return right <= left; 137 inline bool operator>(const char *left, const CharBlock &right) { [all …]
|
| /llvm-project-15.0.7/lldb/examples/scripting/ |
| H A D | dictionary.c | 16 struct tree_node *right; member 63 new_node->right = NULL; in insert() 67 if (root->right != NULL) in insert() 68 insert(root->right, word); in insert() 73 new_node->right = NULL; in insert() 74 root->right = new_node; in insert() 95 new_node->right = NULL; in populate_dictionary() 117 return find_word(dictionary->right, word); in find_word() 131 if (dictionary->right) in print_tree() 132 print_tree(dictionary->right); in print_tree()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/WinEH/ |
| H A D | wineh-no-demotion.ll | 28 cleanupret from %0 unwind label %right 30 right: 67 cleanupret from %0 unwind label %right 69 right: 102 to label %exit unwind label %right 108 right: 110 br i1 %x, label %shared, label %right.other 112 right.other: 116 %phi = phi i32 [ 1, %left ], [ 0, %right ], [ -1, %right.other ] 120 ; CHECK: %phi = phi i32 [ 0, %right ], [ -1, %right.other ]
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | inline-funclets.ll | 283 noinfo.right: 288 noinfo.right.catch: 289 %noinfo.right.pad = catchpad within %noinfo.right.cs [] 298 %noinfo.right.child.pad = cleanuppad within %noinfo.right.pad [] 357 implicit.right: 364 %implicit.right.pad = catchpad within %implicit.right.cs [] 472 left.right: 490 right: 499 right.child: 600 left.right: [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | suspicious-memory-comparison.c | 15 void exp42_c_noncompliant(const struct S *left, const struct S *right) { in exp42_c_noncompliant() argument 16 if ((left && right) && (0 == memcmp(left, right, sizeof(struct S)))) { in exp42_c_noncompliant() 21 void exp42_c_compliant(const struct S *left, const struct S *right) { in exp42_c_compliant() argument 22 if ((left && right) && (left->c == right->c) && (left->i == right->i) && in exp42_c_compliant() 23 (0 == memcmp(left->buffer, right->buffer, 13))) { in exp42_c_compliant() 36 const struct Packed_S *right) { in compliant_packed() argument 37 if ((left && right) && (0 == memcmp(left, right, sizeof(struct Packed_S)))) { in compliant_packed()
|
| /llvm-project-15.0.7/llvm/test/Transforms/JumpThreading/ |
| H A D | branch-debug-info.ll | 10 br i1 %c0, label %left, label %right 13 br i1 %c0, label %left, label %right ; "line 3" to -debugify 15 right: 22 ; CHECK: br label %right, !dbg ![[DBG1:[0-9]+]] 26 br i1 %c0, label %left, label %right 30 br i1 %c1, label %right, label %left0 ; "line 9" to -debugify 35 right:
|
| H A D | implied-cond.ll | 11 br i1 %c0, label %left, label %right 15 ; CHECK: br i1 %c0, label %left0, label %right 23 br i1 %c1, label %left0, label %right 29 right: 41 br i1 %c0, label %left, label %right 53 br i1 %c1, label %left0, label %right 59 right: 79 br i1 %c0, label %cont, label %right 83 br i1 %c, label %left, label %right 88 br i1 %c1, label %left0, label %right [all …]
|
| /llvm-project-15.0.7/openmp/docs/_themes/llvm-openmp-theme/static/ |
| H A D | agogo.css_t | 30 margin-right: auto; 56 .right { 57 float: right; 157 float: right; 277 float: right; 379 img.align-right, .figure.align-right, object.align-right { 380 clear: right; 381 float: right; 399 .align-right { 507 float: right; [all …]
|