Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateFence

1037     Builder.CreateFence(llvm::SequentiallyConsistent);
1231 Builder.CreateFence(llvm::Acquire, Scope);
1234 Builder.CreateFence(llvm::Release, Scope);
1237 Builder.CreateFence(llvm::AcquireRelease, Scope);
1240 Builder.CreateFence(llvm::SequentiallyConsistent, Scope);
1257 Builder.CreateFence(llvm::Acquire, Scope);
1263 Builder.CreateFence(llvm::Release, Scope);
1268 Builder.CreateFence(llvm::AcquireRelease, Scope);
1273 Builder.CreateFence(llvm::SequentiallyConsistent, Scope);