Home
last modified time | relevance | path

Searched refs:TrailingBytes (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeHashing.cpp76 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 Dscudo_allocator.cpp394 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 DAsmPrinter.cpp3081 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 DTargetLowering.cpp9685 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()