Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp272 bool detectOrAndInsertion(SDValue &Op, uint64_t InsertMask) const;
724 bool SystemZDAGToDAGISel::detectOrAndInsertion(SDValue &Op, in detectOrAndInsertion() function in SystemZDAGToDAGISel
1094 if (Opcode == SystemZ::ROSBG && detectOrAndInsertion(Op0, RxSBG[I].Mask)) { in tryRxSBG()