Home
last modified time | relevance | path

Searched refs:FPCmp (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.h103 FPCmp, enumerator
H A DMipsISelLowering.cpp205 case MipsISD::FPCmp: return "MipsISD::FPCmp"; in getTargetNodeName()
659 return DAG.getNode(MipsISD::FPCmp, DL, MVT::Glue, LHS, RHS, in createFPCmp()
1903 if (CondRes.getOpcode() != MipsISD::FPCmp) in lowerBRCOND()
1923 if (Cond.getOpcode() != MipsISD::FPCmp) in lowerSELECT()
1934 assert(Cond.getOpcode() == MipsISD::FPCmp && in lowerSETCC()
H A DMipsInstrFPU.td45 def MipsFPCmp : SDNode<"MipsISD::FPCmp", SDT_MipsFPCmp, [SDNPOutGlue]>;