Searched refs:StartingOffset (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | Analysis.h | 68 TypeSize StartingOffset); 72 uint64_t StartingOffset = 0); 76 uint64_t StartingOffset); 83 TypeSize StartingOffset); 88 uint64_t StartingOffset = 0); 93 uint64_t StartingOffset); 105 uint64_t StartingOffset = 0);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | Analysis.cpp | 83 TypeSize StartingOffset) { in ComputeValueVTs() argument 98 StartingOffset + EltOffset); in ComputeValueVTs() 108 StartingOffset + i * EltSize); in ComputeValueVTs() 119 Offsets->push_back(StartingOffset); in ComputeValueVTs() 125 TypeSize StartingOffset) { in ComputeValueVTs() argument 127 StartingOffset); in ComputeValueVTs() 133 uint64_t StartingOffset) { in ComputeValueVTs() argument 141 uint64_t StartingOffset) { in ComputeValueVTs() argument 157 uint64_t StartingOffset) { in ComputeValueVTs() argument 191 StartingOffset + EltOffset); in computeValueLLTs() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ModuleSummaryAnalysis.cpp | 648 static void findFuncPointers(const Constant *I, uint64_t StartingOffset, in findFuncPointers() argument 661 VTableFuncs.push_back({Index.getOrInsertValueInfo(GV), StartingOffset}); in findFuncPointers() 678 StartingOffset + Offset, M, Index, VTableFuncs); in findFuncPointers() 686 StartingOffset + i * EltSize, M, Index, VTableFuncs); in findFuncPointers()
|
| /freebsd-14.2/sys/dev/mps/ |
| H A D | mps_ioctl.h | 318 uint32_t StartingOffset; member
|
| H A D | mps_user.c | 1685 if (diag_read_buffer->StartingOffset + diag_read_buffer->BytesToRead > in mps_diag_read_buffer() 1700 diag_read_buffer->StartingOffset); in mps_diag_read_buffer()
|
| /freebsd-14.2/sys/dev/mpr/ |
| H A D | mpr_ioctl.h | 317 uint32_t StartingOffset; member
|
| H A D | mpr_user.c | 1797 if (diag_read_buffer->StartingOffset + diag_read_buffer->BytesToRead > in mpr_diag_read_buffer() 1812 diag_read_buffer->StartingOffset); in mpr_diag_read_buffer()
|
| /freebsd-14.2/sys/contrib/edk2/Include/Protocol/ |
| H A D | DevicePath.h | 1151 UINT64 StartingOffset; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.cpp | 169 uint64_t StartingOffset = 0) { in ComputePTXValueVTs() argument 179 Offsets->push_back(StartingOffset + 0); in ComputePTXValueVTs() 180 Offsets->push_back(StartingOffset + 8); in ComputePTXValueVTs() 192 StartingOffset + SL->getElementOffset(ElementNum)); in ComputePTXValueVTs() 198 ComputeValueVTs(TLI, DL, Ty, TempVTs, &TempOffsets, StartingOffset); in ComputePTXValueVTs()
|
| /freebsd-14.2/lib/libefivar/ |
| H A D | efivar-dp-format.c | 2126 Offset->StartingOffset, in DevPathRelativeOffsetRange()
|
| H A D | efivar-dp-parse.c | 3325 Strtoi64 (StartingOffsetStr, &Offset->StartingOffset); in DevPathFromTextRelativeOffsetRange()
|