Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp7320 unsigned RCSize = TRI.getRegSizeInBits(*RC) / 8; in foldMemoryOperandCustom() local
7321 if ((Size == 0 || Size >= 16) && RCSize >= 16 && in foldMemoryOperandCustom()
7345 unsigned RCSize = TRI.getRegSizeInBits(*RC) / 8; in foldMemoryOperandCustom() local
7346 if ((Size == 0 || Size >= 16) && RCSize >= 16 && Alignment >= Align(8)) { in foldMemoryOperandCustom()
7364 unsigned RCSize = TRI.getRegSizeInBits(*RC) / 8; in foldMemoryOperandCustom() local
7365 if ((Size == 0 || Size >= 16) && RCSize >= 16 && Alignment < Align(16)) { in foldMemoryOperandCustom()
7499 unsigned RCSize = TRI.getRegSizeInBits(*RC) / 8; in foldMemoryOperandImpl() local
7503 if ((I->Flags & TB_FOLDED_LOAD) && Size < RCSize) { in foldMemoryOperandImpl()
7507 if (Opcode != X86::MOV64rm || RCSize != 8 || Size != 4) in foldMemoryOperandImpl()
7517 if ((I->Flags & TB_FOLDED_STORE) && Size != RCSize) in foldMemoryOperandImpl()
[all …]