Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp429 static unsigned canFoldIntoCSel(const MachineRegisterInfo &MRI, unsigned VReg, in canFoldIntoCSel() function
517 if (canFoldIntoCSel(MRI, TrueReg)) in canInsertSelect()
519 else if (canFoldIntoCSel(MRI, FalseReg)) in canInsertSelect()
644 unsigned FoldedOpc = canFoldIntoCSel(MRI, TrueReg, &NewVReg); in insertSelect()
651 FoldedOpc = canFoldIntoCSel(MRI, FalseReg, &NewVReg); in insertSelect()