Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp535 static unsigned canFoldIntoCSel(const MachineRegisterInfo &MRI, unsigned VReg, in canFoldIntoCSel() function
630 if (canFoldIntoCSel(MRI, TrueReg)) in canInsertSelect()
632 else if (canFoldIntoCSel(MRI, FalseReg)) in canInsertSelect()
757 unsigned FoldedOpc = canFoldIntoCSel(MRI, TrueReg, &NewVReg); in insertSelect()
764 FoldedOpc = canFoldIntoCSel(MRI, FalseReg, &NewVReg); in insertSelect()