Searched refs:PHMINPOS (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 384 PHMINPOS, enumerator
|
H A D | X86Schedule.td | 401 defm WritePHMINPOS : X86SchedWritePair<ReadAfterVecXLd>; // Vector PHMINPOS.
|
H A D | X86IntrinsicsInfo.h | 1093 X86_INTRINSIC_DATA(sse41_phminposuw, INTR_TYPE_1OP, X86ISD::PHMINPOS, 0),
|
H A D | X86InstrFragmentsSIMD.td | 230 def X86phminpos: SDNode<"X86ISD::PHMINPOS",
|
H A D | X86SchedBroadwell.td | 406 defm : BWWriteResPair<WritePHMINPOS, [BWPort0], 5>; // Vector PHMINPOS.
|
H A D | X86SchedSkylakeClient.td | 395 defm : SKLWriteResPair<WritePHMINPOS, [SKLPort01], 4, [1], 1, 6>; // Vector PHMINPOS.
|
H A D | X86ScheduleZnver3.td | 1162 defm : Zn3WriteResXMMPair<WritePHMINPOS, [Zn3FPVAdd01], 3, [1], 1>; // Vector PHMINPOS.
|
H A D | X86SchedSkylakeServer.td | 395 defm : SKXWriteResPair<WritePHMINPOS, [SKXPort0], 4, [1], 1, 6>; // Vector PHMINPOS.
|
H A D | X86ISelLowering.cpp | 31426 NODE_NAME_CASE(PHMINPOS) in getTargetNodeName() 40315 MinPos = DAG.getNode(X86ISD::PHMINPOS, DL, MVT::v8i16, MinPos); in combineMinMaxReduction()
|