Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocFast.cpp1127 auto TiedOpIsUndef = [&](const MachineOperand &MO, unsigned Idx) { in allocateInstruction() local
1152 if ((MO.isTied() && !TiedOpIsUndef(MO, I)) || in allocateInstruction()
1254 (MO.isTied() && !TiedOpIsUndef(MO, OpIdx)) || in allocateInstruction()
1293 if ((MO.isTied() && !TiedOpIsUndef(MO, I)) || MO.isEarlyClobber()) in allocateInstruction()