Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h704 SCMP, enumerator
/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.cpp308 case ISD::SCMP: return "scmp"; in getOperationName()
H A DLegalizeVectorTypes.cpp187 case ISD::SCMP: in ScalarizeVectorResult()
815 case ISD::SCMP: in ScalarizeVectorOperand()
1293 case ISD::SCMP: case ISD::UCMP: in SplitVectorResult()
3212 case ISD::SCMP: in SplitVectorOperand()
4425 case ISD::SCMP: in WidenVectorResult()
6404 case ISD::SCMP: in WidenVectorOperand()
6578 N->getOpcode() == ISD::SCMP ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in WidenVecOp_CMP()
H A DLegalizeIntegerTypes.cpp243 case ISD::SCMP: in PromoteIntegerResult()
1979 case ISD::SCMP: in PromoteIntegerOperand()
2872 case ISD::SCMP: in ExpandIntegerResult()
5287 case ISD::SCMP: in ExpandIntegerOperand()
H A DLegalizeVectorOps.cpp459 case ISD::SCMP: in LegalizeOp()
H A DLegalizeDAG.cpp1156 case ISD::SCMP: in LegalizeOp()
3896 case ISD::SCMP: in ExpandNode()
H A DSelectionDAGBuilder.cpp7269 setValue(&I, DAG.getNode(ISD::SCMP, sdl, DestVT, Op1, Op2)); in visitIntrinsicCall()
H A DSelectionDAG.cpp6993 case ISD::SCMP: in getNode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp746 setOperationAction({ISD::UCMP, ISD::SCMP}, VT, Expand); in initActions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td447 def scmp : SDNode<"ISD::SCMP" , SDTIntBinOp,