Searched refs:canCombine (Results 1 – 2 of 2) sorted by relevance
2850 static bool canCombine(MachineBasicBlock &MBB, MachineOperand &MO, in canCombine() function2881 return canCombine(MBB, MO, MulOpc, ZeroReg, true); in canCombineWithMUL()2888 return canCombine(MBB, MO, MulOpc); in canCombineWithFMUL()
5049 bool canCombine(const Instruction *Use) { return isa<StoreInst>(Use); } in canCombine() function in __anon1120a2390411::VectorPromoteHelper5058 assert(canCombine(ToBeCombined) && "Unsupported instruction to combine"); in recordCombineInstruction()5161 if (VPH.canCombine(ToBePromoted)) { in optimizeExtractElementInst()