/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | LSPClient.h | 49 std::condition_variable CV; variable
|
/llvm-project/clang-tools-extra/clangd/support/ |
H A D | Threading.h | 81 std::condition_variable &CV, Deadline D, Func F) { in wait() 101 mutable std::condition_variable CV; variable
|
H A D | Threading.cpp | 121 void wait(std::unique_lock<std::mutex> &Lock, std::condition_variable &CV, in wait()
|
/llvm-project/third-party/benchmark/test/ |
H A D | statistics_gtest.cc | 28 TEST(StatisticsTest, CV) { in TEST() argument
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMCInstLower.h | 46 const Constant *CV, in lowerAddrSpaceCast() argument
|
H A D | R600MCInstLower.cpp | 75 const MCExpr *R600AsmPrinter::lowerConstant(const Constant *CV) { in lowerConstant()
|
H A D | AMDGPUMCInstLower.cpp | 170 lowerConstant(const Constant * CV) lowerConstant() argument
|
/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
H A D | condition_variable_test.cpp | 23 ConditionVariableT CV; in simpleWaitAndNotifyAll() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | casting-through-void.cpp | 4 using CV = const void*; typedef
|
/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRAsmPrinter.cpp | 203 lowerConstant(const Constant * CV) lowerConstant() argument 217 emitXXStructor(const DataLayout & DL,const Constant * CV) emitXXStructor() argument
|
/llvm-project/llvm/unittests/IR/ |
H A D | ValueHandleTest.cpp | 82 Value *CV = ConstantV; in TEST_F() local 160 Value *CV = ConstantV; in TEST_F() local 237 Value *CV = ConstantV; in TEST_F() local 471 Value *CV = ConstantV; in TEST_F() local
|
H A D | VerifierTest.cpp | 60 Constant *CV = ConstantVector::getSplat(ElementCount::getFixed(2), CI); TEST() local 382 Constant *CV = ConstantVector::getSplat(ElementCount::getScalable(2), CF); TEST() local
|
/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARC.cpp | 33 const ColorVector &CV = BlockColors.find(InsertBefore->getParent())->second; in createCallInstWithColors() local
|
/llvm-project/llvm/utils/TableGen/ |
H A D | DirectiveEmitter.cpp |
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanPatternMatch.h | 45 if (auto *CV = dyn_cast<Class>(V)) { match() local
|
/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | Evaluator.h | 118 if (Constant *CV = dyn_cast<Constant>(V)) return CV; in getVal() local
|
/llvm-project/llvm/unittests/Support/ |
H A D | Threading.cpp | 85 mutable std::condition_variable CV; global() member in __anonc87998810111::Notification
|
/llvm-project/llvm/lib/Analysis/ |
H A D | LoopUnrollAnalyzer.cpp | 143 Constant *CV = CDS->getElementAsConstant(Index); visitLoad() local
|
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFTypePrinter.cpp |
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 362 ValueVector &CV = CachePtr ? *CachePtr : Tmp; operator []() local 474 gather(Instruction * Op,const ValueVector & CV,const VectorSplit & VS) gather() argument 499 replaceUses(Instruction * Op,Value * CV) replaceUses() argument 523 transferMetadataAndIRFlags(Instruction * Op,const ValueVector & CV) transferMetadataAndIRFlags() argument 1175 ValueVector &CV = *GMI.second; finish() local [all...] |
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | Background.h | 123 std::condition_variable CV; variable
|
/llvm-project/clang/lib/DirectoryWatcher/windows/ |
H A D | DirectoryWatcher-windows.cpp | 48 std::condition_variable CV; member in __anon5b426d740111::DirectoryWatcherWindows::EventQueue
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSimplifyDemanded.cpp | 1690 if (auto *CV = dyn_cast<ConstantVector>(Shuffle->getOperand(0))) { SimplifyDemandedVectorElts() local 1697 if (auto *CV = dyn_cast<ConstantVector>(Shuffle->getOperand(1))) { SimplifyDemandedVectorElts() local 1741 if (auto *CV = dyn_cast<ConstantVector>(Sel->getCondition())) { SimplifyDemandedVectorElts() local 1842 if (auto *CV = dyn_cast<ConstantVector>(II->getOperand(2))) SimplifyDemandedVectorElts() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FixupVectorConstants.cpp | 97 if (auto *CV = dyn_cast<ConstantVector>(C)) { in extractConstantBits() local 162 if (auto *CV = dyn_cast<ConstantVector>(C)) { in getSplatableConstant() local
|
/llvm-project/libcxx/test/libcxx/utilities/function.objects/func.require/ |
H A D | bullet_7.pass.cpp | 138 #define F(CV) \ argument
|