Searched refs:AllocaPtr (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 181 bool IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize); 184 const Value *AllocaPtr, uint64_t AllocaSize); 185 bool IsAccessSafe(Value *Addr, uint64_t Size, const Value *AllocaPtr, 218 const Value *AllocaPtr, uint64_t AllocaSize) { in IsAccessSafe() argument 221 if (!Base || Base->getValue() != AllocaPtr) { in IsAccessSafe() 224 << (isa<AllocaInst>(AllocaPtr) ? "Alloca " : "ByValArgument ") in IsAccessSafe() 225 << *AllocaPtr << "\n" in IsAccessSafe() 242 << (isa<AllocaInst>(AllocaPtr) ? "Alloca " : "ByValArgument ") in IsAccessSafe() 243 << *AllocaPtr << "\n" in IsAccessSafe() 256 const Value *AllocaPtr, in IsMemIntrinsicSafe() argument [all …]
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDecl.cpp | 2605 RawAddress AllocaPtr = Address::invalid(); in EmitParmDecl() local 2618 AllocaPtr = RawAddress(V, DeclPtr.getElementType(), DeclPtr.getAlignment()); in EmitParmDecl() 2627 AllocaPtr = CreateMemTemp(PtrTy, getContext().getTypeAlignInChars(PtrTy), in EmitParmDecl() 2629 EmitStoreOfScalar(V, AllocaPtr, /* Volatile */ false, PtrTy); in EmitParmDecl() 2669 AllocaPtr = DeclPtr; in EmitParmDecl() 2673 D.getName() + ".addr", &AllocaPtr); in EmitParmDecl() 2750 &D, AllocaPtr.getPointer(), ArgNo, Builder, UseIndirectDebugAddress); in EmitParmDecl()
|