Searched refs:CMPP (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86IntrinsicsInfo.h | 365 X86_INTRINSIC_DATA(avx_cmp_pd_256, INTR_TYPE_3OP, X86ISD::CMPP, 0), 366 X86_INTRINSIC_DATA(avx_cmp_ps_256, INTR_TYPE_3OP, X86ISD::CMPP, 0), 1908 X86_INTRINSIC_DATA(sse_cmp_ps, INTR_TYPE_3OP, X86ISD::CMPP, 0), 1940 X86_INTRINSIC_DATA(sse2_cmp_pd, INTR_TYPE_3OP, X86ISD::CMPP, 0),
|
| H A D | X86ISelLowering.h | 399 CMPP, enumerator
|
| H A D | X86InstrFragmentsSIMD.td | 217 def X86cmpp : SDNode<"X86ISD::CMPP", SDTX86VFCMP>;
|
| H A D | X86SchedLunarlakeP.td | 2087 def : InstRW<[LNLPWriteResGroup0, ReadAfterVecXLd], (instregex "^(V?)CMPP(D|S)rmi$",
|
| H A D | X86ISelLowering.cpp | 24051 Opc = IsStrict ? X86ISD::STRICT_CMPP : X86ISD::CMPP; in LowerVSETCC() 35081 NODE_NAME_CASE(CMPP) in getTargetNodeName() 39138 case X86ISD::CMPP: in ComputeNumSignBitsForTargetNode() 43619 case X86ISD::CMPP: { in SimplifyDemandedVectorEltsForTargetNode() 45137 case X86ISD::CMPP: in canCreateUndefOrPoisonForTargetNode() 58871 VT, DAG.getNode(X86ISD::CMPP, DL, FpVT, LHS, RHS, in combineConcatVectorOps() 59726 case X86ISD::CMPP: in combineEXTRACT_SUBVECTOR()
|