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

References

lib/Target/Mips/MipsInstructionSelector.cpp
  714       isLogicallyNegated = Cond != CmpInst::FCMP_UNO;
  719       isLogicallyNegated = Cond != CmpInst::FCMP_OEQ;
  724       isLogicallyNegated = Cond != CmpInst::FCMP_UEQ;
  729       isLogicallyNegated = Cond != CmpInst::FCMP_OLT;
  734       isLogicallyNegated = Cond != CmpInst::FCMP_ULT;
  739       isLogicallyNegated = Cond != CmpInst::FCMP_OLE;
  744       isLogicallyNegated = Cond != CmpInst::FCMP_ULE;
  754     unsigned MoveOpcode = isLogicallyNegated ? Mips::MOVT_I : Mips::MOVF_I;