Searched refs:TrailingBytes (Results 1 – 3 of 3) sorted by relevance
| /src/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()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 3514 unsigned TrailingBytes = NumBytes % sizeof(uint64_t); in emitGlobalConstantFP() local 3522 if (TrailingBytes) in emitGlobalConstantFP() 3523 AP.OutStreamer->emitIntValueInHexWithPadding(p[Chunk--], TrailingBytes); in emitGlobalConstantFP() 3532 if (TrailingBytes) in emitGlobalConstantFP() 3533 AP.OutStreamer->emitIntValueInHexWithPadding(p[Chunk], TrailingBytes); in emitGlobalConstantFP()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 11414 SDValue TrailingBytes = in expandVectorSplice() local 11422 TrailingBytes = DAG.getNode(ISD::UMIN, DL, PtrVT, TrailingBytes, VLBytes); in expandVectorSplice() 11426 StackPtr2 = DAG.getNode(ISD::SUB, DL, PtrVT, StackPtr2, TrailingBytes); in expandVectorSplice()
|