Searched refs:IsAccessSafe (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 184 bool IsAccessSafe(Value *Addr, uint64_t Size, const Value *AllocaPtr, 224 bool SafeStack::IsAccessSafe(Value *Addr, uint64_t AccessSize, in IsAccessSafe() function in __anon825189cb0111::SafeStack 260 return IsAccessSafe(U, Len->getZExtValue(), AllocaPtr, AllocaSize); in IsMemIntrinsicSafe() 283 if (!IsAccessSafe(UI, DL->getTypeStoreSize(I->getType()), AllocaPtr, in IsSafeStackAlloca() 299 if (!IsAccessSafe(UI, DL->getTypeStoreSize(I->getOperand(0)->getType()), in IsSafeStackAlloca()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
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 __anonaf4797030111::SafeStack 268 return IsAccessSafe(U, Len->getZExtValue(), AllocaPtr, AllocaSize); in IsMemIntrinsicSafe() 291 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getType()), AllocaPtr, in IsSafeStackAlloca() 308 if (!IsAccessSafe(UI, DL.getTypeStoreSize(I->getOperand(0)->getType()), in IsSafeStackAlloca()
|