Home
last modified time | relevance | path

Searched refs:getAllocaAddrSpace (Results 1 – 25 of 40) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DDemoteRegToStack.cpp36 Slot = new AllocaInst(I.getType(), DL.getAllocaAddrSpace(), nullptr, in DemoteRegToStack()
39 Slot = new AllocaInst(I.getType(), DL.getAllocaAddrSpace(), nullptr, in DemoteRegToStack()
121 Slot = new AllocaInst(P->getType(), DL.getAllocaAddrSpace(), nullptr, in DemotePHIToStack()
125 Slot = new AllocaInst(P->getType(), DL.getAllocaAddrSpace(), nullptr, in DemotePHIToStack()
DCodeExtractor.cpp1155 new AllocaInst(output->getType(), DL.getAllocaAddrSpace(), in emitCallAndSwitchStatement()
1172 Struct = new AllocaInst(StructArgTy, DL.getAllocaAddrSpace(), nullptr, in emitCallAndSwitchStatement()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptx86ABIFixups.cpp171 func->getReturnType(), DL.getAllocaAddrSpace(), "var_vector_return_alloc", in fixupX86StructRetCalls()
183 new llvm::AllocaInst(new_func_ptr_type, DL.getAllocaAddrSpace(), in fixupX86StructRetCalls()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp187 FuncCtx = new AllocaInst(FunctionContextTy, DL.getAllocaAddrSpace(), nullptr, in setupFunctionContext()
496 M.getDataLayout().getAllocaAddrSpace())}); in runOnFunction()
DWinEHPrepare.cpp1096 SpillSlot = new AllocaInst(PN->getType(), DL->getAllocaAddrSpace(), nullptr, in insertPHILoads()
1181 SpillSlot = new AllocaInst(V->getType(), DL->getAllocaAddrSpace(), nullptr, in replaceUseWithLoad()
DMachineOperand.cpp1022 return MachinePointerInfo(MF.getDataLayout().getAllocaAddrSpace()); in getUnknownStack()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86LowerAMXType.cpp74 unsigned AllocaAS = DL.getAllocaAddrSpace(); in createAllocaInstAtEntry()
389 unsigned AllocaAS = DL.getAllocaAddrSpace(); in getAllocaPos()
DX86PreAMXConfig.cpp191 unsigned AddrSpace = DL.getAllocaAddrSpace(); in addTileConfig()
DX86WinEHState.cpp341 TheModule->getDataLayout().getAllocaAddrSpace())), in emitExceptionRegistrationRecord()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCallLowering.cpp775 Type *RetPtrTy = RetTy->getPointerTo(DL.getAllocaAddrSpace()); in insertSRetLoads()
805 unsigned AS = DL.getAllocaAddrSpace(); in insertSRetStores()
824 unsigned AS = DL.getAllocaAddrSpace(); in insertSRetIncomingArgument()
848 unsigned AS = DL.getAllocaAddrSpace(); in insertSRetOutgoingArgument()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXLowerArgs.cpp281 unsigned AS = DL.getAllocaAddrSpace(); in handleByValParam()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/
DTargetMachine.h193 return DL.getPointerSize(DL.getAllocaAddrSpace()); in getAllocaPointerSize()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DDataLayout.h279 unsigned getAllocaAddrSpace() const { return AllocaAddrSpace; } in getAllocaAddrSpace() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp175 if (!ArgTy || (ArgTy->getAddressSpace() != DL->getAllocaAddrSpace() && in isOutArgumentCandidate()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroElide.cpp172 auto *Frame = new AllocaInst(FrameTy, DL.getAllocaAddrSpace(), "", InsertPt); in elideHeapAllocations()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp1105 if (S0->getPointerAddressSpace() != DL.getAllocaAddrSpace()) { in vectorizeStoreChain()
1250 if (L0->getPointerAddressSpace() != DL.getAllocaAddrSpace()) { in vectorizeLoadChain()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp2856 new AllocaInst(LabelVATy, getDataLayout().getAllocaAddrSpace(), in addShadowArguments()
2872 DFSF.DFS.PrimitiveShadowTy, getDataLayout().getAllocaAddrSpace(), in addShadowArguments()
2895 new AllocaInst(OriginVATy, getDataLayout().getAllocaAddrSpace(), in addOriginArguments()
2910 DFSF.DFS.OriginTy, getDataLayout().getAllocaAddrSpace(), in addOriginArguments()
3157 new AllocaInst(VarArgArrayTy, getDataLayout().getAllocaAddrSpace(), in visitCallBase()
DHWAddressSanitizer.cpp1050 IRB.getInt8PtrTy(M->getDataLayout().getAllocaAddrSpace())); in getStackBaseTag()
1167 IRB.getInt8PtrTy(M->getDataLayout().getAllocaAddrSpace())); in emitPrologue()
DSanitizerCoverage.cpp955 IRB.getInt8PtrTy(M->getDataLayout().getAllocaAddrSpace())); in InjectCoverageAtBlock()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DTailRecursionElimination.cpp597 AggTy, DL.getAllocaAddrSpace(), nullptr, Alignment, in copyByValueOperandIntoLocalTemp()
DSROA.cpp785 LI.getPointerAddressSpace() != DL.getAllocaAddrSpace()) in visitLoadInst()
803 SI.getPointerAddressSpace() != DL.getAllocaAddrSpace()) in visitStoreInst()
845 if (II.isVolatile() && II.getDestAddressSpace() != DL.getAllocaAddrSpace()) in visitMemSetInst()
870 (II.getDestAddressSpace() != DL.getAllocaAddrSpace() || in visitMemTransferInst()
871 II.getSourceAddressSpace() != DL.getAllocaAddrSpace())) in visitMemTransferInst()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-stress/
Dllvm-stress.cpp477 PT->push_back(new AllocaInst(Tp, DL.getAllocaAddrSpace(), in Act()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGDecl.cpp1331 CGM.getDataLayout().getAllocaAddrSpace() && in EmitLifetimeStart()
1344 CGM.getDataLayout().getAllocaAddrSpace() && in EmitLifetimeEnd()
2472 CGM.getDataLayout().getAllocaAddrSpace()); in EmitParmDecl()
DCGCall.cpp1676 CGM.getDataLayout().getAllocaAddrSpace()); in GetFunctionType()
4673 AI = new llvm::AllocaInst(ArgStruct, DL.getAllocaAddrSpace(), in EmitCall()
4820 TD->getAllocaAddrSpace()) && in EmitCall()
4874 CGM.getDataLayout().getAllocaAddrSpace()); in EmitCall()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp392 Value *TheAlloca = new AllocaInst(AgTy, DL.getAllocaAddrSpace(), nullptr, in doPromotion()

12