Searched refs:TrailingBytes (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 3865 unsigned TrailingBytes = NumBytes % sizeof(uint64_t); in emitGlobalConstantFP() local 3873 if (TrailingBytes) in emitGlobalConstantFP() 3874 AP.OutStreamer->emitIntValueInHexWithPadding(p[Chunk--], TrailingBytes); in emitGlobalConstantFP() 3883 if (TrailingBytes) in emitGlobalConstantFP() 3884 AP.OutStreamer->emitIntValueInHexWithPadding(p[Chunk], TrailingBytes); in emitGlobalConstantFP()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 3266 SDValue TrailingBytes = DAG.getConstant(TrailingElts * EltWidth, DL, PtrVT); in SplitVecRes_VP_SPLICE() local 3270 TrailingBytes = in SplitVecRes_VP_SPLICE() 3271 DAG.getNode(ISD::UMIN, DL, PtrVT, TrailingBytes, OffsetToV2); in SplitVecRes_VP_SPLICE() 3274 StackPtr2 = DAG.getNode(ISD::SUB, DL, PtrVT, StackPtr2, TrailingBytes); in SplitVecRes_VP_SPLICE()
|
| H A D | TargetLowering.cpp | 11904 SDValue TrailingBytes = in expandVectorSplice() local 11912 TrailingBytes = DAG.getNode(ISD::UMIN, DL, PtrVT, TrailingBytes, VLBytes); in expandVectorSplice() 11916 StackPtr2 = DAG.getNode(ISD::SUB, DL, PtrVT, StackPtr2, TrailingBytes); in expandVectorSplice()
|