Searched refs:Sa (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | target_codegen_global_capture.cpp | 27 static float Sa = 5.0; in foo() local 49 #pragma omp target if(Ga>0.0 && a>0 && Sa>0.0) in foo() 65 return a + b + c + d + (int)Sa + (int)Sb + (int)Sc + (int)Sd; in foo() 69 static float Sa = 9.0; in bar() local 94 #pragma omp target if(Ga>0.0 && a>0 && Sa>0.0) in bar() 110 return a + b + c + d + (int)Sa + (int)Sb + (int)Sc + (int)Sd; in bar() 120 static float Sa = 17.0; in tbar() local 145 #pragma omp target if(Ga>0.0 && a>0 && Sa>0.0) in tbar() 161 return a + b + c + d + (int)Sa + (int)Sb + (int)Sc + (int)Sd; in tbar()
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/ |
| H A D | array_types.ll | 49 ; CHECK: [[Sa:%.*]] = load [2 x i32], ptr @__msan_param_tls 50 ; CHECK: [[Sx:%.*]] = extractvalue [2 x i32] [[Sa]], 1
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | MemorySanitizer.cpp | 2329 Value *Sa = getShadow(A); in handleEqualityComparison() local 2335 A = IRB.CreatePointerCast(A, Sa->getType()); in handleEqualityComparison() 2342 Value *Sc = IRB.CreateOr(Sa, Sb); in handleEqualityComparison() 2366 Value *SaSignBit = IRB.CreateXor(Sa, SaOtherBits); in getLowestPossibleValue() 2372 return IRB.CreateAnd(A, IRB.CreateNot(Sa)); in getLowestPossibleValue() 2383 Value *SaSignBit = IRB.CreateXor(Sa, SaOtherBits); in getHighestPossibleValue() 2389 return IRB.CreateOr(A, Sa); in getHighestPossibleValue() 2402 Value *Sa = getShadow(A); in handleRelationalComparisonExact() local 2408 A = IRB.CreatePointerCast(A, Sa->getType()); in handleRelationalComparisonExact() 3972 Value *Sa = IRB.CreateSelect(Sb, Sa1, Sa0, "_msprop_select"); in visitSelectInst() local [all …]
|
| /llvm-project-15.0.7/llvm/tools/llvm-ml/ |
| H A D | Opts.td | 112 def full_listing : UnsupportedFlag<"Sa">, HelpText<"">;
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | CommentCommands.td | 165 def Sa : BlockCommand<"sa">;
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 3808 static T poisoned(T Va, S Sa) { in poisoned() argument 3813 __msan_partial_poison(&a, &Sa, sizeof(T)); in poisoned()
|