Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp2156 static void getUsefulBitsFromAndWithImmediate(SDValue Op, APInt &UsefulBits, in getUsefulBitsFromAndWithImmediate()
2165 static void getUsefulBitsFromBitfieldMoveOpd(SDValue Op, APInt &UsefulBits, in getUsefulBitsFromBitfieldMoveOpd()
2192 static void getUsefulBitsFromUBFM(SDValue Op, APInt &UsefulBits, in getUsefulBitsFromUBFM()
2202 static void getUsefulBitsFromOrWithShiftedReg(SDValue Op, APInt &UsefulBits, in getUsefulBitsFromOrWithShiftedReg()
2230 static void getUsefulBitsFromBFM(SDValue Op, SDValue Orig, APInt &UsefulBits, in getUsefulBitsFromBFM()
2285 static void getUsefulBitsForUse(SDNode *UserNode, APInt &UsefulBits, in getUsefulBitsForUse()
2333 static void getUsefulBits(SDValue Op, APInt &UsefulBits, unsigned Depth) { in getUsefulBits()
2538 static bool tryBitfieldInsertOpFromOr(SDNode *N, const APInt &UsefulBits, in tryBitfieldInsertOpFromOr()