reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/XCore/XCoreISelLowering.cpp
 1592   SDLoc dl(N);
 1593   switch (N->getOpcode()) {
 1596     switch (cast<ConstantSDNode>(N->getOperand(1))->getZExtValue()) {
 1600       SDValue OutVal = N->getOperand(3);
 1616       SDValue Time = N->getOperand(3);
 1634     SDValue N0 = N->getOperand(0);
 1635     SDValue N1 = N->getOperand(1);
 1636     SDValue N2 = N->getOperand(2);
 1656     if (N1C && N1C->isNullValue() && N->hasNUsesOfValue(0, 1)) {
 1670     SDValue N0 = N->getOperand(0);
 1671     SDValue N1 = N->getOperand(1);
 1672     SDValue N2 = N->getOperand(2);
 1693     if (N1C && N1C->isNullValue() && N->hasNUsesOfValue(0, 1)) {
 1707     SDValue N0 = N->getOperand(0);
 1708     SDValue N1 = N->getOperand(1);
 1709     SDValue N2 = N->getOperand(2);
 1710     SDValue N3 = N->getOperand(3);
 1724       if (N->hasNUsesOfValue(0, 0)) {
 1744     if (N->getValueType(0) == MVT::i32 &&
 1745         isADDADDMUL(SDValue(N, 0), Mul0, Mul1, Addend0, Addend1, true)) {
 1757     if (N->getValueType(0) == MVT::i64 &&
 1758         isADDADDMUL(SDValue(N, 0), Mul0, Mul1, Addend0, Addend1, false) &&
 1781     StoreSDNode *ST = cast<StoreSDNode>(N);