Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FastISel.cpp158 bool TryEmitSmallMemcpy(X86AddressMode DestAM,
2552 bool X86FastISel::TryEmitSmallMemcpy(X86AddressMode DestAM, in TryEmitSmallMemcpy() argument
2575 RV &= X86FastEmitStore(VT, Reg, DestAM); in TryEmitSmallMemcpy()
2581 DestAM.Disp += Size; in TryEmitSmallMemcpy()
2725 X86AddressMode DestAM, SrcAM; in fastLowerIntrinsicCall() local
2726 if (!X86SelectAddress(MCI->getRawDest(), DestAM) || in fastLowerIntrinsicCall()
2729 TryEmitSmallMemcpy(DestAM, SrcAM, Len); in fastLowerIntrinsicCall()