Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp539 static unsigned canFoldIntoCSel(const MachineRegisterInfo &MRI, unsigned VReg, in canFoldIntoCSel() function
634 if (canFoldIntoCSel(MRI, TrueReg)) in canInsertSelect()
636 else if (canFoldIntoCSel(MRI, FalseReg)) in canInsertSelect()
761 unsigned FoldedOpc = canFoldIntoCSel(MRI, TrueReg, &NewVReg); in insertSelect()
768 FoldedOpc = canFoldIntoCSel(MRI, FalseReg, &NewVReg); in insertSelect()