Searched defs:NewAI (Results 1 – 5 of 5) sorted by relevance
| /external/llvm/lib/CodeGen/ |
| D | SafeStack.cpp | 582 Value *NewAI = in moveStaticAllocasToUnsafeStack() local 706 Value *NewAI = IRB.CreatePointerCast(NewTop, AI->getType()); in moveDynamicAllocasToUnsafeStack() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
| D | SafeStack.cpp | 552 Value *NewAI = in moveStaticAllocasToUnsafeStack() local 678 Value *NewAI = IRB.CreatePointerCast(NewTop, AI->getType()); in moveDynamicAllocasToUnsafeStack() local
|
| /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
| D | ScalarReplAggregates.cpp | 326 AllocaInst *NewAI = new AllocaInst(NewTy, 0, "", AI->getParent()->begin()); in TryConvert() local 523 void ConvertToScalarInfo::ConvertUsesToScalar(Value *Ptr, AllocaInst *NewAI, in ConvertUsesToScalar() 1428 if (AllocaInst *NewAI = in performScalarRepl() local 1859 AllocaInst *NewAI = NewElts[0]; in RewriteForScalarRepl() local
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | SROA.cpp | 2154 AllocaInst &OldAI, &NewAI; member in llvm::sroa::AllocaSliceRewriter 2200 AllocaInst &OldAI, AllocaInst &NewAI, in AllocaSliceRewriter() 3841 AllocaInst *NewAI; in rewritePartition() local 4001 if (AllocaInst *NewAI = rewritePartition(AI, AS, P)) { in splitAlloca() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
| D | SROA.cpp | 2233 AllocaInst &OldAI, &NewAI; member in llvm::sroa::AllocaSliceRewriter 2281 AllocaInst &OldAI, AllocaInst &NewAI, in AllocaSliceRewriter() 4052 AllocaInst *NewAI; in rewritePartition() local 4239 if (AllocaInst *NewAI = rewritePartition(AI, AS, P)) { in splitAlloca() local
|