Searched refs:ParentFunc (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | PreISelIntrinsicLowering.cpp | 218 Function *ParentFunc = Memcpy->getFunction(); in expandMemIntrinsicUses() local 219 const TargetTransformInfo &TTI = LookupTTI(*ParentFunc); in expandMemIntrinsicUses() 222 canEmitLibcall(TM, ParentFunc, RTLIB::MEMCPY)) in expandMemIntrinsicUses() 241 Function *ParentFunc = Memcpy->getFunction(); in expandMemIntrinsicUses() local 242 const TargetTransformInfo &TTI = LookupTTI(*ParentFunc); in expandMemIntrinsicUses() 250 Function *ParentFunc = Memmove->getFunction(); in expandMemIntrinsicUses() local 251 const TargetTransformInfo &TTI = LookupTTI(*ParentFunc); in expandMemIntrinsicUses() 254 canEmitLibcall(TM, ParentFunc, RTLIB::MEMMOVE)) in expandMemIntrinsicUses() 267 Function *ParentFunc = Memset->getFunction(); in expandMemIntrinsicUses() local 268 const TargetTransformInfo &TTI = LookupTTI(*ParentFunc); in expandMemIntrinsicUses() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBContext.cpp | 101 std::unique_ptr<PDBSymbol> ParentFunc = in getInliningInfoForAddress() local 103 if (!ParentFunc) { in getInliningInfoForAddress() 108 auto Frames = ParentFunc->findInlineFramesByVA(Address.Address); in getInliningInfoForAddress()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86WinEHState.cpp | 68 Function *generateLSDAInEAXThunk(Function *ParentFunc); 376 /// Generate a thunk that puts the LSDA of ParentFunc in EAX and then calls in emitEHLSDA() 383 Function *WinEHStatePass::generateLSDAInEAXThunk(Function *ParentFunc) { 384 LLVMContext &Context = ParentFunc->getContext(); 398 ParentFunc->getName()), in generateLSDAInEAXThunk() 400 if (auto *C = ParentFunc->getComdat()) in generateLSDAInEAXThunk() 404 Value *LSDA = emitEHLSDA(Builder, ParentFunc); in generateLSDAInEAXThunk() 386 generateLSDAInEAXThunk(Function * ParentFunc) generateLSDAInEAXThunk() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LowerMemIntrinsics.cpp | 35 Function *ParentFunc = PreLoopBB->getParent(); in createMemCpyLoopKnownSize() local 37 const DataLayout &DL = ParentFunc->getDataLayout(); in createMemCpyLoopKnownSize() 63 BasicBlock::Create(Ctx, "load-store-loop", ParentFunc, PostLoopBB); in createMemCpyLoopKnownSize() 188 Function *ParentFunc = PreLoopBB->getParent(); in createMemCpyLoopUnknownSize() local 189 const DataLayout &DL = ParentFunc->getDataLayout(); in createMemCpyLoopUnknownSize() 224 BasicBlock::Create(Ctx, "loop-memcpy-expansion", ParentFunc, PostLoopBB); in createMemCpyLoopUnknownSize()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | IROutliner.cpp | 2129 Function *ParentFunc, Twine BaseName) { in createAndInsertBasicBlocks() argument 2137 ParentFunc->getContext(), in createAndInsertBasicBlocks() 2139 ParentFunc); in createAndInsertBasicBlocks()
|