Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp1747 static void getUsefulBitsForUse(SDNode *UserNode, APInt &UsefulBits, in getUsefulBitsForUse() argument
1752 if (!UserNode->isMachineOpcode()) in getUsefulBitsForUse()
1755 switch (UserNode->getMachineOpcode()) { in getUsefulBitsForUse()
1763 return getUsefulBitsFromAndWithImmediate(SDValue(UserNode, 0), UsefulBits, in getUsefulBitsForUse()
1767 return getUsefulBitsFromUBFM(SDValue(UserNode, 0), UsefulBits, Depth); in getUsefulBitsForUse()
1771 if (UserNode->getOperand(1) != Orig) in getUsefulBitsForUse()
1773 return getUsefulBitsFromOrWithShiftedReg(SDValue(UserNode, 0), UsefulBits, in getUsefulBitsForUse()
1777 return getUsefulBitsFromBFM(SDValue(UserNode, 0), Orig, UsefulBits, Depth); in getUsefulBitsForUse()