Searched refs:EXTRQI (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 537 EXTRQI, enumerator
|
| H A D | X86ScheduleBdVer2.td | 1213 def : InstRW<[PdWriteEXTRQ], (instrs EXTRQ, EXTRQI)>;
|
| H A D | X86InstrFragmentsSIMD.td | 333 def X86extrqi : SDNode<"X86ISD::EXTRQI",
|
| H A D | X86ScheduleZnver3.td | 1047 def : InstRW<[Zn3WriteEXTRQI_INSERTQI], (instrs EXTRQI, INSERTQI)>;
|
| H A D | X86IntrinsicsInfo.h | 2012 X86_INTRINSIC_DATA(sse4a_extrqi, INTR_TYPE_3OP, X86ISD::EXTRQI, 0),
|
| H A D | X86ScheduleZnver4.td | 1060 def : InstRW<[Zn4WriteEXTRQI_INSERTQI], (instrs EXTRQI, INSERTQI)>;
|
| H A D | X86ISelLowering.cpp | 2845 case X86ISD::EXTRQI: in isTargetShuffle() 5561 case X86ISD::EXTRQI: in getTargetShuffleMask() 12358 return DAG.getNode(X86ISD::EXTRQI, DL, VT, V1, in lowerShuffleWithSSE4A() 12472 MVT::v2i64, DAG.getNode(X86ISD::EXTRQI, DL, VT, InputV, in lowerShuffleAsSpecificExtension() 12481 MVT::v2i64, DAG.getNode(X86ISD::EXTRQI, DL, VT, InputV, in lowerShuffleAsSpecificExtension() 35007 NODE_NAME_CASE(EXTRQI) in getTargetNodeName() 40333 if (Depth == 0 && RootOpc == X86ISD::EXTRQI) in combineX86ShuffleChain() 40336 Res = DAG.getNode(X86ISD::EXTRQI, DL, IntMaskVT, V1, in combineX86ShuffleChain() 60606 case X86ISD::EXTRQI: in PerformDAGCombine()
|
| H A D | X86InstrSSE.td | 7025 def EXTRQI : Ii8<0x78, MRMXr, (outs VR128:$dst),
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86InstComments.cpp | 1682 case X86::EXTRQI: in EmitAnyX86InstComments()
|