Searched refs:AllocaAddr (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h175 Instruction *AllocaAddr) const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp1402 Address AllocaAddr = Address::invalid(); local
1497 /*ArraySize=*/nullptr, &AllocaAddr);
1526 size.isScalable() ? EmitLifetimeStart(-1, AllocaAddr.getPointer())
1528 AllocaAddr.getPointer());
1558 &AllocaAddr);
1568 emission.AllocaAddr = AllocaAddr;
H A DCGCall.cpp4627 Address AllocaAddr = Address::invalid();
4646 /*ArraySize=*/nullptr, &AllocaAddr);
4647 tempSize = EmitLifetimeStart(scalarSize, AllocaAddr.getPointer());
4665 EmitLifetimeEnd(tempSize, AllocaAddr.getPointer());
H A DCodeGenFunction.h2934 Address AllocaAddr; member in class:clang::CodeGen::CodeGenFunction::AutoVarEmission
2939 AllocaAddr(Address::invalid()) {}
2944 SizeForLifetimeMarkers(nullptr), AllocaAddr(Address::invalid()) {}
2967 Address getOriginalAllocatedAddress() const { return AllocaAddr; }
H A DCGExpr.cpp79 Address *AllocaAddr) {
81 if (AllocaAddr)
82 *AllocaAddr = Alloca;
76 CreateTempAlloca(llvm::Type *Ty, CharUnits Align, const Twine &Name, llvm::Value *ArraySize, Address *AllocaAddr) argument

Completed in 198 milliseconds