Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp632 static unsigned canFoldIntoCSel(const MachineRegisterInfo &MRI, unsigned VReg, in canFoldIntoCSel() function
727 if (canFoldIntoCSel(MRI, TrueReg)) in canInsertSelect()
729 else if (canFoldIntoCSel(MRI, FalseReg)) in canInsertSelect()
854 unsigned FoldedOpc = canFoldIntoCSel(MRI, TrueReg, &NewVReg); in insertSelect()
861 FoldedOpc = canFoldIntoCSel(MRI, FalseReg, &NewVReg); in insertSelect()