Searched refs:RCSize (Results 1 – 1 of 1) sorted by relevance
7320 unsigned RCSize = TRI.getRegSizeInBits(*RC) / 8; in foldMemoryOperandCustom() local7321 if ((Size == 0 || Size >= 16) && RCSize >= 16 && in foldMemoryOperandCustom()7345 unsigned RCSize = TRI.getRegSizeInBits(*RC) / 8; in foldMemoryOperandCustom() local7346 if ((Size == 0 || Size >= 16) && RCSize >= 16 && Alignment >= Align(8)) { in foldMemoryOperandCustom()7364 unsigned RCSize = TRI.getRegSizeInBits(*RC) / 8; in foldMemoryOperandCustom() local7365 if ((Size == 0 || Size >= 16) && RCSize >= 16 && Alignment < Align(16)) { in foldMemoryOperandCustom()7499 unsigned RCSize = TRI.getRegSizeInBits(*RC) / 8; in foldMemoryOperandImpl() local7503 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 …]