Searched refs:XGETBV (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86IntrinsicsInfo.h | 32 XGETBV, enumerator 340 X86_INTRINSIC_DATA(xgetbv, XGETBV, X86::XGETBV, 0),
|
| H A D | X86InstrSystem.td | 616 def XGETBV : I<0x01, MRM_D0, (outs), (ins), "xgetbv", []>, TB;
|
| H A D | X86SchedSkylakeClient.td | 732 XGETBV)>;
|
| H A D | X86SchedBroadwell.td | 719 XGETBV)>;
|
| H A D | X86SchedHaswell.td | 1111 XGETBV)>;
|
| H A D | X86SchedLunarlakeP.td | 2011 def : InstRW<[LNLPWriteResGroupX277], (instrs XGETBV)>;
|
| H A D | X86SchedSkylakeServer.td | 751 XGETBV)>;
|
| H A D | X86SchedAlderlakeP.td | 2393 def : InstRW<[ADLPWriteResGroup277], (instrs XGETBV)>;
|
| H A D | X86SchedIceLake.td | 763 XGETBV)>;
|
| H A D | X86SchedSapphireRapids.td | 5120 def : InstRW<[SPRWriteResGroup564], (instrs XGETBV)>;
|
| H A D | X86ISelLowering.cpp | 28161 case XGETBV: { in LowerINTRINSIC_W_CHAIN() 34624 expandIntrinsicWChainHelper(N, dl, DAG, X86::XGETBV, X86::ECX, Subtarget, in ReplaceNodeResults()
|