Home
last modified time | relevance | path

Searched refs:Cv (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dtsd_test.cpp127 static std::condition_variable Cv; variable
135 Cv.wait(Lock); in stressCache()
170 Cv.notify_all(); in testRegistryThreaded()
192 Cv.wait(Lock); in stressSharedRegistry()
229 Cv.notify_all(); in TEST()
246 Cv.notify_all(); in TEST()
H A Dwrappers_cpp_test.cpp88 static std::condition_variable Cv; variable
96 Cv.wait(Lock); in stressNew()
127 Cv.notify_all(); in TEST()
H A Dsecondary_test.cpp206 Cv.wait(Lock); in performAllocations()
224 std::condition_variable Cv; member
236 Cv.notify_all(); in TEST_F()
H A Dprimary_test.cpp237 std::condition_variable Cv; in SCUDO_TYPED_TEST() local
248 Cv.wait(Lock); in SCUDO_TYPED_TEST()
269 Cv.notify_all(); in SCUDO_TYPED_TEST()
H A Dcombined_test.cpp458 std::condition_variable Cv; in SCUDO_TYPED_TEST() local
467 Cv.wait(Lock); in SCUDO_TYPED_TEST()
486 Cv.notify_all(); in SCUDO_TYPED_TEST()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dshift-double.ll121 %Cv = sub i8 32, %C ; <i8> [#uses=1]
122 %shift.upgrd.5 = zext i8 %Cv to i32 ; <i32> [#uses=1]
149 %Cv = sub i8 16, %C ; <i8> [#uses=1]
150 %shift.upgrd.7 = zext i8 %Cv to i16 ; <i16> [#uses=1]
176 %Cv = sub i8 32, %C ; <i8> [#uses=1]
177 %shift.upgrd.5 = zext i8 %Cv to i32 ; <i32> [#uses=1]
204 %Cv = sub i8 16, %C ; <i8> [#uses=1]
205 %shift.upgrd.7 = zext i8 %Cv to i16 ; <i16> [#uses=1]
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dloop-convert-basic.cpp577 transparent<dependent<int>> Cv; variable
621 for (int I = 0; I < Cv->size(); ++I) { in f()
622 printf("Fibonacci number is %d\n", Cv->at(I)); in f()
623 Sum += Cv->at(I) + 2; in f()
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerFork.cpp283 std::condition_variable Cv; member
290 Cv.notify_one(); in Push()
295 Cv.wait(Lk, [&]{return !Qu.empty();}); in Pop()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3764 SDValue Cv = DAG.getNode(Op.getOpcode(), dl, {InVT, MVT::Other}, in LowerVectorFP_TO_INT() local
3766 SDValue Trunc = DAG.getNode(ISD::TRUNCATE, dl, VT, Cv); in LowerVectorFP_TO_INT()
3767 return DAG.getMergeValues({Trunc, Cv.getValue(1)}, dl); in LowerVectorFP_TO_INT()
3769 SDValue Cv = in LowerVectorFP_TO_INT() local
3772 return DAG.getNode(ISD::TRUNCATE, dl, VT, Cv); in LowerVectorFP_TO_INT()