/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 200 bool IsAccessSafe(Value *Addr, uint64_t Size, const Value *AllocaPtr, 231 bool SafeStack::IsAccessSafe(Value *Addr, uint64_t AccessSize, in IsAccessSafe() function in __anona52c41b20111::SafeStack 274 return IsAccessSafe(U, Len->getZExtValue(), AllocaPtr, AllocaSize); in IsMemIntrinsicSafe() 297 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getType()), AllocaPtr, in IsSafeStackAlloca() 314 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getOperand(0)->getType()), in IsSafeStackAlloca()
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 204 bool IsAccessSafe(Value *Addr, uint64_t Size, const Value *AllocaPtr, 235 bool SafeStack::IsAccessSafe(Value *Addr, uint64_t AccessSize, in IsAccessSafe() function in __anonceb6ab770111::SafeStack 278 return IsAccessSafe(U, Len->getZExtValue(), AllocaPtr, AllocaSize); in IsMemIntrinsicSafe() 301 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getType()), AllocaPtr, in IsSafeStackAlloca() 318 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getOperand(0)->getType()), in IsSafeStackAlloca()
|
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/ |
H A D | SafeStack.cpp | 200 bool IsAccessSafe(Value *Addr, uint64_t Size, const Value *AllocaPtr, 231 bool SafeStack::IsAccessSafe(Value *Addr, uint64_t AccessSize, in IsAccessSafe() function in __anoneb61a54f0111::SafeStack 274 return IsAccessSafe(U, Len->getZExtValue(), AllocaPtr, AllocaSize); in IsMemIntrinsicSafe() 297 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getType()), AllocaPtr, in IsSafeStackAlloca() 314 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getOperand(0)->getType()), in IsSafeStackAlloca()
|
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/ |
H A D | SafeStack.cpp | 204 bool IsAccessSafe(Value *Addr, uint64_t Size, const Value *AllocaPtr, 235 bool SafeStack::IsAccessSafe(Value *Addr, uint64_t AccessSize, in IsAccessSafe() function in __anoncb6667c50111::SafeStack 278 return IsAccessSafe(U, Len->getZExtValue(), AllocaPtr, AllocaSize); in IsMemIntrinsicSafe() 301 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getType()), AllocaPtr, in IsSafeStackAlloca() 318 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getOperand(0)->getType()), in IsSafeStackAlloca()
|
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 202 bool IsAccessSafe(Value *Addr, uint64_t Size, const Value *AllocaPtr, 233 bool SafeStack::IsAccessSafe(Value *Addr, uint64_t AccessSize, in IsAccessSafe() function in __anon2d02d1a10111::SafeStack 276 return IsAccessSafe(U, Len->getZExtValue(), AllocaPtr, AllocaSize); in IsMemIntrinsicSafe() 299 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getType()), AllocaPtr, in IsSafeStackAlloca() 316 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getOperand(0)->getType()), in IsSafeStackAlloca()
|
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/ |
H A D | SafeStack.cpp | 204 bool IsAccessSafe(Value *Addr, uint64_t Size, const Value *AllocaPtr, 235 bool SafeStack::IsAccessSafe(Value *Addr, uint64_t AccessSize, in IsAccessSafe() function in __anonebb3e6d10111::SafeStack 278 return IsAccessSafe(U, Len->getZExtValue(), AllocaPtr, AllocaSize); in IsMemIntrinsicSafe() 301 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getType()), AllocaPtr, in IsSafeStackAlloca() 318 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getOperand(0)->getType()), in IsSafeStackAlloca()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 200 bool IsAccessSafe(Value *Addr, uint64_t Size, const Value *AllocaPtr, 231 bool SafeStack::IsAccessSafe(Value *Addr, uint64_t AccessSize, in IsAccessSafe() function in __anonde19383a0111::SafeStack 274 return IsAccessSafe(U, Len->getZExtValue(), AllocaPtr, AllocaSize); in IsMemIntrinsicSafe() 297 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getType()), AllocaPtr, in IsSafeStackAlloca() 314 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getOperand(0)->getType()), in IsSafeStackAlloca()
|
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 204 bool IsAccessSafe(Value *Addr, uint64_t Size, const Value *AllocaPtr, 235 bool SafeStack::IsAccessSafe(Value *Addr, uint64_t AccessSize, in IsAccessSafe() function in __anond3f54cc40111::SafeStack 278 return IsAccessSafe(U, Len->getZExtValue(), AllocaPtr, AllocaSize); in IsMemIntrinsicSafe() 301 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getType()), AllocaPtr, in IsSafeStackAlloca() 318 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getOperand(0)->getType()), in IsSafeStackAlloca()
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 204 bool IsAccessSafe(Value *Addr, uint64_t Size, const Value *AllocaPtr, 237 bool SafeStack::IsAccessSafe(Value *Addr, uint64_t AccessSize, in IsAccessSafe() function in __anon5a3a51420111::SafeStack 280 return IsAccessSafe(U, Len->getZExtValue(), AllocaPtr, AllocaSize); in IsMemIntrinsicSafe() 303 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getType()), AllocaPtr, in IsSafeStackAlloca() 320 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getOperand(0)->getType()), in IsSafeStackAlloca()
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 204 bool IsAccessSafe(Value *Addr, uint64_t Size, const Value *AllocaPtr, 235 bool SafeStack::IsAccessSafe(Value *Addr, uint64_t AccessSize, in IsAccessSafe() function in __anon02ffdb770111::SafeStack 278 return IsAccessSafe(U, Len->getZExtValue(), AllocaPtr, AllocaSize); in IsMemIntrinsicSafe() 301 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getType()), AllocaPtr, in IsSafeStackAlloca() 318 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getOperand(0)->getType()), in IsSafeStackAlloca()
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 202 bool IsAccessSafe(Value *Addr, uint64_t Size, const Value *AllocaPtr, 233 bool SafeStack::IsAccessSafe(Value *Addr, uint64_t AccessSize, in IsAccessSafe() function in __anonf92607b50111::SafeStack 276 return IsAccessSafe(U, Len->getZExtValue(), AllocaPtr, AllocaSize); in IsMemIntrinsicSafe() 299 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getType()), AllocaPtr, in IsSafeStackAlloca() 316 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getOperand(0)->getType()), in IsSafeStackAlloca()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 202 bool IsAccessSafe(Value *Addr, uint64_t Size, const Value *AllocaPtr, 233 bool SafeStack::IsAccessSafe(Value *Addr, uint64_t AccessSize, in IsAccessSafe() function in __anon570497620111::SafeStack 276 return IsAccessSafe(U, Len->getZExtValue(), AllocaPtr, AllocaSize); in IsMemIntrinsicSafe() 299 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getType()), AllocaPtr, in IsSafeStackAlloca() 316 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getOperand(0)->getType()), in IsSafeStackAlloca()
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 204 bool IsAccessSafe(Value *Addr, uint64_t Size, const Value *AllocaPtr, 235 bool SafeStack::IsAccessSafe(Value *Addr, uint64_t AccessSize, in IsAccessSafe() function in __anone539c3af0111::SafeStack 278 return IsAccessSafe(U, Len->getZExtValue(), AllocaPtr, AllocaSize); in IsMemIntrinsicSafe() 301 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getType()), AllocaPtr, in IsSafeStackAlloca() 318 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getOperand(0)->getType()), in IsSafeStackAlloca()
|
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 204 bool IsAccessSafe(Value *Addr, uint64_t Size, const Value *AllocaPtr, 235 bool SafeStack::IsAccessSafe(Value *Addr, uint64_t AccessSize, in IsAccessSafe() function in __anon36dca5630111::SafeStack 278 return IsAccessSafe(U, Len->getZExtValue(), AllocaPtr, AllocaSize); in IsMemIntrinsicSafe() 301 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getType()), AllocaPtr, in IsSafeStackAlloca() 318 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getOperand(0)->getType()), in IsSafeStackAlloca()
|
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/ |
H A D | SafeStack.cpp | 199 bool IsAccessSafe(Value *Addr, uint64_t Size, const Value *AllocaPtr, 230 bool SafeStack::IsAccessSafe(Value *Addr, uint64_t AccessSize, in IsAccessSafe() function in __anone7419b8f0111::SafeStack 273 return IsAccessSafe(U, Len->getZExtValue(), AllocaPtr, AllocaSize); in IsMemIntrinsicSafe() 296 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getType()), AllocaPtr, in IsSafeStackAlloca() 313 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getOperand(0)->getType()), in IsSafeStackAlloca()
|
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/ |
H A D | SafeStack.cpp | 200 bool IsAccessSafe(Value *Addr, uint64_t Size, const Value *AllocaPtr, 231 bool SafeStack::IsAccessSafe(Value *Addr, uint64_t AccessSize, 274 return IsAccessSafe(U, Len->getZExtValue(), AllocaPtr, AllocaSize); 297 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getType()), AllocaPtr, in subRangeLiveAt() 314 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getOperand(0)->getType()), in subRangeLiveAt()
|
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/ |
H A D | SafeStack.cpp | 200 bool IsAccessSafe(Value *Addr, uint64_t Size, const Value *AllocaPtr, 231 bool SafeStack::IsAccessSafe(Value *Addr, uint64_t AccessSize, 268 return IsAccessSafe(U, Len->getZExtValue(), AllocaPtr, AllocaSize); in strptr_cmp() 291 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getType()), AllocaPtr, 308 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getOperand(0)->getType()),
|