Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp262 bool detectOrAndInsertion(SDValue &Op, uint64_t InsertMask) const;
647 uint64_t InsertMask) const { in detectOrAndInsertion()
660 if (InsertMask & AndMask) in detectOrAndInsertion()
666 if (Used != (AndMask | InsertMask)) { in detectOrAndInsertion()
669 if (Used != (AndMask | InsertMask | KnownZero.getZExtValue())) in detectOrAndInsertion()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp424 unsigned InsertMask = RKZ.getZExtValue(); in SelectBitfieldInsert() local
426 if ((TargetMask | InsertMask) == 0xFFFFFFFF) { in SelectBitfieldInsert()
431 InsertMask = ~InsertMask; in SelectBitfieldInsert()
442 std::swap(TargetMask, InsertMask); in SelectBitfieldInsert()
450 std::swap(TargetMask, InsertMask); in SelectBitfieldInsert()
455 if (isRunOfOnes(InsertMask, MB, ME)) { in SelectBitfieldInsert()
469 bool CanFoldMask = InsertMask == MKO.getZExtValue(); in SelectBitfieldInsert()