Home
last modified time | relevance | path

Searched refs:Descr (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DLegality.h286 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 DBottomUpVec.cpp395 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 DInstrProfiling.h30 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Enumerator = Value, argument
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp313 [&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 DFuzzerLoop.cpp397 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 DInstrProfWriter.cpp716 #define VALUE_PROF_KIND(Enumerator, Value, Descr) #Enumerator, argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h313 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Enumerator = Value, argument
H A DInstrProfData.inc196 #define VALUE_PROF_KIND(Enumerator, Value, Descr)
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp442 #define VALUE_PROF_KIND(Enumerator, Value, Descr) Descr, argument
H A DMemorySanitizer.cpp6124 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 DInstrProfData.inc196 #define VALUE_PROF_KIND(Enumerator, Value, Descr)