Searched refs:UsefulBits (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelDAGToDAG.cpp | 2900 static void getUsefulBits(SDValue Op, APInt &UsefulBits, unsigned Depth = 0); 2902 static void getUsefulBitsFromAndWithImmediate(SDValue Op, APInt &UsefulBits, in getUsefulBitsFromAndWithImmediate() argument 2906 Imm = AArch64_AM::decodeLogicalImmediate(Imm, UsefulBits.getBitWidth()); in getUsefulBitsFromAndWithImmediate() 2907 UsefulBits &= APInt(UsefulBits.getBitWidth(), Imm); in getUsefulBitsFromAndWithImmediate() 2908 getUsefulBits(Op, UsefulBits, Depth + 1); in getUsefulBitsFromAndWithImmediate() 2911 static void getUsefulBitsFromBitfieldMoveOpd(SDValue Op, APInt &UsefulBits, in getUsefulBitsFromBitfieldMoveOpd() argument 2915 APInt OpUsefulBits(UsefulBits); in getUsefulBitsFromBitfieldMoveOpd() 2935 UsefulBits &= OpUsefulBits; in getUsefulBitsFromBitfieldMoveOpd() 2938 static void getUsefulBitsFromUBFM(SDValue Op, APInt &UsefulBits, in getUsefulBitsFromUBFM() argument 2945 getUsefulBitsFromBitfieldMoveOpd(Op, UsefulBits, Imm, MSB, Depth); in getUsefulBitsFromUBFM() [all …]
|