Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeHashing.cpp76 auto TrailingBytes = RecordData.drop_front(Off); in hashType() local
77 S.update(TrailingBytes); in hashType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2788 unsigned TrailingBytes = NumBytes % sizeof(uint64_t); in emitGlobalConstantFP() local
2796 if (TrailingBytes) in emitGlobalConstantFP()
2797 AP.OutStreamer->emitIntValueInHexWithPadding(p[Chunk--], TrailingBytes); in emitGlobalConstantFP()
2806 if (TrailingBytes) in emitGlobalConstantFP()
2807 AP.OutStreamer->emitIntValueInHexWithPadding(p[Chunk], TrailingBytes); in emitGlobalConstantFP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8764 SDValue TrailingBytes = in expandVectorSplice() local
8771 TrailingBytes = DAG.getNode(ISD::UMIN, DL, PtrVT, TrailingBytes, VLBytes); in expandVectorSplice()
8775 StackPtr2 = DAG.getNode(ISD::SUB, DL, PtrVT, StackPtr2, TrailingBytes); in expandVectorSplice()