Searched refs:SCMP (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 726 SCMP, enumerator
|
| H A D | BasicTTIImpl.h | 2580 ISD = ISD::SCMP; in getTypeBasedIntrinsicInstrCost()
|
| /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 | 325 case ISD::SCMP: return "scmp"; in getOperationName()
|
| H A D | LegalizeVectorOps.cpp | 476 case ISD::SCMP: in LegalizeOp() 1290 case ISD::SCMP: in Expand()
|
| H A D | LegalizeVectorTypes.cpp | 199 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 D | LegalizeIntegerTypes.cpp | 263 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 D | LegalizeDAG.cpp | 1186 case ISD::SCMP: in LegalizeOp() 4035 case ISD::SCMP: in ExpandNode()
|
| H A D | SelectionDAGBuilder.cpp | 7321 setValue(&I, DAG.getNode(ISD::SCMP, sdl, DestVT, Op1, Op2)); in visitIntrinsicCall()
|
| H A D | SelectionDAG.cpp | 7538 case ISD::SCMP: in getNode()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 837 setOperationAction({ISD::UCMP, ISD::SCMP}, VT, Expand); in initActions()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 463 def scmp : SDNode<"ISD::SCMP" , SDTIntBinOp,
|