Home
last modified time | relevance | path

Searched refs:NoStoreBB (Results 1 – 17 of 17) sorted by relevance

/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/
H A DAtomicExpandPass.cpp1040 auto NoStoreBB = BasicBlock::Create(Ctx, "cmpxchg.nostore", F, FailureBB); in expandAtomicCmpXchg() local
1041 auto SuccessBB = BasicBlock::Create(Ctx, "cmpxchg.success", F, NoStoreBB); in expandAtomicCmpXchg()
1070 Builder.CreateCondBr(ShouldStore, ReleasingStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1095 Builder.CreateCondBr(ShouldStore, TryStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1106 Builder.SetInsertPoint(NoStoreBB); in expandAtomicCmpXchg()
1137 Builder.SetInsertPoint(NoStoreBB, NoStoreBB->begin()); in expandAtomicCmpXchg()
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/
H A DAtomicExpandPass.cpp1144 auto NoStoreBB = BasicBlock::Create(Ctx, "cmpxchg.nostore", F, FailureBB); in expandAtomicCmpXchg() local
1145 auto SuccessBB = BasicBlock::Create(Ctx, "cmpxchg.success", F, NoStoreBB); in expandAtomicCmpXchg()
1174 Builder.CreateCondBr(ShouldStore, ReleasingStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1199 Builder.CreateCondBr(ShouldStore, TryStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1210 Builder.SetInsertPoint(NoStoreBB); in expandAtomicCmpXchg()
1241 Builder.SetInsertPoint(NoStoreBB, NoStoreBB->begin()); in expandAtomicCmpXchg()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1170 auto NoStoreBB = BasicBlock::Create(Ctx, "cmpxchg.nostore", F, FailureBB); in expandAtomicCmpXchg() local
1171 auto SuccessBB = BasicBlock::Create(Ctx, "cmpxchg.success", F, NoStoreBB); in expandAtomicCmpXchg()
1200 Builder.CreateCondBr(ShouldStore, ReleasingStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1225 Builder.CreateCondBr(ShouldStore, TryStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1236 Builder.SetInsertPoint(NoStoreBB); in expandAtomicCmpXchg()
1267 Builder.SetInsertPoint(NoStoreBB, NoStoreBB->begin()); in expandAtomicCmpXchg()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/
H A DAtomicExpandPass.cpp1170 auto NoStoreBB = BasicBlock::Create(Ctx, "cmpxchg.nostore", F, FailureBB); in expandAtomicCmpXchg() local
1171 auto SuccessBB = BasicBlock::Create(Ctx, "cmpxchg.success", F, NoStoreBB); in expandAtomicCmpXchg()
1200 Builder.CreateCondBr(ShouldStore, ReleasingStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1225 Builder.CreateCondBr(ShouldStore, TryStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1236 Builder.SetInsertPoint(NoStoreBB); in expandAtomicCmpXchg()
1267 Builder.SetInsertPoint(NoStoreBB, NoStoreBB->begin()); in expandAtomicCmpXchg()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1170 auto NoStoreBB = BasicBlock::Create(Ctx, "cmpxchg.nostore", F, FailureBB); in expandAtomicCmpXchg() local
1171 auto SuccessBB = BasicBlock::Create(Ctx, "cmpxchg.success", F, NoStoreBB); in expandAtomicCmpXchg()
1200 Builder.CreateCondBr(ShouldStore, ReleasingStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1225 Builder.CreateCondBr(ShouldStore, TryStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1236 Builder.SetInsertPoint(NoStoreBB); in expandAtomicCmpXchg()
1267 Builder.SetInsertPoint(NoStoreBB, NoStoreBB->begin()); in expandAtomicCmpXchg()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/
H A DAtomicExpandPass.cpp1169 auto NoStoreBB = BasicBlock::Create(Ctx, "cmpxchg.nostore", F, FailureBB); in expandAtomicCmpXchg() local
1170 auto SuccessBB = BasicBlock::Create(Ctx, "cmpxchg.success", F, NoStoreBB); in expandAtomicCmpXchg()
1199 Builder.CreateCondBr(ShouldStore, ReleasingStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1224 Builder.CreateCondBr(ShouldStore, TryStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1235 Builder.SetInsertPoint(NoStoreBB); in expandAtomicCmpXchg()
1266 Builder.SetInsertPoint(NoStoreBB, NoStoreBB->begin()); in expandAtomicCmpXchg()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1191 auto NoStoreBB = BasicBlock::Create(Ctx, "cmpxchg.nostore", F, FailureBB); in expandAtomicCmpXchg() local
1192 auto SuccessBB = BasicBlock::Create(Ctx, "cmpxchg.success", F, NoStoreBB); in expandAtomicCmpXchg()
1228 Builder.CreateCondBr(ShouldStore, ReleasingStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1260 Builder.CreateCondBr(ShouldStore, TryStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1273 Builder.SetInsertPoint(NoStoreBB); in expandAtomicCmpXchg()
1289 LoadedFailure->addIncoming(LoadedNoStore, NoStoreBB); in expandAtomicCmpXchg()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1191 auto NoStoreBB = BasicBlock::Create(Ctx, "cmpxchg.nostore", F, FailureBB); in expandAtomicCmpXchg() local
1192 auto SuccessBB = BasicBlock::Create(Ctx, "cmpxchg.success", F, NoStoreBB); in expandAtomicCmpXchg()
1228 Builder.CreateCondBr(ShouldStore, ReleasingStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1260 Builder.CreateCondBr(ShouldStore, TryStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1273 Builder.SetInsertPoint(NoStoreBB); in expandAtomicCmpXchg()
1289 LoadedFailure->addIncoming(LoadedNoStore, NoStoreBB); in expandAtomicCmpXchg()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/
H A DAtomicExpandPass.cpp1191 auto NoStoreBB = BasicBlock::Create(Ctx, "cmpxchg.nostore", F, FailureBB); in expandAtomicCmpXchg() local
1192 auto SuccessBB = BasicBlock::Create(Ctx, "cmpxchg.success", F, NoStoreBB); in expandAtomicCmpXchg()
1228 Builder.CreateCondBr(ShouldStore, ReleasingStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1260 Builder.CreateCondBr(ShouldStore, TryStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1273 Builder.SetInsertPoint(NoStoreBB); in expandAtomicCmpXchg()
1289 LoadedFailure->addIncoming(LoadedNoStore, NoStoreBB); in expandAtomicCmpXchg()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1191 auto NoStoreBB = BasicBlock::Create(Ctx, "cmpxchg.nostore", F, FailureBB); in expandAtomicCmpXchg() local
1192 auto SuccessBB = BasicBlock::Create(Ctx, "cmpxchg.success", F, NoStoreBB); in expandAtomicCmpXchg()
1228 Builder.CreateCondBr(ShouldStore, ReleasingStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1260 Builder.CreateCondBr(ShouldStore, TryStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1273 Builder.SetInsertPoint(NoStoreBB); in expandAtomicCmpXchg()
1289 LoadedFailure->addIncoming(LoadedNoStore, NoStoreBB); in expandAtomicCmpXchg()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1193 auto NoStoreBB = BasicBlock::Create(Ctx, "cmpxchg.nostore", F, FailureBB); in expandAtomicCmpXchg() local
1194 auto SuccessBB = BasicBlock::Create(Ctx, "cmpxchg.success", F, NoStoreBB); in expandAtomicCmpXchg()
1230 Builder.CreateCondBr(ShouldStore, ReleasingStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1261 Builder.CreateCondBr(ShouldStore, TryStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1274 Builder.SetInsertPoint(NoStoreBB); in expandAtomicCmpXchg()
1290 LoadedFailure->addIncoming(LoadedNoStore, NoStoreBB); in expandAtomicCmpXchg()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1245 auto NoStoreBB = BasicBlock::Create(Ctx, "cmpxchg.nostore", F, FailureBB); in expandAtomicCmpXchg() local
1246 auto SuccessBB = BasicBlock::Create(Ctx, "cmpxchg.success", F, NoStoreBB); in expandAtomicCmpXchg()
1282 Builder.CreateCondBr(ShouldStore, ReleasingStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1315 Builder.CreateCondBr(ShouldStore, TryStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1328 Builder.SetInsertPoint(NoStoreBB); in expandAtomicCmpXchg()
1344 LoadedFailure->addIncoming(LoadedNoStore, NoStoreBB); in expandAtomicCmpXchg()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/
H A DAtomicExpandPass.cpp1245 auto NoStoreBB = BasicBlock::Create(Ctx, "cmpxchg.nostore", F, FailureBB); in expandAtomicCmpXchg() local
1246 auto SuccessBB = BasicBlock::Create(Ctx, "cmpxchg.success", F, NoStoreBB); in expandAtomicCmpXchg()
1282 Builder.CreateCondBr(ShouldStore, ReleasingStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1315 Builder.CreateCondBr(ShouldStore, TryStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1328 Builder.SetInsertPoint(NoStoreBB); in expandAtomicCmpXchg()
1344 LoadedFailure->addIncoming(LoadedNoStore, NoStoreBB); in expandAtomicCmpXchg()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1245 auto NoStoreBB = BasicBlock::Create(Ctx, "cmpxchg.nostore", F, FailureBB); in expandAtomicCmpXchg() local
1246 auto SuccessBB = BasicBlock::Create(Ctx, "cmpxchg.success", F, NoStoreBB); in expandAtomicCmpXchg()
1282 Builder.CreateCondBr(ShouldStore, ReleasingStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1315 Builder.CreateCondBr(ShouldStore, TryStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1328 Builder.SetInsertPoint(NoStoreBB); in expandAtomicCmpXchg()
1344 LoadedFailure->addIncoming(LoadedNoStore, NoStoreBB); in expandAtomicCmpXchg()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1260 auto NoStoreBB = BasicBlock::Create(Ctx, "cmpxchg.nostore", F, FailureBB); in expandAtomicCmpXchg() local
1261 auto SuccessBB = BasicBlock::Create(Ctx, "cmpxchg.success", F, NoStoreBB); in expandAtomicCmpXchg()
1297 Builder.CreateCondBr(ShouldStore, ReleasingStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1330 Builder.CreateCondBr(ShouldStore, TryStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1343 Builder.SetInsertPoint(NoStoreBB); in expandAtomicCmpXchg()
1359 LoadedFailure->addIncoming(LoadedNoStore, NoStoreBB); in expandAtomicCmpXchg()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1245 auto NoStoreBB = BasicBlock::Create(Ctx, "cmpxchg.nostore", F, FailureBB); in expandAtomicCmpXchg() local
1246 auto SuccessBB = BasicBlock::Create(Ctx, "cmpxchg.success", F, NoStoreBB); in expandAtomicCmpXchg()
1282 Builder.CreateCondBr(ShouldStore, ReleasingStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1315 Builder.CreateCondBr(ShouldStore, TryStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1328 Builder.SetInsertPoint(NoStoreBB); in expandAtomicCmpXchg()
1344 LoadedFailure->addIncoming(LoadedNoStore, NoStoreBB); in expandAtomicCmpXchg()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1245 auto NoStoreBB = BasicBlock::Create(Ctx, "cmpxchg.nostore", F, FailureBB); in expandAtomicCmpXchg() local
1246 auto SuccessBB = BasicBlock::Create(Ctx, "cmpxchg.success", F, NoStoreBB); in expandAtomicCmpXchg()
1282 Builder.CreateCondBr(ShouldStore, ReleasingStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1315 Builder.CreateCondBr(ShouldStore, TryStoreBB, NoStoreBB); in expandAtomicCmpXchg()
1328 Builder.SetInsertPoint(NoStoreBB); in expandAtomicCmpXchg()
1344 LoadedFailure->addIncoming(LoadedNoStore, NoStoreBB); in expandAtomicCmpXchg()