Searched refs:PHMINPOS (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 386 PHMINPOS, enumerator
|
| H A D | X86Schedule.td | 408 defm WritePHMINPOS : X86SchedWritePair<ReadAfterVecXLd>; // Vector PHMINPOS.
|
| H A D | X86SchedBroadwell.td | 471 defm : BWWriteResPair<WritePHMINPOS, [BWPort0], 5>; // Vector PHMINPOS.
|
| H A D | X86InstrFragmentsSIMD.td | 227 def X86phminpos: SDNode<"X86ISD::PHMINPOS",
|
| H A D | X86SchedSkylakeClient.td | 407 defm : SKLWriteResPair<WritePHMINPOS, [SKLPort01], 4, [1], 1, 6>; // Vector PHMINPOS.
|
| H A D | X86IntrinsicsInfo.h | 1589 X86_INTRINSIC_DATA(sse41_phminposuw, INTR_TYPE_1OP, X86ISD::PHMINPOS, 0),
|
| H A D | X86ScheduleZnver3.td | 1136 defm : Zn3WriteResXMMPair<WritePHMINPOS, [Zn3FPVAdd01], 3, [1], 1>; // Vector PHMINPOS.
|
| H A D | X86SchedSkylakeServer.td | 407 defm : SKXWriteResPair<WritePHMINPOS, [SKXPort0], 4, [1], 1, 6>; // Vector PHMINPOS.
|
| H A D | X86ScheduleZnver4.td | 1179 defm : Zn4WriteResXMMPair<WritePHMINPOS, [Zn4FPVAdd01], 3, [1], 1>; // Vector PHMINPOS.
|
| H A D | X86SchedIceLake.td | 412 defm : ICXWriteResPair<WritePHMINPOS, [ICXPort0], 4, [1], 1, 6>; // Vector PHMINPOS.
|
| H A D | X86ISelLowering.cpp | 33810 NODE_NAME_CASE(PHMINPOS) in getTargetNodeName() 44342 MinPos = DAG.getNode(X86ISD::PHMINPOS, DL, MVT::v8i16, MinPos); in combineMinMaxReduction()
|