Searched refs:CanFold (Results 1 – 5 of 5) sorted by relevance
1207 bool CanFold = false; in rewriteInstructionForSpills() local1276 CanFold = false; in rewriteInstructionForSpills()1294 CanFold = false; in rewriteInstructionForSpills()1301 CanFold = canFoldMemoryOperand(MI, Ops, DefIsReMat); in rewriteInstructionForSpills()1392 return CanFold; in rewriteInstructionForSpills()1547 bool CanFold = rewriteInstructionForSpills(li, I->valno, TrySplit, in rewriteInstructionsForSpills() local1555 AllCanFold &= CanFold; in rewriteInstructionsForSpills()1908 bool CanFold = false; in addIntervalsForSpills() local1912 CanFold = true; in addIntervalsForSpills()1927 CanFold = false; in addIntervalsForSpills()[all …]
1132 bool CanFold = Shift->isLogicalShift(); in visitICmpInstWithInstAndIntCst() local1133 if (!CanFold) { in visitICmpInstWithInstAndIntCst()1142 CanFold = true; in visitICmpInstWithInstAndIntCst()1145 if (CanFold) { in visitICmpInstWithInstAndIntCst()
1693 bool CanFold = false; in visitICmpInstWithInstAndIntCst() local1698 CanFold = false; in visitICmpInstWithInstAndIntCst()1706 CanFold = true; in visitICmpInstWithInstAndIntCst()1714 CanFold = true; in visitICmpInstWithInstAndIntCst()1722 CanFold = true; in visitICmpInstWithInstAndIntCst()1726 if (CanFold) { in visitICmpInstWithInstAndIntCst()
5436 bool CanFold = true; in LowerBuildVectorv4x32() local5437 for (unsigned i = EltIdx + 1; i < 4 && CanFold; ++i) { in LowerBuildVectorv4x32()5445 CanFold = SrcVector == V1 && in LowerBuildVectorv4x32()5449 if (!CanFold) in LowerBuildVectorv4x32()6126 bool CanFold = true; in isHorizontalBinOp() local6133 for (unsigned i = 0, e = NumElts; i != e && CanFold; ++i) { in isHorizontalBinOp()6145 CanFold = Op->getOpcode() == Opcode && Op->hasOneUse(); in isHorizontalBinOp()6147 if (!CanFold) in isHorizontalBinOp()6155 CanFold = (Op0.getOpcode() == ISD::EXTRACT_VECTOR_ELT && in isHorizontalBinOp()6160 if (!CanFold) in isHorizontalBinOp()[all …]
3754 bool CanFold = true; in visitOR() local3775 CanFold = false; in visitOR()3788 if (CanFold) { in visitOR()