Home
last modified time | relevance | path

Searched defs:CV (Results 1 – 25 of 99) sorted by relevance

1234

/llvm-project/clang-tools-extra/clangd/unittests/
H A DLSPClient.h49 std::condition_variable CV; variable
/llvm-project/clang-tools-extra/clangd/support/
H A DThreading.h81 std::condition_variable &CV, Deadline D, Func F) { in wait()
101 mutable std::condition_variable CV; variable
H A DThreading.cpp121 void wait(std::unique_lock<std::mutex> &Lock, std::condition_variable &CV, in wait()
/llvm-project/third-party/benchmark/test/
H A Dstatistics_gtest.cc28 TEST(StatisticsTest, CV) { in TEST() argument
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCInstLower.h46 const Constant *CV, in lowerAddrSpaceCast() argument
H A DR600MCInstLower.cpp75 const MCExpr *R600AsmPrinter::lowerConstant(const Constant *CV) { in lowerConstant()
H A DAMDGPUMCInstLower.cpp170 lowerConstant(const Constant * CV) lowerConstant() argument
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dcondition_variable_test.cpp23 ConditionVariableT CV; in simpleWaitAndNotifyAll() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dcasting-through-void.cpp4 using CV = const void*; typedef
/llvm-project/llvm/lib/Target/AVR/
H A DAVRAsmPrinter.cpp203 lowerConstant(const Constant * CV) lowerConstant() argument
217 emitXXStructor(const DataLayout & DL,const Constant * CV) emitXXStructor() argument
/llvm-project/llvm/unittests/IR/
H A DValueHandleTest.cpp82 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 DVerifierTest.cpp60 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 DObjCARC.cpp33 const ColorVector &CV = BlockColors.find(InsertBefore->getParent())->second; in createCallInstWithColors() local
/llvm-project/llvm/utils/TableGen/
H A DDirectiveEmitter.cpp
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanPatternMatch.h45 if (auto *CV = dyn_cast<Class>(V)) { match() local
/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DEvaluator.h118 if (Constant *CV = dyn_cast<Constant>(V)) return CV; in getVal() local
/llvm-project/llvm/unittests/Support/
H A DThreading.cpp85 mutable std::condition_variable CV; global() member in __anonc87998810111::Notification
/llvm-project/llvm/lib/Analysis/
H A DLoopUnrollAnalyzer.cpp143 Constant *CV = CDS->getElementAsConstant(Index); visitLoad() local
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp
/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp362 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 DBackground.h123 std::condition_variable CV; variable
/llvm-project/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp48 std::condition_variable CV; member in __anon5b426d740111::DirectoryWatcherWindows::EventQueue
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1690 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 DX86FixupVectorConstants.cpp97 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 Dbullet_7.pass.cpp138 #define F(CV) \ argument

1234