Home
last modified time | relevance | path

Searched refs:canFoldCopy (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp343 static const TargetRegisterClass *canFoldCopy(const MachineInstr *MI, in canFoldCopy() function
381 return MI->isCopy() && Ops.size() == 1 && canFoldCopy(MI, Ops[0]); in canFoldMemoryOperand()
496 const TargetRegisterClass *RC = canFoldCopy(MI, Ops[0]); in foldMemoryOperand()