Home
last modified time | relevance | path

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

/llvm-project/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/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3765 unsigned TrailingBytes = NumBytes % sizeof(uint64_t); in emitGlobalConstantImpl()
3773 if (TrailingBytes) in emitGlobalConstant()
3774 AP.OutStreamer->emitIntValueInHexWithPadding(p[Chunk--], TrailingBytes); in emitGlobalConstant()
3783 if (TrailingBytes) in emitGlobalConstant()
3784 AP.OutStreamer->emitIntValueInHexWithPadding(p[Chunk], TrailingBytes); in emitGlobalConstant()
3512 unsigned TrailingBytes = NumBytes % sizeof(uint64_t); emitGlobalConstantFP() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp11770 SDValue TrailingBytes =
11778 TrailingBytes = DAG.getNode(ISD::UMIN, DL, PtrVT, TrailingBytes, VLBytes);
11782 StackPtr2 = DAG.getNode(ISD::SUB, DL, PtrVT, StackPtr2, TrailingBytes);
11332 SDValue TrailingBytes = expandVectorSplice() local