Home
last modified time | relevance | path

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

123

/llvm-project/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp53 const AllocaInst *Alloca, in CreateStackObject() argument
75 const AllocaInst *Alloca) { in CreateVariableSizedObject() argument
H A DSwiftErrorValueTracking.cpp109 if (const AllocaInst *Alloca = dyn_cast<AllocaInst>(&Inst)) in setFunction() local
/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp71 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 DCoroFrame.cpp459 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 DCGGPUBuiltin.cpp116 llvm::Value *Alloca = CGF->CreateTempAlloca(AllocaTy); packArgsIntoNVPTXFormatBuffer() local
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp792 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 Dtoy.cpp1072 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 Dtoy.cpp893 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 Dtoy.cpp910 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 Dtoy.cpp910 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 Dtoy.cpp910 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 DAMDGPUPromoteAlloca.cpp252 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 Dtoy-jit.cpp810 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 Dtoy.cpp1174 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 Dtoy.cpp926 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 Dtoy.cpp914 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 DWinEHFuncInfo.h65 const AllocaInst *Alloca; member
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp1032 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 Dtoy.cpp1084 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 DMemorySSATest.cpp596 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 Dtoy.cpp1252 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 DFunctionSpecialization.cpp476 getPromotableAlloca(AllocaInst * Alloca,CallInst * Call) getPromotableAlloca() argument
517 auto *Alloca = dyn_cast<AllocaInst>(Val); getConstantStackValue() local
/llvm-project/llvm/unittests/IR/
H A DPatternMatch.cpp503 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 DRewriteStatepointsForGC.cpp1975 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 DScopDetectionDiagnostic.h105 Alloca, enumerator

123