| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | CompressInstEmitter.cpp | 124 enum EmitterType { Compress, Uncompress, CheckCompress }; enumerator 131 void evaluateCompressPat(Record *Compress); 581 if (EType == EmitterType::Compress || EType == EmitterType::CheckCompress) in emitCompressInstEmitter() 600 if (EType == EmitterType::Compress) in emitCompressInstEmitter() 610 if (EType == EmitterType::Compress) { in emitCompressInstEmitter() 630 if (EType == EmitterType::Compress) in emitCompressInstEmitter() 647 EType == EmitterType::Compress || EType == EmitterType::CheckCompress; in emitCompressInstEmitter() 649 EType == EmitterType::Compress || EType == EmitterType::Uncompress; in emitCompressInstEmitter() 873 if (NeedMRI && EType == EmitterType::Compress) in emitCompressInstEmitter() 877 if (EType == EmitterType::Compress) in emitCompressInstEmitter() [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMappingWriter.h | 37 void write(raw_ostream &OS, bool Compress = true);
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingWriter.cpp | 39 void CoverageFilenamesSectionWriter::write(raw_ostream &OS, bool Compress) { in write() argument 50 bool doCompression = Compress && compression::zlib::isAvailable() && in write()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/FreeBSDKernel/tools/ |
| H A D | README.rst | 39 8. Compress the sparse vmcore file using ``bzip2``::
|
| /llvm-project-15.0.7/llvm/unittests/ProfileData/ |
| H A D | CoverageMappingTest.cpp | 930 for (bool Compress : {false, true}) { in TEST() 935 Writer.write(OS, Compress); in TEST() 954 for (bool Compress : {false, true}) { in TEST() 959 Writer.write(OS, Compress); in TEST()
|
| /llvm-project-15.0.7/llvm/tools/llvm-objcopy/ |
| H A D | ObjcopyOpts.td | 35 HelpText<"Compress DWARF debug sections using specified format. Supported "
|
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | Options.td | 49 HelpText<"Compress the relocation targets in the code section.">;
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVScheduleV.td | 261 // 16.5. Vector Compress Instruction 479 // 16.5. Vector Compress Instruction
|
| H A D | RISCVInstrInfoC.td | 729 // Compress Instruction tablegen backend.
|
| H A D | RISCVInstrInfoV.td | 1501 // Vector Compress Instruction
|
| H A D | RISCVInstrInfoVPseudos.td | 5031 // 17.5. Vector Compress Instruction 5604 // 17.5. Vector Compress Instruction
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | O3-pipeline.ll | 218 ; CHECK-NEXT: AArch64 Compress Jump Tables
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_flags.inc | 199 "Compress stack depot to save memory.")
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-profdata.rst | 150 Compress all sections when writing the profile. This option can only be used
|
| H A D | llvm-objcopy.rst | 301 Compress DWARF debug sections in the output, using the specified format.
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/ |
| H A D | LLVMIntrinsicOps.td | 416 /// Create a call to Masked Compress Store intrinsic.
|
| /llvm-project-15.0.7/llvm/lib/Target/CSKY/ |
| H A D | CSKYInstrInfo16Instr.td | 577 // Compress Instruction tablegen backend.
|
| /llvm-project-15.0.7/lld/ELF/ |
| H A D | Options.td | 62 Eq<"compress-debug-sections", "Compress DWARF debug sections">,
|
| /llvm-project-15.0.7/llvm/lib/Target/VE/ |
| H A D | VEInstrVec.td | 1447 // Section 8.16.3 - VCP (Vector Compress)
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | riscv_vector.td | 2108 // 17.5. Vector Compress Instruction
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | IntrinsicsX86.td | 4161 // Compress, Expand
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86InstrAVX512.td | 12467 // Compress
|