Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DDemoteRegToStack.cpp37 Slot = new AllocaInst(I.getType(), DL.getAllocaAddrSpace(), nullptr, in DemoteRegToStack()
40 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()
DCodeExtractor.cpp846 new AllocaInst(output->getType(), DL.getAllocaAddrSpace(), in emitCallAndSwitchStatement()
864 Struct = new AllocaInst(StructArgTy, DL.getAllocaAddrSpace(), nullptr, in emitCallAndSwitchStatement()
DInlineFunction.cpp1297 Value *NewAlloca = new AllocaInst(AggTy, DL.getAllocaAddrSpace(), in HandleByValArgument()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXLowerArgs.cpp162 unsigned AS = Func->getParent()->getDataLayout().getAllocaAddrSpace(); in handleByValParam()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetMachine.h154 return DL.getPointerSize(DL.getAllocaAddrSpace()); in getAllocaPointerSize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroElide.cpp131 auto *Frame = new AllocaInst(FrameTy, DL.getAllocaAddrSpace(), "", InsertPt); in elideHeapAllocations()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDataLayout.h258 unsigned getAllocaAddrSpace() const { return AllocaAddrSpace; } in getAllocaAddrSpace() function
DIRBuilder.h1300 return Insert(new AllocaInst(Ty, DL.getAllocaAddrSpace(), ArraySize), Name);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp194 if (!ArgTy || (ArgTy->getAddressSpace() != DL->getAllocaAddrSpace() && in isOutArgumentCandidate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp180 FuncCtx = new AllocaInst(FunctionContextTy, DL.getAllocaAddrSpace(), in setupFunctionContext()
DWinEHPrepare.cpp1080 SpillSlot = new AllocaInst(PN->getType(), DL->getAllocaAddrSpace(), nullptr, in insertPHILoads()
1167 SpillSlot = new AllocaInst(V->getType(), DL->getAllocaAddrSpace(), nullptr, in replaceUseWithLoad()
DMachineOperand.cpp976 return MachinePointerInfo(MF.getDataLayout().getAllocaAddrSpace()); in getUnknownStack()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp1591 LabelVATy, getDataLayout().getAllocaAddrSpace(), in visitCallSite()
1606 getDataLayout().getAllocaAddrSpace(), in visitCallSite()
1695 new AllocaInst(VarArgArrayTy, getDataLayout().getAllocaAddrSpace(), in visitCallSite()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-stress/
Dllvm-stress.cpp474 PT->push_back(new AllocaInst(Tp, DL.getAllocaAddrSpace(), in Act()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp384 Value *TheAlloca = new AllocaInst(AgTy, DL.getAllocaAddrSpace(), nullptr, in doPromotion()
DGlobalOpt.cpp1928 AllocaInst *Alloca = new AllocaInst(ElemTy, DL.getAllocaAddrSpace(), nullptr, in processInternalGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInlineCost.cpp1972 unsigned AllocaAS = Callee->getParent()->getDataLayout().getAllocaAddrSpace(); in getInlineCost()
DValueTracking.cpp1958 if (isa<AllocaInst>(V) && Q.DL.getAllocaAddrSpace() == 0) in isKnownNonZero()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp171 AllocaInst *Alloca = new AllocaInst(I32Ty, DL.getAllocaAddrSpace(), in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1554 DAG.getDataLayout().getAllocaAddrSpace()), in visitRet()
3581 EVT IntPtr = TLI.getPointerTy(DAG.getDataLayout(), DL.getAllocaAddrSpace()); in visitAlloca()
8360 DL.getAllocaAddrSpace()); in LowerCallTo()
8593 Type *PtrRetTy = OrigRetTy->getPointerTo(DL.getAllocaAddrSpace()); in LowerCallTo()
8890 DAG.getDataLayout().getAllocaAddrSpace()), in LowerArguments()
9046 DAG.getDataLayout().getAllocaAddrSpace()), in LowerArguments()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h244 return getPointerTy(DL, DL.getAllocaAddrSpace()); in getFrameIndexTy()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1717 DL.getAllocaAddrSpace(), "", in relocationViaAlloca()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DVerifier.cpp3289 Assert(PTy->getAddressSpace() == DL.getAllocaAddrSpace(), in visitAllocaInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4281 unsigned AS = DL.getAllocaAddrSpace(); in parseFunctionBody()