Home
last modified time | relevance | path

Searched refs:CurrentV (Results 1 – 14 of 14) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp158 Value *&CurrentV = Out[Offset]; in applyMemSet() local
159 if (!CurrentV) { in applyMemSet()
160 CurrentV = C; in applyMemSet()
162 CurrentV = IRB.CreateOr(CurrentV, C); in applyMemSet()
187 Value *&CurrentV = Out[Offset]; in applyStore() local
188 if (!CurrentV) { in applyStore()
189 CurrentV = V; in applyStore()
191 CurrentV = IRB.CreateOr(CurrentV, V); in applyStore()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp154 Value *&CurrentV = Out[Offset]; in applyMemSet() local
155 if (!CurrentV) { in applyMemSet()
156 CurrentV = C; in applyMemSet()
158 CurrentV = IRB.CreateOr(CurrentV, C); in applyMemSet()
183 Value *&CurrentV = Out[Offset]; in applyStore() local
184 if (!CurrentV) { in applyStore()
185 CurrentV = V; in applyStore()
187 CurrentV = IRB.CreateOr(CurrentV, V); in applyStore()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AArch64/
H A DAArch64StackTagging.cpp145 Value *&CurrentV = Out[Offset]; in applyMemSet() local
146 if (!CurrentV) { in applyMemSet()
147 CurrentV = C; in applyMemSet()
149 CurrentV = IRB.CreateOr(CurrentV, C); in applyMemSet()
174 Value *&CurrentV = Out[Offset]; in applyStore() local
175 if (!CurrentV) { in applyStore()
176 CurrentV = V; in applyStore()
178 CurrentV = IRB.CreateOr(CurrentV, V); in applyStore()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp161 Value *&CurrentV = Out[Offset]; in applyMemSet() local
162 if (!CurrentV) { in applyMemSet()
163 CurrentV = C; in applyMemSet()
165 CurrentV = IRB.CreateOr(CurrentV, C); in applyMemSet()
190 Value *&CurrentV = Out[Offset]; in applyStore() local
191 if (!CurrentV) { in applyStore()
192 CurrentV = V; in applyStore()
194 CurrentV = IRB.CreateOr(CurrentV, V); in applyStore()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AArch64/
H A DAArch64StackTagging.cpp161 Value *&CurrentV = Out[Offset]; in applyMemSet() local
162 if (!CurrentV) { in applyMemSet()
163 CurrentV = C; in applyMemSet()
165 CurrentV = IRB.CreateOr(CurrentV, C); in applyMemSet()
190 Value *&CurrentV = Out[Offset]; in applyStore() local
191 if (!CurrentV) { in applyStore()
192 CurrentV = V; in applyStore()
194 CurrentV = IRB.CreateOr(CurrentV, V); in applyStore()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp159 Value *&CurrentV = Out[Offset]; in applyMemSet() local
160 if (!CurrentV) { in applyMemSet()
161 CurrentV = C; in applyMemSet()
163 CurrentV = IRB.CreateOr(CurrentV, C); in applyMemSet()
188 Value *&CurrentV = Out[Offset]; in applyStore() local
189 if (!CurrentV) { in applyStore()
190 CurrentV = V; in applyStore()
192 CurrentV = IRB.CreateOr(CurrentV, V); in applyStore()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/AArch64/
H A DAArch64StackTagging.cpp154 Value *&CurrentV = Out[Offset]; in applyMemSet() local
155 if (!CurrentV) { in applyMemSet()
156 CurrentV = C; in applyMemSet()
158 CurrentV = IRB.CreateOr(CurrentV, C); in applyMemSet()
183 Value *&CurrentV = Out[Offset]; in applyStore() local
184 if (!CurrentV) { in applyStore()
185 CurrentV = V; in applyStore()
187 CurrentV = IRB.CreateOr(CurrentV, V); in applyStore()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp161 Value *&CurrentV = Out[Offset]; in applyMemSet() local
162 if (!CurrentV) { in applyMemSet()
163 CurrentV = C; in applyMemSet()
165 CurrentV = IRB.CreateOr(CurrentV, C); in applyMemSet()
190 Value *&CurrentV = Out[Offset]; in applyStore() local
191 if (!CurrentV) { in applyStore()
192 CurrentV = V; in applyStore()
194 CurrentV = IRB.CreateOr(CurrentV, V); in applyStore()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp145 Value *&CurrentV = Out[Offset]; in applyMemSet() local
146 if (!CurrentV) { in applyMemSet()
147 CurrentV = C; in applyMemSet()
149 CurrentV = IRB.CreateOr(CurrentV, C); in applyMemSet()
174 Value *&CurrentV = Out[Offset]; in applyStore() local
175 if (!CurrentV) { in applyStore()
176 CurrentV = V; in applyStore()
178 CurrentV = IRB.CreateOr(CurrentV, V); in applyStore()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp160 Value *&CurrentV = Out[Offset]; in applyMemSet() local
161 if (!CurrentV) { in applyMemSet()
162 CurrentV = C; in applyMemSet()
164 CurrentV = IRB.CreateOr(CurrentV, C); in applyMemSet()
189 Value *&CurrentV = Out[Offset]; in applyStore() local
190 if (!CurrentV) { in applyStore()
191 CurrentV = V; in applyStore()
193 CurrentV = IRB.CreateOr(CurrentV, V); in applyStore()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp161 Value *&CurrentV = Out[Offset]; in applyMemSet() local
162 if (!CurrentV) { in applyMemSet()
163 CurrentV = C; in applyMemSet()
165 CurrentV = IRB.CreateOr(CurrentV, C); in applyMemSet()
190 Value *&CurrentV = Out[Offset]; in applyStore() local
191 if (!CurrentV) { in applyStore()
192 CurrentV = V; in applyStore()
194 CurrentV = IRB.CreateOr(CurrentV, V); in applyStore()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp145 Value *&CurrentV = Out[Offset]; in applyMemSet() local
146 if (!CurrentV) { in applyMemSet()
147 CurrentV = C; in applyMemSet()
149 CurrentV = IRB.CreateOr(CurrentV, C); in applyMemSet()
174 Value *&CurrentV = Out[Offset]; in applyStore() local
175 if (!CurrentV) { in applyStore()
176 CurrentV = V; in applyStore()
178 CurrentV = IRB.CreateOr(CurrentV, V); in applyStore()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp159 Value *&CurrentV = Out[Offset]; in applyMemSet() local
160 if (!CurrentV) { in applyMemSet()
161 CurrentV = C; in applyMemSet()
163 CurrentV = IRB.CreateOr(CurrentV, C); in applyMemSet()
188 Value *&CurrentV = Out[Offset]; in applyStore() local
189 if (!CurrentV) { in applyStore()
190 CurrentV = V; in applyStore()
192 CurrentV = IRB.CreateOr(CurrentV, V); in applyStore()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp161 Value *&CurrentV = Out[Offset]; in applyMemSet() local
162 if (!CurrentV) { in applyMemSet()
163 CurrentV = C; in applyMemSet()
165 CurrentV = IRB.CreateOr(CurrentV, C); in applyMemSet()
190 Value *&CurrentV = Out[Offset]; in applyStore() local
191 if (!CurrentV) { in applyStore()
192 CurrentV = V; in applyStore()
194 CurrentV = IRB.CreateOr(CurrentV, V); in applyStore()