Home
last modified time | relevance | path

Searched refs:isCompressed (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Dpr25281.ll7 …at** noalias nocapture readonly %in, i32* noalias nocapture readonly %isCompressed, float* noalias…
11 %tmp1 = getelementptr i32, i32* %isCompressed, i32 0
15 %tmp3 = getelementptr i32, i32* %isCompressed, i32 1
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DObjectFile.h105 bool isCompressed() const;
484 inline bool SectionRef::isCompressed() const { in isCompressed() function
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfReader.cpp913 bool isCompressed = hasSecFlag(Entry, SecCommonFlags::SecFlagCompress); in readImpl() local
914 if (isCompressed) { in readImpl()
930 if (isCompressed) { in readImpl()
H A DInstrProf.cpp502 bool isCompressed = (CompressedSize != 0); in readPGOFuncNameStrings() local
505 if (isCompressed) { in readPGOFuncNameStrings()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1648 if (!Sec.isCompressed()) in maybeDecompress()