/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 582 Value *NewAI = in moveStaticAllocasToUnsafeStack() local 706 Value *NewAI = IRB.CreatePointerCast(NewTop, AI->getType()); in moveDynamicAllocasToUnsafeStack() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 566 Value *NewAI = in moveStaticAllocasToUnsafeStack() local 690 Value *NewAI = IRB.CreatePointerCast(NewTop, AI->getType()); in moveDynamicAllocasToUnsafeStack() local
|
H A D | AtomicExpandPass.cpp | 927 AtomicRMWInst *NewAI = in widenPartwordAtomicRMW() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | SafeStack.cpp | 556 Value *NewAI = in moveStaticAllocasToUnsafeStack() local 675 Value *NewAI = IRB.CreatePointerCast(NewTop, AI->getType()); in moveDynamicAllocasToUnsafeStack() local
|
H A D | AtomicExpandPass.cpp | 800 AtomicRMWInst *NewAI = Builder.CreateAtomicRMW(Op, PMV.AlignedAddr, in widenPartwordAtomicRMW() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | MemoryTaggingSupport.cpp | 199 auto *NewAI = new AllocaInst(TypeWithPadding, Info.AI->getAddressSpace(), in alignAndPadAlloca() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 1178 auto *NewAI = new AllocaInst( in sanitizeFunction() local 1197 if (auto *NewAI = AllocaToPaddedAllocaMap.lookup(AI)) in sanitizeFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 2525 AllocaInst &OldAI, &NewAI; member in llvm::sroa::AllocaSliceRewriter 2584 AllocaInst &OldAI, AllocaInst &NewAI, in AllocaSliceRewriter() 4652 AllocaInst *NewAI; in rewritePartition() local 4853 if (AllocaInst *NewAI = rewritePartition(AI, AS, P)) { in splitAlloca() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64StackTagging.cpp | 482 auto *NewAI = new AllocaInst( in alignAndPadAlloca() local
|