Home
last modified time | relevance | path

Searched refs:findAllocaForValue (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DLocal.h349 AllocaInst *findAllocaForValue(Value *V,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp2973 AllocaInst *llvm::findAllocaForValue(Value *V, in findAllocaForValue() function in llvm
2987 Res = findAllocaForValue(CI->getOperand(0), AllocaForValue); in findAllocaForValue()
2993 AllocaInst *IncValueAI = findAllocaForValue(IncValue, AllocaForValue); in findAllocaForValue()
3000 Res = findAllocaForValue(EP->getPointerOperand(), AllocaForValue); in findAllocaForValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64StackTagging.cpp549 llvm::findAllocaForValue(II->getArgOperand(1), AllocaForValue); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1063 llvm::findAllocaForValue(II.getArgOperand(1), AllocaForValue); in visitIntrinsicInst()
DMemorySanitizer.cpp2582 llvm::findAllocaForValue(I.getArgOperand(1), AllocaForValue); in handleLifetimeStart()