Home
last modified time | relevance | path

Searched refs:SCMP (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h726 SCMP, enumerator
H A DBasicTTIImpl.h2580 ISD = ISD::SCMP; in getTypeBasedIntrinsicInstrCost()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_wwv.c190 #define SCMP 10 /* second sync compare threshold */ macro
1458 * The epoch is considered valid if the run is at least SCMP in wwv_endpoc()
1468 if (syncnt > SCMP && up->status & MSYNC && (up->status & in wwv_endpoc()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp325 case ISD::SCMP: return "scmp"; in getOperationName()
H A DLegalizeVectorOps.cpp476 case ISD::SCMP: in LegalizeOp()
1290 case ISD::SCMP: in Expand()
H A DLegalizeVectorTypes.cpp199 case ISD::SCMP: in ScalarizeVectorResult()
828 case ISD::SCMP: in ScalarizeVectorOperand()
1352 case ISD::SCMP: case ISD::UCMP: in SplitVectorResult()
3489 case ISD::SCMP: in SplitVectorOperand()
4793 case ISD::SCMP: in WidenVectorResult()
6851 case ISD::SCMP: in WidenVectorOperand()
7020 N->getOpcode() == ISD::SCMP ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in WidenVecOp_CMP()
H A DLegalizeIntegerTypes.cpp263 case ISD::SCMP: in PromoteIntegerResult()
2030 case ISD::SCMP: in PromoteIntegerOperand()
2399 if (N->getOpcode() == ISD::SCMP) { in PromoteIntOp_CMP()
3055 case ISD::SCMP: in ExpandIntegerResult()
5526 case ISD::SCMP: in ExpandIntegerOperand()
H A DLegalizeDAG.cpp1186 case ISD::SCMP: in LegalizeOp()
4035 case ISD::SCMP: in ExpandNode()
H A DSelectionDAGBuilder.cpp7321 setValue(&I, DAG.getNode(ISD::SCMP, sdl, DestVT, Op1, Op2)); in visitIntrinsicCall()
H A DSelectionDAG.cpp7538 case ISD::SCMP: in getNode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp837 setOperationAction({ISD::UCMP, ISD::SCMP}, VT, Expand); in initActions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td463 def scmp : SDNode<"ISD::SCMP" , SDTIntBinOp,