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.cpp107 int64_t LMMOffset, int64_t SMMOffset);
112 int64_t SMMOffset);
384 int64_t SMMOffset) { in buildCopy() argument
422 MBB->getParent()->getMachineMemOperand(SMMO, SMMOffset, Size)); in buildCopy()
434 int64_t SMMOffset) { in buildCopies() argument
442 StDisp, MOV128SZ, LMMOffset, SMMOffset); in buildCopies()
446 SMMOffset += MOV128SZ; in buildCopies()
452 MOV64SZ, LMMOffset, SMMOffset); in buildCopies()
456 SMMOffset += MOV64SZ; in buildCopies()
462 MOV32SZ, LMMOffset, SMMOffset); in buildCopies()
[all …]