Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp106 int64_t LMMOffset, int64_t SMMOffset);
111 int64_t SMMOffset);
383 int64_t SMMOffset) { in buildCopy() argument
421 MBB->getParent()->getMachineMemOperand(SMMO, SMMOffset, Size)); in buildCopy()
433 int64_t SMMOffset) { in buildCopies() argument
441 StDisp, MOV128SZ, LMMOffset, SMMOffset); in buildCopies()
445 SMMOffset += MOV128SZ; in buildCopies()
451 MOV64SZ, LMMOffset, SMMOffset); in buildCopies()
455 SMMOffset += MOV64SZ; in buildCopies()
461 MOV32SZ, LMMOffset, SMMOffset); in buildCopies()
[all …]