Searched refs:TrailingBytes (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeHashing.cpp | 76 auto TrailingBytes = RecordData.drop_front(Off); in hashType() local 77 S.update(TrailingBytes); in hashType()
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/ |
| H A D | scudo_allocator.cpp | 394 const uptr TrailingBytes = (UserPtr + Size) & (PageSize - 1); in allocate() local 395 if (TrailingBytes) in allocate() 396 Header.SizeOrUnusedBytes = PageSize - TrailingBytes; in allocate()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 3081 unsigned TrailingBytes = NumBytes % sizeof(uint64_t); in emitGlobalConstantFP() local 3089 if (TrailingBytes) in emitGlobalConstantFP() 3090 AP.OutStreamer->emitIntValueInHexWithPadding(p[Chunk--], TrailingBytes); in emitGlobalConstantFP() 3099 if (TrailingBytes) in emitGlobalConstantFP() 3100 AP.OutStreamer->emitIntValueInHexWithPadding(p[Chunk], TrailingBytes); in emitGlobalConstantFP()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 9685 SDValue TrailingBytes = in expandVectorSplice() local 9692 TrailingBytes = DAG.getNode(ISD::UMIN, DL, PtrVT, TrailingBytes, VLBytes); in expandVectorSplice() 9696 StackPtr2 = DAG.getNode(ISD::SUB, DL, PtrVT, StackPtr2, TrailingBytes); in expandVectorSplice()
|