Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CreateFence

1051     Builder.CreateFence(llvm::SequentiallyConsistent);
1245 Builder.CreateFence(llvm::Acquire, Scope);
1248 Builder.CreateFence(llvm::Release, Scope);
1251 Builder.CreateFence(llvm::AcquireRelease, Scope);
1254 Builder.CreateFence(llvm::SequentiallyConsistent, Scope);
1271 Builder.CreateFence(llvm::Acquire, Scope);
1277 Builder.CreateFence(llvm::Release, Scope);
1282 Builder.CreateFence(llvm::AcquireRelease, Scope);
1287 Builder.CreateFence(llvm::SequentiallyConsistent, Scope);