Home
last modified time | relevance | path

Searched refs:AllocaPtr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp180 bool IsSafeStackAlloca(const Value *AllocaPtr, uint64_t AllocaSize);
183 const Value *AllocaPtr, uint64_t AllocaSize);
184 bool IsAccessSafe(Value *Addr, uint64_t Size, const Value *AllocaPtr,
217 const Value *AllocaPtr, uint64_t AllocaSize) { in IsAccessSafe() argument
220 if (!Base || Base->getValue() != AllocaPtr) { in IsAccessSafe()
223 << (isa<AllocaInst>(AllocaPtr) ? "Alloca " : "ByValArgument ") in IsAccessSafe()
224 << *AllocaPtr << "\n" in IsAccessSafe()
241 << (isa<AllocaInst>(AllocaPtr) ? "Alloca " : "ByValArgument ") in IsAccessSafe()
242 << *AllocaPtr << "\n" in IsAccessSafe()
255 const Value *AllocaPtr, in IsMemIntrinsicSafe() argument
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2686 RawAddress AllocaPtr = Address::invalid(); in EmitParmDecl() local
2699 AllocaPtr = RawAddress(V, DeclPtr.getElementType(), DeclPtr.getAlignment()); in EmitParmDecl()
2708 AllocaPtr = CreateMemTemp(PtrTy, getContext().getTypeAlignInChars(PtrTy), in EmitParmDecl()
2710 EmitStoreOfScalar(V, AllocaPtr, /* Volatile */ false, PtrTy); in EmitParmDecl()
2749 AllocaPtr = DeclPtr; in EmitParmDecl()
2753 D.getName() + ".addr", &AllocaPtr); in EmitParmDecl()
2842 &D, AllocaPtr.getPointer(), ArgNo, Builder, UseIndirectDebugAddress); in EmitParmDecl()