Home
last modified time | relevance | path

Searched refs:UnitSize (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/llvm/test/ObjectYAML/MachO/
H A DDWARF-pubsections.yaml61 UnitSize: 121
69 UnitSize: 121
81 # CHECK-NEXT: UnitSize: 121
89 # CHECK-NEXT: UnitSize: 121
189 # INVALID-LENGTH-NEXT: UnitSize: 121
234 UnitSize: 121
H A DDWARF-debug_line.yaml410 UnitSize: 121
418 UnitSize: 121
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/DWARF/
H A Ddebug-gnu-pubnames.yaml49 UnitSize: 0x4321
141 UnitSize: 0x4321
163 UnitSize: 0x4321
223 UnitSize: 0x4321
245 UnitSize: 0x4321
H A Ddebug-gnu-pubtypes.yaml49 UnitSize: 0x4321
141 UnitSize: 0x4321
163 UnitSize: 0x4321
223 UnitSize: 0x4321
245 UnitSize: 0x4321
H A Ddebug-pubnames.yaml48 UnitSize: 0x4321
137 UnitSize: 0x4321
159 UnitSize: 0x4321
219 UnitSize: 0x4321
H A Ddebug-pubtypes.yaml49 UnitSize: 0x4321
138 UnitSize: 0x4321
160 UnitSize: 0x4321
220 UnitSize: 0x4321
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp182 size_t UnitSize = CurrentUnitSize; in DumpCurrentUnit() local
183 if (UnitSize <= kMaxUnitSizeToPrint) { in DumpCurrentUnit()
184 PrintHexArray(CurrentUnitData, UnitSize, "\n"); in DumpCurrentUnit()
185 PrintASCII(CurrentUnitData, UnitSize, "\n"); in DumpCurrentUnit()
187 WriteUnitToFileWithPrefix({CurrentUnitData, CurrentUnitData + UnitSize}, in DumpCurrentUnit()
H A DFuzzerFork.cpp243 size_t UnitSize = U.size(); in RunOneMergeJob() local
245 std::upper_bound(FilesSizes.begin(), FilesSizes.end(), UnitSize) - in RunOneMergeJob()
247 FilesSizes.insert(FilesSizes.begin() + Idx, UnitSize); in RunOneMergeJob()
/llvm-project-15.0.7/llvm/test/tools/llvm-gsymutil/ARM_AArch64/
H A Dfat-macho-dwarf.yaml387 UnitSize: 119
395 UnitSize: 119
852 UnitSize: 126
860 UnitSize: 126
/llvm-project-15.0.7/lldb/test/Shell/Commands/
H A Dcommand-image-lookup.yaml477 UnitSize: 379
493 UnitSize: 379
/llvm-project-15.0.7/llvm/test/tools/llvm-gsymutil/X86/
H A Dmach-dwarf.yaml550 UnitSize: 224
562 UnitSize: 224
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h625 bool isVMRGLShuffleMask(ShuffleVectorSDNode *N, unsigned UnitSize,
630 bool isVMRGHShuffleMask(ShuffleVectorSDNode *N, unsigned UnitSize,
H A DPPCISelLowering.cpp1935 assert((UnitSize == 1 || UnitSize == 2 || UnitSize == 4) && in isVMerge()
1942 !isConstantOrUndef(N->getMaskElt(i*UnitSize*2+UnitSize+j), in isVMerge()
1943 RHSStart+j+i*UnitSize)) in isVMerge()
1959 return isVMerge(N, UnitSize, 0, 0); in isVMRGLShuffleMask()
1961 return isVMerge(N, UnitSize, 0, 16); in isVMRGLShuffleMask()
1966 return isVMerge(N, UnitSize, 8, 8); in isVMRGLShuffleMask()
1968 return isVMerge(N, UnitSize, 8, 24); in isVMRGLShuffleMask()
1984 return isVMerge(N, UnitSize, 8, 8); in isVMRGHShuffleMask()
1986 return isVMerge(N, UnitSize, 8, 24); in isVMRGHShuffleMask()
1991 return isVMerge(N, UnitSize, 0, 0); in isVMRGHShuffleMask()
[all …]
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp179 IO.mapRequired("UnitSize", Section.UnitSize); in mapping()
H A DDWARFEmitter.cpp231 writeInteger((uint32_t)Sect.UnitSize, OS, IsLittleEndian); in emitPubSection()
/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp188 Y.UnitSize = Sets[0].Size; in dumpPubSection()
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h88 uint32_t UnitSize; member
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp11241 unsigned UnitSize = 0; in EmitStructByval() local
11250 UnitSize = 1; in EmitStructByval()
11252 UnitSize = 2; in EmitStructByval()
11258 UnitSize = 16; in EmitStructByval()
11260 UnitSize = 8; in EmitStructByval()
11263 if (UnitSize == 0) in EmitStructByval()
11264 UnitSize = 4; in EmitStructByval()
11268 bool IsNeon = UnitSize >= 8; in EmitStructByval()
11275 unsigned BytesLeft = SizeVal % UnitSize; in EmitStructByval()
11423 .addImm(UnitSize) in EmitStructByval()
[all …]