Searched refs:InsertMask (Results 1 – 3 of 3) sorted by relevance
385 unsigned InsertMask = RKZ.getZExtValue(); in SelectBitfieldInsert() local387 if ((TargetMask | InsertMask) == 0xFFFFFFFF) { in SelectBitfieldInsert()392 InsertMask = ~InsertMask; in SelectBitfieldInsert()403 std::swap(TargetMask, InsertMask); in SelectBitfieldInsert()411 std::swap(TargetMask, InsertMask); in SelectBitfieldInsert()416 if (InsertMask && isRunOfOnes(InsertMask, MB, ME)) { in SelectBitfieldInsert()
272 bool detectOrAndInsertion(SDValue &Op, uint64_t InsertMask) const;694 uint64_t InsertMask) const { in detectOrAndInsertion()707 if (InsertMask & AndMask) in detectOrAndInsertion()713 if (Used != (AndMask | InsertMask)) { in detectOrAndInsertion()716 if (Used != (AndMask | InsertMask | KnownZero.getZExtValue())) in detectOrAndInsertion()
523 unsigned InsertMask = RKZ.getZExtValue(); in tryBitfieldInsert() local525 if ((TargetMask | InsertMask) == 0xFFFFFFFF) { in tryBitfieldInsert()530 InsertMask = ~InsertMask; in tryBitfieldInsert()541 std::swap(TargetMask, InsertMask); in tryBitfieldInsert()549 std::swap(TargetMask, InsertMask); in tryBitfieldInsert()554 if (isRunOfOnes(InsertMask, MB, ME)) { in tryBitfieldInsert()568 bool CanFoldMask = InsertMask == MKO.getZExtValue(); in tryBitfieldInsert()