Searched defs:NewAI (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 556 Value *NewAI = in moveStaticAllocasToUnsafeStack() local 675 Value *NewAI = IRB.CreatePointerCast(NewTop, AI->getType()); in moveDynamicAllocasToUnsafeStack() local
|
D | AtomicExpandPass.cpp | 800 AtomicRMWInst *NewAI = Builder.CreateAtomicRMW(Op, PMV.AlignedAddr, in widenPartwordAtomicRMW() local
|
/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-10.0/llvm/lib/Transforms/Instrumentation/ |
D | HWAddressSanitizer.cpp | 1178 auto *NewAI = new AllocaInst( in sanitizeFunction() local 1197 if (auto *NewAI = AllocaToPaddedAllocaMap.lookup(AI)) in sanitizeFunction() 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-10.0/llvm/lib/Target/AArch64/ |
D | AArch64StackTagging.cpp | 482 auto *NewAI = new AllocaInst( in alignAndPadAlloca() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 2270 AllocaInst &OldAI, &NewAI; member in llvm::sroa::AllocaSliceRewriter 2318 AllocaInst &OldAI, AllocaInst &NewAI, in AllocaSliceRewriter() 4151 AllocaInst *NewAI; in rewritePartition() local 4337 if (AllocaInst *NewAI = rewritePartition(AI, AS, P)) { in splitAlloca() local
|