/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | DemoteRegToStack.cpp | 37 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()
|
D | CodeExtractor.cpp | 846 new AllocaInst(output->getType(), DL.getAllocaAddrSpace(), in emitCallAndSwitchStatement() 864 Struct = new AllocaInst(StructArgTy, DL.getAllocaAddrSpace(), nullptr, in emitCallAndSwitchStatement()
|
D | InlineFunction.cpp | 1297 Value *NewAlloca = new AllocaInst(AggTy, DL.getAllocaAddrSpace(), in HandleByValArgument()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXLowerArgs.cpp | 162 unsigned AS = Func->getParent()->getDataLayout().getAllocaAddrSpace(); in handleByValParam()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/ |
D | TargetMachine.h | 154 return DL.getPointerSize(DL.getAllocaAddrSpace()); in getAllocaPointerSize()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/ |
D | CoroElide.cpp | 131 auto *Frame = new AllocaInst(FrameTy, DL.getAllocaAddrSpace(), "", InsertPt); in elideHeapAllocations()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DataLayout.h | 258 unsigned getAllocaAddrSpace() const { return AllocaAddrSpace; } in getAllocaAddrSpace() function
|
D | IRBuilder.h | 1300 return Insert(new AllocaInst(Ty, DL.getAllocaAddrSpace(), ArraySize), Name);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPURewriteOutArguments.cpp | 194 if (!ArgTy || (ArgTy->getAddressSpace() != DL->getAllocaAddrSpace() && in isOutArgumentCandidate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 180 FuncCtx = new AllocaInst(FunctionContextTy, DL.getAllocaAddrSpace(), in setupFunctionContext()
|
D | WinEHPrepare.cpp | 1080 SpillSlot = new AllocaInst(PN->getType(), DL->getAllocaAddrSpace(), nullptr, in insertPHILoads() 1167 SpillSlot = new AllocaInst(V->getType(), DL->getAllocaAddrSpace(), nullptr, in replaceUseWithLoad()
|
D | MachineOperand.cpp | 976 return MachinePointerInfo(MF.getDataLayout().getAllocaAddrSpace()); in getUnknownStack()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 1591 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/ |
D | llvm-stress.cpp | 474 PT->push_back(new AllocaInst(Tp, DL.getAllocaAddrSpace(), in Act()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 384 Value *TheAlloca = new AllocaInst(AgTy, DL.getAllocaAddrSpace(), nullptr, in doPromotion()
|
D | GlobalOpt.cpp | 1928 AllocaInst *Alloca = new AllocaInst(ElemTy, DL.getAllocaAddrSpace(), nullptr, in processInternalGlobal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | InlineCost.cpp | 1972 unsigned AllocaAS = Callee->getParent()->getDataLayout().getAllocaAddrSpace(); in getInlineCost()
|
D | ValueTracking.cpp | 1958 if (isa<AllocaInst>(V) && Q.DL.getAllocaAddrSpace() == 0) in isKnownNonZero()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | ScalarEvolutionTest.cpp | 171 AllocaInst *Alloca = new AllocaInst(I32Ty, DL.getAllocaAddrSpace(), in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1554 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/ |
D | TargetLowering.h | 244 return getPointerTy(DL, DL.getAllocaAddrSpace()); in getFrameIndexTy()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1717 DL.getAllocaAddrSpace(), "", in relocationViaAlloca()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Verifier.cpp | 3289 Assert(PTy->getAddressSpace() == DL.getAllocaAddrSpace(), in visitAllocaInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 4281 unsigned AS = DL.getAllocaAddrSpace(); in parseFunctionBody()
|