Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp634 static unsigned canFoldIntoCSel(const MachineRegisterInfo &MRI, unsigned VReg, in canFoldIntoCSel() function
731 if (canFoldIntoCSel(MRI, TrueReg)) in canInsertSelect()
733 else if (canFoldIntoCSel(MRI, FalseReg)) in canInsertSelect()
858 unsigned FoldedOpc = canFoldIntoCSel(MRI, TrueReg, &NewVReg); in insertSelect()
865 FoldedOpc = canFoldIntoCSel(MRI, FalseReg, &NewVReg); in insertSelect()