Searched refs:RCSize (Results 1 – 1 of 1) sorted by relevance
7234 unsigned RCSize = TRI.getRegSizeInBits(*RC) / 8; in foldMemoryOperandCustom() local7235 if ((Size == 0 || Size >= 16) && RCSize >= 16 && in foldMemoryOperandCustom()7259 unsigned RCSize = TRI.getRegSizeInBits(*RC) / 8; in foldMemoryOperandCustom() local7260 if ((Size == 0 || Size >= 16) && RCSize >= 16 && Alignment >= Align(8)) { in foldMemoryOperandCustom()7278 unsigned RCSize = TRI.getRegSizeInBits(*RC) / 8; in foldMemoryOperandCustom() local7279 if ((Size == 0 || Size >= 16) && RCSize >= 16 && Alignment < Align(16)) { in foldMemoryOperandCustom()7412 unsigned RCSize = TRI.getRegSizeInBits(*RC) / 8; in foldMemoryOperandImpl() local7416 if ((I->Flags & TB_FOLDED_LOAD) && Size < RCSize) { in foldMemoryOperandImpl()7420 if (Opcode != X86::MOV64rm || RCSize != 8 || Size != 4) in foldMemoryOperandImpl()7430 if ((I->Flags & TB_FOLDED_STORE) && Size != RCSize) in foldMemoryOperandImpl()[all …]