reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
597 if (VT == MVT::i1 && (ISDOpcode == ISD::AND || ISDOpcode == ISD::OR || 597 if (VT == MVT::i1 && (ISDOpcode == ISD::AND || ISDOpcode == ISD::OR || 598 ISDOpcode == ISD::XOR)) 614 fastEmit_ri_(VT.getSimpleVT(), ISDOpcode, Op1, Op1IsKill, 634 if (ISDOpcode == ISD::SDIV && isa<BinaryOperator>(I) && 637 ISDOpcode = ISD::SRA; 641 if (ISDOpcode == ISD::UREM && isa<BinaryOperator>(I) && 644 ISDOpcode = ISD::AND; 647 unsigned ResultReg = fastEmit_ri_(VT.getSimpleVT(), ISDOpcode, Op0, 664 ISDOpcode, Op0, Op0IsKill, Op1, Op1IsKill);