/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 325 AllocaInst *Alloca; member 627 for (auto *Alloca : AllocaList) in addFieldForAllocas() local 634 AllocaInst *Alloca = A.Alloca; in addFieldForAllocas() local 691 AllocaInst *Alloca = A.Alloca; in addFieldForAllocas() local 1778 AllocaInst *Alloca = P.Alloca; in insertSpills() local 1798 AllocaInst *Alloca = A.Alloca; in insertSpills() local 1827 AllocaInst *Alloca = A.Alloca; in insertSpills() local 2260 auto Alloca = Builder.CreateAlloca(Builder.getInt8Ty(), AI->getSize()); in lowerLocalAllocas() local 2349 AllocaInst *Alloca, in emitSetAndGetSwiftErrorValueAround() 2378 static void eliminateSwiftErrorAlloca(Function &F, AllocaInst *Alloca, in eliminateSwiftErrorAlloca() [all …]
|
/aosp_15_r20/external/llvm/unittests/Transforms/Utils/ |
H A D | MemorySSA.cpp | 227 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F() local 259 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F() local 289 Value *Alloca = B.CreateAlloca(Int8, ConstantInt::get(Int8, 1), "A"); in TEST_F() local
|
/aosp_15_r20/external/swiftshader/third_party/subzero/src/ |
H A D | IceCfg.cpp | 834 auto *Alloca = llvm::cast<InstAlloca>(Instr); in sortAndCombineAllocas() local 887 auto *Alloca = llvm::cast<InstAlloca>(Allocas[i]); in sortAndCombineAllocas() local 905 auto *Alloca = llvm::cast<InstAlloca>(Allocas[i]); in sortAndCombineAllocas() local 943 if (auto *Alloca = llvm::dyn_cast<InstAlloca>(&Instr)) { in processAllocas() local 992 if (auto *Alloca = llvm::dyn_cast<InstAlloca>(&Instr)) { in processAllocas() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | MachineFrameInfo.cpp | 53 const AllocaInst *Alloca, in CreateStackObject() 75 const AllocaInst *Alloca) { in CreateVariableSizedObject()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineFrameInfo.cpp | 52 const AllocaInst *Alloca, in CreateStackObject() 74 const AllocaInst *Alloca) { in CreateVariableSizedObject()
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | toy.cpp | 897 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local 998 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local 1060 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen() local
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
H A D | toy.cpp | 897 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local 998 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local 1060 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen() local
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | toy.cpp | 897 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local 998 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local 1060 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen() local
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/Chapter7/ |
H A D | toy.cpp | 898 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local 999 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local 1061 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen() local
|
/aosp_15_r20/external/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
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/Chapter8/ |
H A D | toy.cpp | 893 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local 994 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local 1056 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen() local
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | toy.cpp | 886 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local 987 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local 1056 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen() local
|
/aosp_15_r20/external/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
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
H A D | toy.cpp | 908 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local 1009 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local 1078 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | FunctionSpecialization.cpp | 104 Constant *FunctionSpecializer::getPromotableAlloca(AllocaInst *Alloca, in getPromotableAlloca() 141 auto *Alloca = dyn_cast<AllocaInst>(Val); in getConstantStackValue() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A 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
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 1502 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores() local 1537 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores() local 1571 AllocaInst *Alloca = new AllocaInst(LiveValue->getType(), "", in relocationViaAlloca() local 1630 AllocaInst *Alloca = cast<AllocaInst>(Pair.second); in relocationViaAlloca() local 1662 Value *Alloca = Pair.second; in relocationViaAlloca() local
|
/aosp_15_r20/external/llvm/examples/Kaleidoscope/Chapter9/ |
H A D | toy.cpp | 1077 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local 1180 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, VarName); in codegen() local 1266 AllocaInst *Alloca = CreateEntryBlockAlloca(TheFunction, Arg.getName()); in codegen() local
|
/aosp_15_r20/external/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
|
/aosp_15_r20/external/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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 1999 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores() local 2033 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores() local 2068 AllocaInst *Alloca = new AllocaInst(LiveValue->getType(), in relocationViaAlloca() local 2128 AllocaInst *Alloca = Pair.second; in relocationViaAlloca() local 2163 AllocaInst *Alloca = Pair.second; in relocationViaAlloca() local
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGCUDABuiltin.cpp | 103 llvm::Value *Alloca = CreateTempAlloca(AllocaTy); in EmitCUDADevicePrintfCallExpr() local
|