Searched refs:SCMP (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 704 SCMP, enumerator
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_wwv.c | 190 #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 D | SelectionDAGDumper.cpp | 308 case ISD::SCMP: return "scmp"; in getOperationName()
|
H A D | LegalizeVectorTypes.cpp | 187 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 D | LegalizeIntegerTypes.cpp | 243 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 D | LegalizeVectorOps.cpp | 459 case ISD::SCMP: in LegalizeOp()
|
H A D | LegalizeDAG.cpp | 1156 case ISD::SCMP: in LegalizeOp() 3896 case ISD::SCMP: in ExpandNode()
|
H A D | SelectionDAGBuilder.cpp | 7269 setValue(&I, DAG.getNode(ISD::SCMP, sdl, DestVT, Op1, Op2)); in visitIntrinsicCall()
|
H A D | SelectionDAG.cpp | 6993 case ISD::SCMP: in getNode()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringBase.cpp | 746 setOperationAction({ISD::UCMP, ISD::SCMP}, VT, Expand); in initActions()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 447 def scmp : SDNode<"ISD::SCMP" , SDTIntBinOp,
|