Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DDemoteRegToStack.cpp35 Slot = new AllocaInst(I.getType(), DL.getAllocaAddrSpace(), nullptr, in DemoteRegToStack()
38 Slot = new AllocaInst(I.getType(), DL.getAllocaAddrSpace(), nullptr, in DemoteRegToStack()
120 Slot = new AllocaInst(P->getType(), DL.getAllocaAddrSpace(), nullptr, in DemotePHIToStack()
124 Slot = new AllocaInst(P->getType(), DL.getAllocaAddrSpace(), nullptr, in DemotePHIToStack()
H A DCodeExtractor.cpp1178 new AllocaInst(output->getType(), DL.getAllocaAddrSpace(), in emitCallAndSwitchStatement()
1198 StructArgTy, DL.getAllocaAddrSpace(), nullptr, "structArg", in emitCallAndSwitchStatement()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptx86ABIFixups.cpp165 func->getReturnType(), DL.getAllocaAddrSpace(), "var_vector_return_alloc", in fixupX86StructRetCalls()
177 new llvm::AllocaInst(new_func_ptr_type, DL.getAllocaAddrSpace(), in fixupX86StructRetCalls()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp187 FuncCtx = new AllocaInst(FunctionContextTy, DL.getAllocaAddrSpace(), nullptr, in setupFunctionContext()
496 M.getDataLayout().getAllocaAddrSpace())}); in runOnFunction()
H A DWinEHPrepare.cpp1093 SpillSlot = new AllocaInst(PN->getType(), DL->getAllocaAddrSpace(), nullptr, in insertPHILoads()
1178 SpillSlot = new AllocaInst(V->getType(), DL->getAllocaAddrSpace(), nullptr, in replaceUseWithLoad()
H A DMachineOperand.cpp1025 return MachinePointerInfo(MF.getDataLayout().getAllocaAddrSpace()); in getUnknownStack()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp823 Type *RetPtrTy = RetTy->getPointerTo(DL.getAllocaAddrSpace()); in insertSRetLoads()
853 unsigned AS = DL.getAllocaAddrSpace(); in insertSRetStores()
872 unsigned AS = DL.getAllocaAddrSpace(); in insertSRetIncomingArgument()
896 unsigned AS = DL.getAllocaAddrSpace(); in insertSRetOutgoingArgument()
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DLoopGenerators.cpp233 AllocaInst *Struct = new AllocaInst(Ty, DL.getAllocaAddrSpace(), nullptr, in storeValuesIntoStruct()
H A DRuntimeDebugBuilder.cpp188 T, DL.getAllocaAddrSpace(), "polly.vprint.buffer", in createGPUPrinterT()
H A DIslNodeBuilder.cpp1344 auto *Alloca = new AllocaInst(AccInstTy, DL.getAllocaAddrSpace(), in preloadInvariantEquivClass()
1444 auto *CreatedArray = new AllocaInst(NewArrayType, DL.getAllocaAddrSpace(), in allocateNewArrays()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetMachine.h196 return DL.getPointerSize(DL.getAllocaAddrSpace()); in getAllocaPointerSize()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86PreAMXConfig.cpp188 unsigned AddrSpace = DL.getAllocaAddrSpace(); in addTileConfig()
H A DX86LowerAMXType.cpp103 unsigned AllocaAS = DL.getAllocaAddrSpace(); in createAllocaInstAtEntry()
450 unsigned AllocaAS = DL.getAllocaAddrSpace(); in getAllocaPos()
H A DX86WinEHState.cpp341 TheModule->getDataLayout().getAllocaAddrSpace())), in emitExceptionRegistrationRecord()
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXLowerArgs.cpp370 unsigned AS = DL.getAllocaAddrSpace(); in handleByValParam()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp157 if (!ArgTy || (ArgTy->getAddressSpace() != DL->getAllocaAddrSpace() && in getOutArgumentType()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp161 auto *Frame = new AllocaInst(FrameTy, DL.getAllocaAddrSpace(), "", InsertPt); in elideHeapAllocations()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDataLayout.h282 unsigned getAllocaAddrSpace() const { return AllocaAddrSpace; } in getAllocaAddrSpace() function
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp1082 if (S0->getPointerAddressSpace() != DL.getAllocaAddrSpace()) { in vectorizeStoreChain()
1235 if (L0->getPointerAddressSpace() != DL.getAllocaAddrSpace()) { in vectorizeLoadChain()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp592 AggTy, DL.getAllocaAddrSpace(), nullptr, Alignment, in copyByValueOperandIntoLocalTemp()
H A DSROA.cpp782 LI.getPointerAddressSpace() != DL.getAllocaAddrSpace()) in visitLoadInst()
800 SI.getPointerAddressSpace() != DL.getAllocaAddrSpace()) in visitStoreInst()
842 if (II.isVolatile() && II.getDestAddressSpace() != DL.getAllocaAddrSpace()) in visitMemSetInst()
867 (II.getDestAddressSpace() != DL.getAllocaAddrSpace() || in visitMemTransferInst()
868 II.getSourceAddressSpace() != DL.getAllocaAddrSpace())) in visitMemTransferInst()
/llvm-project-15.0.7/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp469 PT->push_back(new AllocaInst(Tp, DL.getAllocaAddrSpace(), in Act()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2818 new AllocaInst(LabelVATy, getDataLayout().getAllocaAddrSpace(), in addShadowArguments()
2834 DFSF.DFS.PrimitiveShadowTy, getDataLayout().getAllocaAddrSpace(), in addShadowArguments()
2857 new AllocaInst(OriginVATy, getDataLayout().getAllocaAddrSpace(), in addOriginArguments()
2872 DFSF.DFS.OriginTy, getDataLayout().getAllocaAddrSpace(), in addOriginArguments()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDecl.cpp1338 CGM.getDataLayout().getAllocaAddrSpace() && in EmitLifetimeStart()
1351 CGM.getDataLayout().getAllocaAddrSpace() && in EmitLifetimeEnd()
2491 CGM.getDataLayout().getAllocaAddrSpace()); in EmitParmDecl()
/llvm-project-15.0.7/llvm/unittests/Transforms/Utils/
H A DScalarEvolutionExpanderTest.cpp103 new AllocaInst(I32Ty, DL.getAllocaAddrSpace(), "alloca", Br); in TEST_F()

12