Home
last modified time | relevance | path

Searched defs:Alloca (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFrameInfo.cpp52 const AllocaInst *Alloca, in CreateStackObject()
74 const AllocaInst *Alloca) { in CreateVariableSizedObject()
DSwiftErrorValueTracking.cpp109 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(&Inst)) in setFunction() local
DMIRPrinter.cpp392 if (const auto *Alloca = MFI.getObjectAllocation(I)) in convertStackObjects() local
DMachineOperand.cpp495 if (const AllocaInst *Alloca = MFI->getObjectAllocation(FrameIndex)) in printFrameIndex() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCfg.cpp834 auto *Alloca = llvm::cast<InstAlloca>(Instr); in sortAndCombineAllocas() local
870 auto *Alloca = llvm::cast<InstAlloca>(Allocas[i]); in sortAndCombineAllocas() local
888 auto *Alloca = llvm::cast<InstAlloca>(Allocas[i]); in sortAndCombineAllocas() local
926 if (auto *Alloca = llvm::dyn_cast<InstAlloca>(&Instr)) { in processAllocas() local
975 if (auto *Alloca = llvm::dyn_cast<InstAlloca>(&Instr)) { in processAllocas() local
DIceInst.h49 Alloca, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp1108 auto Alloca = Builder.CreateAlloca(Builder.getInt8Ty(), AI->getSize()); in lowerLocalAllocas() local
1197 AllocaInst *Alloca, in emitSetAndGetSwiftErrorValueAround()
1226 static void eliminateSwiftErrorAlloca(Function &F, AllocaInst *Alloca, in eliminateSwiftErrorAlloca()
1268 auto Alloca = Builder.CreateAlloca(ValueTy, ArgTy->getAddressSpace()); in eliminateSwiftErrorArgument() local
1307 auto Alloca = dyn_cast<AllocaInst>(&Inst); in eliminateSwiftError() local
DCoroSplit.cpp521 auto Alloca = Builder.CreateAlloca(ValueTy); in replaceSwiftErrorOps() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h65 const AllocaInst *Alloca; member
DMachineFrameInfo.h164 const AllocaInst *Alloca; member
767 int CreateVariableSizedObject(unsigned Alignment, const AllocaInst *Alloca) { in CreateVariableSizedObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1641 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores() local
1675 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores() local
1710 AllocaInst *Alloca = new AllocaInst(LiveValue->getType(), in relocationViaAlloca() local
1770 AllocaInst *Alloca = Pair.second; in relocationViaAlloca() local
1802 AllocaInst *Alloca = Pair.second; in relocationViaAlloca() local
DSROA.cpp4327 AllocaInst *Alloca; in splitAlloca() member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp360 static bool tryPromoteAllocaToVector(AllocaInst *Alloca) { in tryPromoteAllocaToVector()
DAMDGPUTargetTransformInfo.cpp156 const AllocaInst *Alloca = in getUnrollingPreferences() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DValue.cpp769 auto *Alloca = dyn_cast<AllocaInst>(this); in isSwiftError() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp703 const AllocaInst *Alloca = nullptr; in initializeFrameInfo() local
DMIParser.cpp1804 if (const auto *Alloca = in parseStackFrameIndex() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMFastISel.cpp1033 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(SV)) { in SelectLoad() local
1165 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in SelectStore() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp1118 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in X86SelectStore() local
1309 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(SV)) { in X86SelectLoad() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1025 const AllocaInst *Alloca, in foldAllocaCmp()
5575 if (auto *Alloca = dyn_cast<AllocaInst>(GetUnderlyingObject(Op0, DL))) in visitICmpInst() local
5578 if (auto *Alloca = dyn_cast<AllocaInst>(GetUnderlyingObject(Op1, DL))) in visitICmpInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp1111 if (auto *Alloca = in sanitizeFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp2125 if (AllocaInst *Alloca = dyn_cast<AllocaInst>(Arg)) { in OptimizeWeakCalls() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp1995 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(SV)) { in selectLoad() local
2197 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in selectStore() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp1964 AllocaInst *Alloca = new AllocaInst(ElemTy, DL.getAllocaAddrSpace(), nullptr, in processInternalGlobal() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp4051 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(SV)) { in visitLoad() local
4240 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(PtrV)) { in visitStore() local
6582 const Value *Alloca = I.getArgOperand(0)->stripPointerCasts(); in visitIntrinsicCall() local

12