Searched refs:FPCmp (Results 1 – 4 of 4) sorted by relevance
162 struct FPCmp { struct168 std::ostream& operator<<(std::ostream& os, const FPCmp& cmp) { in operator <<()174 static const FPCmp kFPCmpInstructions[] = {823 typedef InstructionSelectorTestWithParam<FPCmp> InstructionSelectorFPCmpTest;827 const FPCmp cmp = GetParam(); in TEST_P()
57 FPCmp, enumerator
132 case MipsISD::FPCmp: return "MipsISD::FPCmp"; in getTargetNodeName()523 return DAG.getNode(MipsISD::FPCmp, DL, MVT::Glue, LHS, RHS, in createFPCmp()1516 if (CondRes.getOpcode() != MipsISD::FPCmp) in lowerBRCOND()1536 if (Cond.getOpcode() != MipsISD::FPCmp) in lowerSELECT()1561 assert(Cond.getOpcode() == MipsISD::FPCmp && in lowerSETCC()
42 def MipsFPCmp : SDNode<"MipsISD::FPCmp", SDT_MipsFPCmp, [SDNPOutGlue]>;