Home
last modified time | relevance | path

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

/src/contrib/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()
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ !
H A DAsmPrinter.cpp3514 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 DTargetLowering.cpp11414 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()