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

References

lib/Target/ARM/ARMISelLowering.cpp
 5217   if (isUnsupportedFloatingType(LHS.getValueType())) {
 5219         DAG, LHS.getValueType(), LHS, RHS, CC, dl, LHS, RHS);
 5219         DAG, LHS.getValueType(), LHS, RHS, CC, dl, LHS, RHS);
 5219         DAG, LHS.getValueType(), LHS, RHS, CC, dl, LHS, RHS);
 5224       RHS = DAG.getConstant(0, dl, LHS.getValueType());
 5231   unsigned Opc = LHS.getOpcode();
 5234   if (LHS.getResNo() == 1 && (isOneConstant(RHS) || isNullConstant(RHS)) &&
 5239     if (!DAG.getTargetLoweringInfo().isTypeLegal(LHS->getValueType(0)))
 5245     std::tie(Value, OverflowCmp) = getARMXALUOOp(LHS.getValue(0), DAG, ARMcc);
 5260   if (LHS.getValueType() == MVT::i32) {
 5262     SDValue Cmp = getARMCmp(LHS, RHS, CC, ARMcc, DAG, dl);
 5279   SDValue Cmp = getVFPCmp(LHS, RHS, DAG, dl);