Home
last modified time | relevance | path

Searched refs:ParentFn (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DWinEHFuncInfo.h121 void calculateWinCXXEHStateNumbers(const Function *ParentFn,
124 void calculateSEHStateNumbers(const Function *ParentFn,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DGlobalMerge.cpp364 Function *ParentFn = I->getParent()->getParent(); in doMerge() local
367 if (Opt.SizeOnly && !ParentFn->hasMinSize()) in doMerge()
370 size_t UGSIdx = GlobalUsesByFunction[ParentFn]; in doMerge()
383 GlobalUsesByFunction[ParentFn] = CurGVOnlySetIdx; in doMerge()
400 GlobalUsesByFunction[ParentFn] = ExpandedIdx; in doMerge()
406 GlobalUsesByFunction[ParentFn] = EncounteredUGS[UGSIdx] = in doMerge()
H A DTargetInstrInfo.cpp1799 const Function &ParentFn = FirstCand.getMF()->getFunction(); in mergeOutliningCandidateAttributes() local
1800 if (ParentFn.hasFnAttribute("target-features")) in mergeOutliningCandidateAttributes()
1801 F.addFnAttr(ParentFn.getFnAttribute("target-features")); in mergeOutliningCandidateAttributes()
1802 if (ParentFn.hasFnAttribute("target-cpu")) in mergeOutliningCandidateAttributes()
1803 F.addFnAttr(ParentFn.getFnAttribute("target-cpu")); in mergeOutliningCandidateAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp585 const Function &ParentFn) const { in getPtrAuthBlockAddressDiscriminatorIfEnabled()
586 if (!ParentFn.hasFnAttribute("ptrauth-indirect-gotos")) in getPtrAuthBlockAddressDiscriminatorIfEnabled()
591 (Twine(ParentFn.getName()) + " blockaddress").str()); in getPtrAuthBlockAddressDiscriminatorIfEnabled()
H A DAArch64Subtarget.h427 getPtrAuthBlockAddressDiscriminatorIfEnabled(const Function &ParentFn) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp21339 FunctionScopeInfo *ParentFn = SemaRef.getEnclosingFunction(); in ActOnOpenMPDeclareReductionDirectiveStart() local
21341 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty(); in ActOnOpenMPDeclareReductionDirectiveStart()
21595 FunctionScopeInfo *ParentFn = SemaRef.getEnclosingFunction(); in ActOnOpenMPDeclareMapperDirective() local
21597 (ParentFn != nullptr) && !ParentFn->CompoundScopes.empty(); in ActOnOpenMPDeclareMapperDirective()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp3606 const Function *ParentFn = CI->getParent()->getParent(); in mayBeEmittedAsTailCall() local
3607 if (AMDGPU::isEntryFunctionCC(ParentFn->getCallingConv())) in mayBeEmittedAsTailCall()