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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86LowerAMXType.cpp228 AllocaInst *AllocaAddr; local
233 AllocaAddr = createAllocaInstAtEntry(Builder, Bitcast->getParent());
234 I8Ptr = Builder.CreateBitCast(AllocaAddr, Builder.getInt8PtrTy());
253 Builder.CreateStore(Src, AllocaAddr);
277 Value *NewInst = Builder.CreateLoad(Bitcast->getType(), AllocaAddr);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h175 Instruction *AllocaAddr) const;
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp1430 Address AllocaAddr = Address::invalid(); local
1525 /*ArraySize=*/nullptr, &AllocaAddr);
1554 size.isScalable() ? EmitLifetimeStart(-1, AllocaAddr.getPointer())
1556 AllocaAddr.getPointer());
1586 &AllocaAddr);
1596 emission.AllocaAddr = AllocaAddr;
H A DCodeGenFunction.h3022 Address AllocaAddr; member in class:clang::CodeGen::CodeGenFunction::AutoVarEmission
3027 AllocaAddr(Address::invalid()) {}
3032 SizeForLifetimeMarkers(nullptr), AllocaAddr(Address::invalid()) {}
3055 Address getOriginalAllocatedAddress() const { return AllocaAddr; }
H A DCGCall.cpp4987 Address AllocaAddr = Address::invalid();
5006 /*ArraySize=*/nullptr, &AllocaAddr);
5007 tempSize = EmitLifetimeStart(scalarSize, AllocaAddr.getPointer());
5025 EmitLifetimeEnd(tempSize, AllocaAddr.getPointer());
H A DCGExpr.cpp81 Address *AllocaAddr) {
83 if (AllocaAddr)
84 *AllocaAddr = Alloca;
78 CreateTempAlloca(llvm::Type *Ty, CharUnits Align, const Twine &Name, llvm::Value *ArraySize, Address *AllocaAddr) argument

Completed in 119 milliseconds