/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineFrameInfo.cpp | 53 const AllocaInst *Alloca, in CreateStackObject() argument 75 const AllocaInst *Alloca) { in CreateVariableSizedObject() argument
|
H A D | SwiftErrorValueTracking.cpp | 109 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(&Inst)) in setFunction() local
|
/llvm-project/llvm/lib/FuzzMutate/ |
H A D | RandomIRBuilder.cpp | 71 AllocaInst *Alloca = new AllocaInst(Ty, DL.getAllocaAddrSpace(), "A", in createStackMemory() local 232 AllocaInst *Alloca = createStackMemory(F, Ty, newSrc); in newSource() local
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 459 AllocaInst *Alloca; global() member 770 for (auto *Alloca : AllocaList) addFieldForAllocas() local 777 AllocaInst *Alloca = A.Alloca; addFieldForAllocas() local 834 AllocaInst *Alloca = A.Alloca; addFieldForAllocas() local 1976 AllocaInst *Alloca = P.Alloca; insertSpills() local 1997 AllocaInst *Alloca = A.Alloca; insertSpills() local 2031 AllocaInst *Alloca = A.Alloca; insertSpills() local 2501 auto Alloca = Builder.CreateAlloca(Builder.getInt8Ty(), AI->getSize()); lowerLocalAllocas() local 2588 emitSetAndGetSwiftErrorValueAround(Instruction * Call,AllocaInst * Alloca,coro::Shape & Shape) emitSetAndGetSwiftErrorValueAround() argument 2617 eliminateSwiftErrorAlloca(Function & F,AllocaInst * Alloca,coro::Shape & Shape) eliminateSwiftErrorAlloca() argument 2654 auto Alloca = Builder.CreateAlloca(ValueTy, ArgTy->getAddressSpace()); eliminateSwiftErrorArgument() local 2693 auto Alloca = dyn_cast<AllocaInst>(&Inst); eliminateSwiftError() local [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGGPUBuiltin.cpp | 116 llvm::Value *Alloca = CGF->CreateTempAlloca(AllocaTy); packArgsIntoNVPTXFormatBuffer() local
|
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
H A D | toy-jit.cpp | 792 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local 890 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local 953 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
|
H A D | toy.cpp | 1072 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local 1170 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local 1240 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
|
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | toy.cpp | 893 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local 995 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local 1065 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen() local [all...] |
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
H A D | toy.cpp | 910 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local 1012 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local 1074 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen() local [all...] |
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | toy.cpp | 910 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local 1012 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local 1074 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen() local [all...] |
/llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | toy.cpp | 910 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local 1012 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local 1074 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen() local [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPromoteAlloca.cpp | 252 static void collectAllocaUses(AllocaInst &Alloca, in collectAllocaUses() argument 270 for (auto *Alloca : Allocas) { in sortAllocasToPromote() local 400 GEPToVectorIndex(GetElementPtrInst * GEP,AllocaInst * Alloca,Type * VecElemTy,const DataLayout & DL) GEPToVectorIndex() argument 727 tryPromoteAllocaToVector(AllocaInst & Alloca) tryPromoteAllocaToVector() argument [all...] |
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/ |
H A D | toy-jit.cpp | 810 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local 908 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local 971 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
|
H A D | toy.cpp | 1174 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local 1272 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local 1342 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
|
/llvm-project/llvm/examples/Kaleidoscope/Chapter7/ |
H A D | toy.cpp | 926 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local 1028 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local 1090 AllocaInst *Alloca in codegen() local [all...] |
/llvm-project/llvm/examples/Kaleidoscope/Chapter8/ |
H A D | toy.cpp | 914 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local 1016 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local 1078 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | WinEHFuncInfo.h | 65 const AllocaInst *Alloca; member
|
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/initial/ |
H A D | toy.cpp | 1032 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local 1130 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local 1200 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
|
/llvm-project/llvm/examples/Kaleidoscope/Chapter9/ |
H A D | toy.cpp | 1084 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local 1188 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local 1273 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen() local
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | MemorySSATest.cpp | 596 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F() local 627 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F() local 657 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F() local 1189 Value *Alloca in TEST_F() local 1375 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); TEST_F() local [all...] |
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/ |
H A D | toy.cpp | 1252 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local 1350 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in Codegen() local 1420 AllocaInst *Alloca = CreateEntryBlockAlloca(F, Args[Idx]); in CreateArgumentAllocas() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionSpecialization.cpp | 476 getPromotableAlloca(AllocaInst * Alloca,CallInst * Call) getPromotableAlloca() argument 517 auto *Alloca = dyn_cast<AllocaInst>(Val); getConstantStackValue() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | PatternMatch.cpp | 503 Value *Alloca = IRB.CreateAlloca(IRB.getInt1Ty()); in TEST_F() local 1134 Value *Alloca = IRB.CreateAlloca(IRB.getInt32Ty()); TEST_F() local 2056 Value *Alloca = IRB.CreateAlloca(IRB.getInt1Ty()); TEST_F() local 2131 Value *Alloca = IRB.CreateAlloca(i1); TEST_F() local [all...] |
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 1975 Value *Alloca = AllocaMap[OriginalValue]; insertRelocationStores() local 2000 Value *Alloca = AllocaMap[OriginalValue]; insertRematerializationStores() local 2035 AllocaInst *Alloca = relocationViaAlloca() local 2095 AllocaInst *Alloca = Pair.second; relocationViaAlloca() local 2131 AllocaInst *Alloca = Pair.second; relocationViaAlloca() local [all...] |
/llvm-project/polly/include/polly/ |
H A D | ScopDetectionDiagnostic.h | 105 Alloca, enumerator
|