Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetInstrInfoImpl.cpp228 static const TargetRegisterClass *canFoldCopy(const MachineInstr *MI, in canFoldCopy() function
263 return MI->isCopy() && Ops.size() == 1 && canFoldCopy(MI, Ops[0]); in canFoldMemoryOperand()
313 const TargetRegisterClass *RC = canFoldCopy(MI, Ops[0]); in foldMemoryOperand()
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp399 static const TargetRegisterClass *canFoldCopy(const MachineInstr &MI, in canFoldCopy() function
547 const TargetRegisterClass *RC = canFoldCopy(MI, Ops[0]); in foldMemoryOperand()