Home
last modified time | relevance | path

Searched refs:ATOMIC_FENCE (Results 1 – 25 of 59) sorted by relevance

123

/external/llvm-project/llvm/test/CodeGen/AMDGPU/GlobalISel/
Dmemory-legalizer-atomic-fence.ll9 ; GCN-NOT: ATOMIC_FENCE
31 ; GCN-NOT: ATOMIC_FENCE
47 ; GCN-NOT: ATOMIC_FENCE
67 ; GCN-NOT: ATOMIC_FENCE
87 ; GCN-NOT: ATOMIC_FENCE
101 ; GCN-NOT: ATOMIC_FENCE
115 ; GCN-NOT: ATOMIC_FENCE
129 ; GCN-NOT: ATOMIC_FENCE
143 ; GCN-NOT: ATOMIC_FENCE
165 ; GCN-NOT: ATOMIC_FENCE
[all …]
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Doptimize-exec-mask-pre-ra-loop-phi.mir28 ; CHECK: ATOMIC_FENCE 4, 2
50 ATOMIC_FENCE 4, 2
75 ; CHECK: ATOMIC_FENCE 4, 2
97 ATOMIC_FENCE 4, 2
124 ; CHECK: ATOMIC_FENCE 4, 2
147 ATOMIC_FENCE 4, 2
172 ; CHECK: ATOMIC_FENCE 4, 2
195 ATOMIC_FENCE 4, 2
Di1_copy_phi_with_phi_incoming_value.mir38 ; GCN: ATOMIC_FENCE 5, 2
40 ; GCN: ATOMIC_FENCE 4, 2
103 ATOMIC_FENCE 5, 2
105 ATOMIC_FENCE 4, 2
/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Datomic-fence.mir55 ; CHECK: ATOMIC_FENCE
63 ATOMIC_FENCE 0, implicit-def $arguments
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyISelDAGToDAG.cpp88 case ISD::ATOMIC_FENCE: { in Select()
110 WebAssembly::ATOMIC_FENCE, in Select()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelDAGToDAG.cpp89 case ISD::ATOMIC_FENCE: { in Select()
111 WebAssembly::ATOMIC_FENCE, in Select()
DWebAssemblyInstrAtomics.td125 defm ATOMIC_FENCE : ATOMIC_NRI<(outs), (ins i8imm:$flags), [], "atomic.fence",
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h698 ATOMIC_FENCE, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h842 ATOMIC_FENCE, enumerator
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h1027 ATOMIC_FENCE, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMemoryLegalizer.cpp607 if (MI->getOpcode() != AMDGPU::ATOMIC_FENCE) in getAtomicFenceInfo()
1209 assert(MI->getOpcode() == AMDGPU::ATOMIC_FENCE); in expandAtomicFence()
DSIInstructions.td87 def ATOMIC_FENCE : SPseudoInstSI<
90 "ATOMIC_FENCE $ordering, $scope"> {
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIMemoryLegalizer.cpp633 if (MI->getOpcode() != AMDGPU::ATOMIC_FENCE) in getAtomicFenceInfo()
1250 assert(MI->getOpcode() == AMDGPU::ATOMIC_FENCE); in expandAtomicFence()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp63 case ISD::ATOMIC_FENCE: return "AtomicFence"; in getOperationName()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp130 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Expand); in Mips16TargetLowering()
/external/llvm-project/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp130 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Expand); in Mips16TargetLowering()
/external/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp131 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Expand); in Mips16TargetLowering()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp83 case ISD::ATOMIC_FENCE: return "AtomicFence"; in getOperationName()
/external/llvm-project/llvm/lib/Target/VE/
DVEISelLowering.cpp251 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom); in initSPUActions()
1391 case ISD::ATOMIC_FENCE: in LowerOperation()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp83 case ISD::ATOMIC_FENCE: return "AtomicFence"; in getOperationName()
/external/llvm-project/llvm/docs/
DAtomics.rst621 There's also, somewhat separately, the possibility to lower ``ATOMIC_FENCE`` to
623 above, controlled purely by ``setOperationAction(ISD::ATOMIC_FENCE, ...)``.
/external/llvm/docs/
DAtomics.rst603 There's also, somewhat separately, the possibility to lower ``ATOMIC_FENCE`` to
605 above, controlled purely by ``setOperationAction(ISD::ATOMIC_FENCE, ...)``.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp154 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom); in XCoreTargetLowering()
221 case ISD::ATOMIC_FENCE: return LowerATOMIC_FENCE(Op, DAG); in LowerOperation()
/external/llvm-project/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp154 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom); in XCoreTargetLowering()
221 case ISD::ATOMIC_FENCE: return LowerATOMIC_FENCE(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp157 setOperationAction(ISD::ATOMIC_FENCE, MVT::Other, Custom); in XCoreTargetLowering()
224 case ISD::ATOMIC_FENCE: return LowerATOMIC_FENCE(Op, DAG); in LowerOperation()

123