Searched refs:TrailingBytes (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 3256 unsigned TrailingBytes = NumBytes % sizeof(uint64_t); in emitGlobalConstantFP() local 3264 if (TrailingBytes) in emitGlobalConstantFP() 3265 AP.OutStreamer->emitIntValueInHexWithPadding(p[Chunk--], TrailingBytes); in emitGlobalConstantFP() 3274 if (TrailingBytes) in emitGlobalConstantFP() 3275 AP.OutStreamer->emitIntValueInHexWithPadding(p[Chunk], TrailingBytes); in emitGlobalConstantFP()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 10359 SDValue TrailingBytes = in expandVectorSplice() local 10367 TrailingBytes = DAG.getNode(ISD::UMIN, DL, PtrVT, TrailingBytes, VLBytes); in expandVectorSplice() 10371 StackPtr2 = DAG.getNode(ISD::SUB, DL, PtrVT, StackPtr2, TrailingBytes); in expandVectorSplice()
|