Searched refs:RCSize (Results 1 – 3 of 3) sorted by relevance
4745 unsigned RCSize = TRI.getRegSizeInBits(*RC) / 8; in foldMemoryOperandCustom() local4746 if ((Size == 0 || Size >= 16) && RCSize >= 16 && 4 <= Align) { in foldMemoryOperandCustom()4769 unsigned RCSize = TRI.getRegSizeInBits(*RC) / 8; in foldMemoryOperandCustom() local4770 if ((Size == 0 || Size >= 16) && RCSize >= 16 && 8 <= Align) { in foldMemoryOperandCustom()4788 unsigned RCSize = TRI.getRegSizeInBits(*RC) / 8; in foldMemoryOperandCustom() local4789 if ((Size == 0 || Size >= 16) && RCSize >= 16 && Align < 16) { in foldMemoryOperandCustom()4902 unsigned RCSize = TRI.getRegSizeInBits(*RC) / 8; in foldMemoryOperandImpl() local4903 if (Size < RCSize) { in foldMemoryOperandImpl()4907 if (Opcode != X86::MOV64rm || RCSize != 8 || Size != 4) in foldMemoryOperandImpl()5033 unsigned RCSize = 0; in foldMemoryOperandImpl() local[all …]
6013 unsigned RCSize = TRI.getRegSizeInBits(*RC) / 8; in foldMemoryOperandCustom() local6014 if ((Size == 0 || Size >= 16) && RCSize >= 16 && Alignment >= Align(4)) { in foldMemoryOperandCustom()6037 unsigned RCSize = TRI.getRegSizeInBits(*RC) / 8; in foldMemoryOperandCustom() local6038 if ((Size == 0 || Size >= 16) && RCSize >= 16 && Alignment >= Align(8)) { in foldMemoryOperandCustom()6056 unsigned RCSize = TRI.getRegSizeInBits(*RC) / 8; in foldMemoryOperandCustom() local6057 if ((Size == 0 || Size >= 16) && RCSize >= 16 && Alignment < Align(16)) { in foldMemoryOperandCustom()6177 unsigned RCSize = TRI.getRegSizeInBits(*RC) / 8; in foldMemoryOperandImpl() local6181 if (FoldedLoad && Size < RCSize) { in foldMemoryOperandImpl()6185 if (Opcode != X86::MOV64rm || RCSize != 8 || Size != 4) in foldMemoryOperandImpl()6195 if (FoldedStore && Size != RCSize) in foldMemoryOperandImpl()[all …]
5694 unsigned RCSize = getRegClass(MI.getDesc(), OpNum, &RI, MF)->getSize(); in foldMemoryOperandCustom() local5695 if (Size <= RCSize && 4 <= Align) { in foldMemoryOperandCustom()5714 unsigned RCSize = getRegClass(MI.getDesc(), OpNum, &RI, MF)->getSize(); in foldMemoryOperandCustom() local5715 if (Size <= RCSize && 8 <= Align) { in foldMemoryOperandCustom()5802 unsigned RCSize = getRegClass(MI.getDesc(), OpNum, &RI, MF)->getSize(); in foldMemoryOperandImpl() local5803 if (Size < RCSize) { in foldMemoryOperandImpl()5806 if (Opcode != X86::MOV64rm || RCSize != 8 || Size != 4) in foldMemoryOperandImpl()6128 unsigned RCSize = 0; in foldMemoryOperandImpl() local6131 case X86::TEST8rr: NewOpc = X86::CMP8ri; RCSize = 1; break; in foldMemoryOperandImpl()6132 case X86::TEST16rr: NewOpc = X86::CMP16ri8; RCSize = 2; break; in foldMemoryOperandImpl()[all …]