| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/ |
| H A D | Legality.h | 286 for (const auto &Descr : drop_begin(Descrs)) { in getSingleInput() local 287 if (!Descr.needsExtract()) in getSingleInput() 289 if (Descr.getValue() != V0) in getSingleInput() 291 MaskIndices.push_back(Descr.getExtractIdx()); in getSingleInput() 305 CollectDescr Descr; variable 306 DiamondReuseMultiInput(CollectDescr &&Descr) in DiamondReuseMultiInput() argument 308 Descr(std::move(Descr)) {} in DiamondReuseMultiInput() 314 const CollectDescr &getCollectDescr() const { return Descr; } in getCollectDescr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/Passes/ |
| H A D | BottomUpVec.cpp | 395 const auto &Descr = in emitVectors() local 401 for (const auto &ElmDescr : Descr.getDescrs()) { in emitVectors() 413 for (const auto &ElmDescr : Descr.getDescrs()) { in emitVectors()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfiling.h | 30 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Enumerator = Value, argument
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BlockInCriticalSectionChecker.cpp | 313 [&Call, IsLock](auto &Descr) -> const MemRegion * { in getRegion() argument 314 return skipStdBaseClassRegion(Descr.getRegion(Call, IsLock)); in getRegion()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerLoop.cpp | 397 std::string Descr = DescribePC("%F %L", TE->PC + 1); in CheckExitOnSrcPosOrItem() local 398 if (Descr.find(Options.ExitOnSrcPos) != std::string::npos) { in CheckExitOnSrcPosOrItem()
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProfWriter.cpp | 716 #define VALUE_PROF_KIND(Enumerator, Value, Descr) #Enumerator, argument
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProf.h | 313 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Enumerator = Value, argument
|
| H A D | InstrProfData.inc | 196 #define VALUE_PROF_KIND(Enumerator, Value, Descr)
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOInstrumentation.cpp | 442 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Descr, argument
|
| H A D | MemorySanitizer.cpp | 6124 Value *Descr = getLocalVarDescription(I); in poisonAllocaUserspace() local 6126 {&I, Len, Idptr, Descr}); in poisonAllocaUserspace() 6134 Value *Descr = getLocalVarDescription(I); in poisonAllocaKmsan() local 6136 IRB.CreateCall(MS.MsanPoisonAllocaFn, {&I, Len, Descr}); in poisonAllocaKmsan()
|
| /freebsd/contrib/llvm-project/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 196 #define VALUE_PROF_KIND(Enumerator, Value, Descr)
|