/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelDAGToDAG.cpp | 138 case ISD::ATOMIC_FENCE: { in Select() 159 WebAssembly::ATOMIC_FENCE, in Select()
|
H A D | WebAssemblyInstrAtomics.td | 113 defm ATOMIC_FENCE : ATOMIC_NRI<(outs), (ins i8imm:$flags), [], "atomic.fence",
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1274 ATOMIC_FENCE, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips16ISelLowering.cpp | 130 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, LibCall); in Mips16TargetLowering()
|
H A D | MipsSEISelLowering.cpp | 199 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom); in MipsSETargetLowering()
|
H A D | MipsISelLowering.cpp | 1257 case ISD::ATOMIC_FENCE: return lowerATOMIC_FENCE(Op, DAG); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIMemoryLegalizer.cpp | 906 if (MI->getOpcode() != AMDGPU::ATOMIC_FENCE) in getAtomicFenceInfo() 2706 assert(MI->getOpcode() == AMDGPU::ATOMIC_FENCE); in expandAtomicFence()
|
H A D | SIInstructions.td | 113 def ATOMIC_FENCE : SPseudoInstSI< 116 "ATOMIC_FENCE $ordering, $scope"> {
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 84 case ISD::ATOMIC_FENCE: return "AtomicFence"; in getOperationName()
|
H A D | LegalizeDAG.cpp | 4411 case ISD::ATOMIC_FENCE: { in ConvertNodeToLibcall()
|
H A D | SelectionDAGBuilder.cpp | 5146 SDValue N = DAG.getNode(ISD::ATOMIC_FENCE, dl, MVT::Other, Ops); in visitFence()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 150 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom); in XCoreTargetLowering() 216 case ISD::ATOMIC_FENCE: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYISelLowering.cpp | 110 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Expand); in CSKYTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 271 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom); in initSPUActions() 1876 case ISD::ATOMIC_FENCE: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 165 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom); in M68kTargetLowering() 1422 case ISD::ATOMIC_FENCE: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 1527 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom); in HexagonTargetLowering() 3388 case ISD::ATOMIC_FENCE: return LowerATOMIC_FENCE(Op, DAG); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.cpp | 157 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom); in LoongArchTargetLowering() 378 case ISD::ATOMIC_FENCE: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 712 def atomic_fence : SDNode<"ISD::ATOMIC_FENCE" , SDTAtomicFence,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 1781 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Legal); in SparcTargetLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 316 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom); in SystemZTargetLowering() 6176 case ISD::ATOMIC_FENCE: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 1332 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom); in ARMTargetLowering() 1350 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, in ARMTargetLowering() 10582 case ISD::ATOMIC_FENCE: return LowerATOMIC_FENCE(Op, DAG, Subtarget); in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 657 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom); in RISCVTargetLowering() 6248 case ISD::ATOMIC_FENCE: in LowerOperation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 536 setOperationAction(ISD::ATOMIC_FENCE , MVT::Other, Custom); in X86TargetLowering() 32354 case ISD::ATOMIC_FENCE: return LowerATOMIC_FENCE(Op, Subtarget, DAG); in LowerOperation()
|