Home
last modified time | relevance | path

Searched defs:NewAI (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStack.cpp556 Value *NewAI = in moveStaticAllocasToUnsafeStack() local
675 Value *NewAI = IRB.CreatePointerCast(NewTop, AI->getType()); in moveDynamicAllocasToUnsafeStack() local
DAtomicExpandPass.cpp800 AtomicRMWInst *NewAI = Builder.CreateAtomicRMW(Op, PMV.AlignedAddr, in widenPartwordAtomicRMW() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp1178 auto *NewAI = new AllocaInst( in sanitizeFunction() local
1197 if (auto *NewAI = AllocaToPaddedAllocaMap.lookup(AI)) in sanitizeFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp482 auto *NewAI = new AllocaInst( in alignAndPadAlloca() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp2270 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