Home
last modified time | relevance | path

Searched defs:UsefulBits (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp2800 static void getUsefulBitsFromAndWithImmediate(SDValue Op, APInt &UsefulBits, in getUsefulBitsFromAndWithImmediate()
2809 static void getUsefulBitsFromBitfieldMoveOpd(SDValue Op, APInt &UsefulBits, in getUsefulBitsFromBitfieldMoveOpd()
2836 static void getUsefulBitsFromUBFM(SDValue Op, APInt &UsefulBits, in getUsefulBitsFromUBFM()
2846 static void getUsefulBitsFromOrWithShiftedReg(SDValue Op, APInt &UsefulBits, in getUsefulBitsFromOrWithShiftedReg()
2874 static void getUsefulBitsFromBFM(SDValue Op, SDValue Orig, APInt &UsefulBits, in getUsefulBitsFromBFM()
2929 static void getUsefulBitsForUse(SDNode *UserNode, APInt &UsefulBits, in getUsefulBitsForUse()
2977 static void getUsefulBits(SDValue Op, APInt &UsefulBits, unsigned Depth) { in getUsefulBits()
3504 static bool tryBitfieldInsertOpFromOr(SDNode *N, const APInt &UsefulBits, in tryBitfieldInsertOpFromOr()