Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:MEMMOVE

3709   // Turn a memmove of undef to nop.
3713 // Expand memmove to a series of load and store ops if the size operand falls
3942 // Check to see if we should lower the memmove to loads and stores first.
3946 // Memmove with size zero? Just return the original chain.
3958 // Then check to see if we should lower the memmove with target-specific
3966 // FIXME: If the memmove is volatile, lowering it to plain libc memmove may
3980 TLI.getLibcallCallingConv(RTLIB::MEMMOVE),
3983 getExternalSymbol(TLI.getLibcallName(RTLIB::MEMMOVE),