Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3384 bool MemcpyInByVal = ES && StringRef(ES->getSymbol()) == "memcpy" && in LowerCall() local
3391 MemcpyInByVal ? 0 : ABI.GetCalleeAllocdArgSizeInBytes(CallConv); in LowerCall()
3430 if (!(IsTailCall || MemcpyInByVal)) in LowerCall()
3664 if (!(MemcpyInByVal)) { in LowerCall()