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

References

lib/Target/ARM/ARMISelDAGToDAG.cpp
 3309   case ARMISD::BRCOND: {
lib/Target/ARM/ARMISelLowering.cpp
 1520   case ARMISD::BRCOND:        return "ARMISD::BRCOND";
 5152       return DAG.getNode(ARMISD::BRCOND, dl, MVT::Other,
 5202     return DAG.getNode(ARMISD::BRCOND, dl, MVT::Other, Chain, Dest, ARMcc, CCR,
 5256     return DAG.getNode(ARMISD::BRCOND, dl, MVT::Other, Chain, Dest, ARMcc, CCR,
 5264     return DAG.getNode(ARMISD::BRCOND, dl, MVT::Other,
 5283   SDValue Res = DAG.getNode(ARMISD::BRCOND, dl, VTList, Ops);
 5287     Res = DAG.getNode(ARMISD::BRCOND, dl, VTList, Ops);
14230           ARMISD::BRCOND, dl, VT, Chain, BB, LHS->getOperand(0)->getOperand(2),
14457   case ARMISD::BRCOND: return PerformBRCONDCombine(N, DCI.DAG);