Searched refs:MFENCE (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCA/ |
| H A D | X86CustomBehaviour.cpp | 26 case X86::MFENCE: in setMemBarriers()
|
| /freebsd/sys/x86/linux/ |
| H A D | linux_vdso_gettc_x86.inc | 109 [1] = { /* AMD, MFENCE */
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86SpeculativeLoadHardening.cpp | 384 if (MI.getOpcode() == X86::MFENCE) in hasVulnerableLoad() 1316 if (MI.getOpcode() == X86::MFENCE) in tracePredStateThroughBlocksAndHarden()
|
| H A D | X86LoadValueInjectionLoadHardening.cpp | 766 if (!MI.mayLoadOrStore() || MI.getOpcode() == X86::MFENCE || in instrUsesRegToAccessMemory()
|
| H A D | X86ISelLowering.h | 760 MFENCE, enumerator
|
| H A D | X86InstrFragments.td | 134 def X86MFence : SDNode<"X86ISD::MFENCE", SDTNone, [SDNPHasChain]>;
|
| H A D | X86SchedLunarlakeP.td | 1076 MFENCE)>;
|
| H A D | X86SchedAlderlakeP.td | 688 MFENCE)>;
|
| H A D | X86SchedSapphireRapids.td | 774 MFENCE)>;
|
| H A D | X86InstrSSE.td | 3260 def MFENCE : I<0xAE, MRM6X, (outs), (ins), "mfence", [(int_x86_sse2_mfence)]>, 3264 def : Pat<(X86MFence), (MFENCE)>;
|
| H A D | X86ISelLowering.cpp | 32269 return DAG.getNode(X86ISD::MFENCE, dl, MVT::Other, Op.getOperand(0)); in LowerATOMIC_FENCE() 35161 NODE_NAME_CASE(MFENCE) in getTargetNodeName()
|