Searched refs:lowersToCopies (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DDetectDeadLanes.cpp83 /// if the operand belongs to a lowersToCopies() instruction, transfer the
124 /// by an instruction where lowersToCopies()==true.
137 static bool lowersToCopies(const MachineInstr &MI) { function
156 assert(lowersToCopies(MI));
233 assert(lowersToCopies(MI) &&
360 if (lowersToCopies(DefMI)) {
395 if (lowersToCopies(MODefMI) || MODefMI.isImplicitDef())
428 if (lowersToCopies(UseMI)) {
437 if (lowersToCopies(UseMI)) {
470 if (!lowersToCopies(M
[all...]

Completed in 103 milliseconds