Home
last modified time | relevance | path

Searched refs:ParentFunc (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULowerIntrinsics.cpp75 Function *ParentFunc = Memcpy->getParent()->getParent(); in expandMemIntrinsicUses() local
77 getAnalysis<TargetTransformInfoWrapperPass>().getTTI(*ParentFunc); in expandMemIntrinsicUses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86WinEHState.cpp68 Function *generateLSDAInEAXThunk(Function *ParentFunc);
385 Function *WinEHStatePass::generateLSDAInEAXThunk(Function *ParentFunc) { in generateLSDAInEAXThunk() argument
386 LLVMContext &Context = ParentFunc->getContext(); in generateLSDAInEAXThunk()
400 ParentFunc->getName()), in generateLSDAInEAXThunk()
402 if (auto *C = ParentFunc->getComdat()) in generateLSDAInEAXThunk()
406 Value *LSDA = emitEHLSDA(Builder, ParentFunc); in generateLSDAInEAXThunk()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerMemIntrinsics.cpp36 Function *ParentFunc = PreLoopBB->getParent(); in createMemCpyLoopKnownSize() local
53 BasicBlock::Create(Ctx, "load-store-loop", ParentFunc, PostLoopBB); in createMemCpyLoopKnownSize()
145 Function *ParentFunc = PreLoopBB->getParent(); in createMemCpyLoopUnknownSize() local
177 BasicBlock::Create(Ctx, "loop-memcpy-expansion", ParentFunc, PostLoopBB); in createMemCpyLoopUnknownSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp208 void coro::updateCallGraph(Function &ParentFunc, ArrayRef<Function *> NewFuncs, in updateCallGraph() argument
211 auto *ParentNode = CG[&ParentFunc]; in updateCallGraph()