Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp273 bool detectOrAndInsertion(SDValue &Op, uint64_t InsertMask) const;
711 uint64_t InsertMask) const { in detectOrAndInsertion()
724 if (InsertMask & AndMask) in detectOrAndInsertion()
730 if (Used != (AndMask | InsertMask)) { in detectOrAndInsertion()
732 if (Used != (AndMask | InsertMask | Known.Zero.getZExtValue())) in detectOrAndInsertion()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp695 unsigned InsertMask = RKnown.Zero.getZExtValue(); in tryBitfieldInsert() local
697 if ((TargetMask | InsertMask) == 0xFFFFFFFF) { in tryBitfieldInsert()
702 InsertMask = ~InsertMask; in tryBitfieldInsert()
713 std::swap(TargetMask, InsertMask); in tryBitfieldInsert()
721 std::swap(TargetMask, InsertMask); in tryBitfieldInsert()
726 if (isRunOfOnes(InsertMask, MB, ME)) { in tryBitfieldInsert()
737 bool CanFoldMask = InsertMask == MKnown.One.getZExtValue(); in tryBitfieldInsert()