Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86FloatingPoint.cpp291 static bool isFPCopy(MachineInstr &MI) { in isFPCopy() function
426 if (MI.isCopy() && isFPCopy(MI)) in processBasicBlock()