Home | History | Annotate | Download | only in Mips

Lines Matching refs:emitLogicalOp

134   unsigned emitLogicalOp(unsigned ISDOpc, MVT RetVT, const Value *LHS,
218 unsigned MipsFastISel::emitLogicalOp(unsigned ISDOpc, MVT RetVT,
741 ResultReg = emitLogicalOp(ISD::AND, VT, I->getOperand(0), I->getOperand(1));
744 ResultReg = emitLogicalOp(ISD::OR, VT, I->getOperand(0), I->getOperand(1));
747 ResultReg = emitLogicalOp(ISD::XOR, VT, I->getOperand(0), I->getOperand(1));