Searched refs:TrailingBytes (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| D | TypeHashing.cpp | 76 auto TrailingBytes = RecordData.drop_front(Off); in hashType() local 77 S.update(TrailingBytes); in hashType()
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/ |
| D | scudo_allocator.cpp | 393 const uptr TrailingBytes = (UserPtr + Size) & (PageSize - 1); in allocate() local 394 if (TrailingBytes) in allocate() 395 Header.SizeOrUnusedBytes = PageSize - TrailingBytes; in allocate()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| D | AsmPrinter.cpp | 2813 unsigned TrailingBytes = NumBytes % sizeof(uint64_t); in emitGlobalConstantFP() local 2821 if (TrailingBytes) in emitGlobalConstantFP() 2822 AP.OutStreamer->emitIntValueInHexWithPadding(p[Chunk--], TrailingBytes); in emitGlobalConstantFP() 2831 if (TrailingBytes) in emitGlobalConstantFP() 2832 AP.OutStreamer->emitIntValueInHexWithPadding(p[Chunk], TrailingBytes); in emitGlobalConstantFP()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| D | TargetLowering.cpp | 8814 SDValue TrailingBytes = in expandVectorSplice() local 8821 TrailingBytes = DAG.getNode(ISD::UMIN, DL, PtrVT, TrailingBytes, VLBytes); in expandVectorSplice() 8825 StackPtr2 = DAG.getNode(ISD::SUB, DL, PtrVT, StackPtr2, TrailingBytes); in expandVectorSplice()
|