Searched refs:FPCmp (Results 1 – 6 of 6) sorted by relevance
37 struct FPCmp { struct42 const FPCmp kFPCmpInstructions[] = {276 typedef InstructionSelectorTestWithParam<FPCmp> InstructionSelectorFPCmpTest;280 const FPCmp cmp = GetParam(); in TEST_P()
37 struct FPCmp { struct42 const FPCmp kFPCmpInstructions[] = {294 typedef InstructionSelectorTestWithParam<FPCmp> InstructionSelectorFPCmpTest;297 const FPCmp cmp = GetParam(); in TEST_P()
58 FPCmp, enumerator
123 case MipsISD::FPCmp: return "MipsISD::FPCmp"; in getTargetNodeName()565 return DAG.getNode(MipsISD::FPCmp, DL, MVT::Glue, LHS, RHS, in createFPCmp()1624 if (CondRes.getOpcode() != MipsISD::FPCmp) in lowerBRCOND()1644 if (Cond.getOpcode() != MipsISD::FPCmp) in lowerSELECT()1669 assert(Cond.getOpcode() == MipsISD::FPCmp && in lowerSETCC()
42 def MipsFPCmp : SDNode<"MipsISD::FPCmp", SDT_MipsFPCmp, [SDNPOutGlue]>;
246 struct FPCmp { struct253 std::ostream& operator<<(std::ostream& os, const FPCmp& cmp) { in operator <<()259 const FPCmp kFPCmpInstructions[] = {2025 typedef InstructionSelectorTestWithParam<FPCmp> InstructionSelectorFPCmpTest;2029 const FPCmp cmp = GetParam(); in TEST_P()2044 const FPCmp cmp = GetParam(); in TEST_P()2063 const FPCmp cmp = GetParam(); in TEST_P()