Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp1337 static bool isTiedToNotUndef(const MachineOperand &MO) { in isTiedToNotUndef() function
1383 if (isTiedToNotUndef(MO) || (MO.getSubReg() != 0 && !MO.isUndef())) in allocateInstruction()
1429 if (MO.isEarlyClobber() || isTiedToNotUndef(MO) || in allocateInstruction()
1480 if (isTiedToNotUndef(MO) || MO.isEarlyClobber()) in allocateInstruction()