Searched refs:canFoldCopy (Results 1 – 1 of 1) sorted by relevance
343 static const TargetRegisterClass *canFoldCopy(const MachineInstr *MI, in canFoldCopy() function381 return MI->isCopy() && Ops.size() == 1 && canFoldCopy(MI, Ops[0]); in canFoldMemoryOperand()496 const TargetRegisterClass *RC = canFoldCopy(MI, Ops[0]); in foldMemoryOperand()