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

References

lib/Target/X86/X86ISelLowering.cpp
37593   if (SDValue Flags = combineSetCCEFLAGS(Cond, CC, DAG, Subtarget)) {
37594     if (FalseOp.getValueType() != MVT::f80 || hasFPCMov(CC)) {
37595       SDValue Ops[] = {FalseOp, TrueOp, DAG.getTargetConstant(CC, DL, MVT::i8),
37609         CC = X86::GetOppositeBranchCondition(CC);
37609         CC = X86::GetOppositeBranchCondition(CC);
37618         Cond = getSETCC(CC, Cond, DL, DAG);
37632         Cond = getSETCC(CC, Cond, DL, DAG);
37666           Cond = getSETCC(CC, Cond, DL ,DAG);
37708       if (CC == X86::COND_NE &&
37710         CC = X86::GetOppositeBranchCondition(CC);
37710         CC = X86::GetOppositeBranchCondition(CC);
37714       if (CC == X86::COND_E &&
37717                          DAG.getTargetConstant(CC, DL, MVT::i8), Cond};
37740   if (CC == X86::COND_NE) {
37765   if ((CC == X86::COND_NE || CC == X86::COND_E) &&
37765   if ((CC == X86::COND_NE || CC == X86::COND_E) &&
37770     if (CC == X86::COND_E)