/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineFrameInfo.cpp | 52 const AllocaInst *Alloca, in CreateStackObject() 74 const AllocaInst *Alloca) { in CreateVariableSizedObject()
|
D | SwiftErrorValueTracking.cpp | 109 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(&Inst)) in setFunction() local
|
D | MIRPrinter.cpp | 392 if (const auto *Alloca = MFI.getObjectAllocation(I)) in convertStackObjects() local
|
D | MachineOperand.cpp | 495 if (const AllocaInst *Alloca = MFI->getObjectAllocation(FrameIndex)) in printFrameIndex() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceCfg.cpp | 834 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
|
D | IceInst.h | 49 Alloca, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroFrame.cpp | 1108 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
|
D | CoroSplit.cpp | 521 auto Alloca = Builder.CreateAlloca(ValueTy); in replaceSwiftErrorOps() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | WinEHFuncInfo.h | 65 const AllocaInst *Alloca; member
|
D | MachineFrameInfo.h | 164 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/ |
D | RewriteStatepointsForGC.cpp | 1641 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
|
D | SROA.cpp | 4327 AllocaInst *Alloca; in splitAlloca() member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUPromoteAlloca.cpp | 360 static bool tryPromoteAllocaToVector(AllocaInst *Alloca) { in tryPromoteAllocaToVector()
|
D | AMDGPUTargetTransformInfo.cpp | 156 const AllocaInst *Alloca = in getUnrollingPreferences() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Value.cpp | 769 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/ |
D | MIRParser.cpp | 703 const AllocaInst *Alloca = nullptr; in initializeFrameInfo() local
|
D | MIParser.cpp | 1804 if (const auto *Alloca = in parseStackFrameIndex() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMFastISel.cpp | 1033 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/ |
D | X86FastISel.cpp | 1118 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/ |
D | InstCombineCompares.cpp | 1025 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/ |
D | HWAddressSanitizer.cpp | 1111 if (auto *Alloca = in sanitizeFunction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCOpts.cpp | 2125 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/ |
D | AArch64FastISel.cpp | 1995 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/ |
D | GlobalOpt.cpp | 1964 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/ |
D | SelectionDAGBuilder.cpp | 4051 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
|