Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp271 bool detectOrAndInsertion(SDValue &Op, uint64_t InsertMask) const;
689 uint64_t InsertMask) const { in detectOrAndInsertion()
702 if (InsertMask & AndMask) in detectOrAndInsertion()
708 if (Used != (AndMask | InsertMask)) { in detectOrAndInsertion()
711 if (Used != (AndMask | InsertMask | KnownZero.getZExtValue())) in detectOrAndInsertion()
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp529 unsigned InsertMask = RKZ.getZExtValue(); in SelectBitfieldInsert() local
531 if ((TargetMask | InsertMask) == 0xFFFFFFFF) { in SelectBitfieldInsert()
536 InsertMask = ~InsertMask; in SelectBitfieldInsert()
547 std::swap(TargetMask, InsertMask); in SelectBitfieldInsert()
555 std::swap(TargetMask, InsertMask); in SelectBitfieldInsert()
560 if (isRunOfOnes(InsertMask, MB, ME)) { in SelectBitfieldInsert()
574 bool CanFoldMask = InsertMask == MKO.getZExtValue(); in SelectBitfieldInsert()