Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp1645 static void getUsefulBits(SDValue Op, APInt &UsefulBits, unsigned Depth = 0);
1647 static void getUsefulBitsFromAndWithImmediate(SDValue Op, APInt &UsefulBits, in getUsefulBitsFromAndWithImmediate() argument
1651 Imm = AArch64_AM::decodeLogicalImmediate(Imm, UsefulBits.getBitWidth()); in getUsefulBitsFromAndWithImmediate()
1652 UsefulBits &= APInt(UsefulBits.getBitWidth(), Imm); in getUsefulBitsFromAndWithImmediate()
1653 getUsefulBits(Op, UsefulBits, Depth + 1); in getUsefulBitsFromAndWithImmediate()
1656 static void getUsefulBitsFromBitfieldMoveOpd(SDValue Op, APInt &UsefulBits, in getUsefulBitsFromBitfieldMoveOpd() argument
1660 APInt OpUsefulBits(UsefulBits); in getUsefulBitsFromBitfieldMoveOpd()
1680 UsefulBits &= OpUsefulBits; in getUsefulBitsFromBitfieldMoveOpd()
1683 static void getUsefulBitsFromUBFM(SDValue Op, APInt &UsefulBits, in getUsefulBitsFromUBFM() argument
1690 getUsefulBitsFromBitfieldMoveOpd(Op, UsefulBits, Imm, MSB, Depth); in getUsefulBitsFromUBFM()
[all …]