Home
last modified time | relevance | path

Searched defs:Caller (Results 1 – 25 of 68) sorted by relevance

123

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallGraphUpdater.cpp152 Function *Caller = OldCS.getCaller(); replaceCallSite() local
169 Function *Caller = CS.getCaller(); removeCallSite() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DReplayInlineAdvisor.cpp61 StringRef Caller = CalleeCaller.second.rsplit("'").first; in ReplayInlineAdvisor() local
96 Function &Caller = *CB.getCaller(); in getAdviceImpl() local
H A DInlineAdvisor.cpp136 Function &Caller = *CB.getCaller(); getDefaultInlineAdvice() local
249 shouldBeDeferred(Function * Caller,InlineCost IC,int & TotalSecondaryCost,function_ref<InlineCost (CallBase & CB)> GetInlineCost) shouldBeDeferred() argument
384 Function *Caller = CB.getCaller(); shouldInline() local
492 emitInlinedInto(OptimizationRemarkEmitter & ORE,DebugLoc DLoc,const BasicBlock * Block,const Function & Callee,const Function & Caller,bool AlwaysInline,function_ref<void (OptimizationRemark &)> ExtraContext,const char * PassName) emitInlinedInto() argument
510 emitInlinedIntoBasedOnCost(OptimizationRemarkEmitter & ORE,DebugLoc DLoc,const BasicBlock * Block,const Function & Callee,const Function & Caller,const InlineCost & IC,bool ForProfileContext,const char * PassName) emitInlinedIntoBasedOnCost() argument
[all...]
H A DImportedFunctionsInliningStatistics.cpp48 void ImportedFunctionsInliningStatistics::recordInline(const Function &Caller, in recordInline() argument
H A DMLInlineAdvisor.cpp273 Function *Caller = Advice.getCaller(); onSuccessfulInlining() local
328 auto &Caller = *CB.getCaller(); getAdviceImpl() local
[all...]
H A DMemoryProfileInfo.cpp203 for (auto &Caller : Node->Callers) { buildMIBNodes() local
H A DInlineCost.cpp806 auto *Caller = CandidateCall.getParent()->getParent(); isCostBenefitAnalysisEnabled() local
982 auto *Caller = CandidateCall.getFunction(); finalizeAnalysis() local
1281 auto *Caller = CandidateCall.getFunction(); finalizeAnalysis() local
1908 Function *Caller = Call.getCaller(); updateThreshold() local
2710 Function *Caller = CandidateCall.getFunction(); analyze() local
2877 functionsHaveCompatibleAttributes(Function * Caller,Function * Callee,TargetTransformInfo & TTI,function_ref<const TargetLibraryInfo & (Function &)> & GetTLI) functionsHaveCompatibleAttributes() argument
3018 Function *Caller = Call.getCaller(); getAttributeBasedInliningDecision() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp225 IdentifyCUDAPreference(const FunctionDecl * Caller,const FunctionDecl * Callee) IdentifyCUDAPreference() argument
309 EraseUnwantedCUDAMatches(const FunctionDecl * Caller,SmallVectorImpl<std::pair<DeclAccessPair,FunctionDecl * >> & Matches) EraseUnwantedCUDAMatches() argument
692 FunctionDecl *Caller = getCurFunctionDecl(/*AllowLambda=*/true); CUDARecordImplicitHostDeviceFuncUsedByDevice() local
870 FunctionDecl *Caller = getCurFunctionDecl(/*AllowLambda=*/true); CheckCUDACall() local
941 FunctionDecl *Caller = getCurFunctionDecl(/*AllowLambda=*/true); CUDACheckLambdaCapture() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h446 static Error call(const CallerFn &Caller, RetT &Result, in call() argument
475 static void callAsync(AsyncCallerFn &&Caller, in callAsync() argument
556 call(const CallerFn & Caller,const ArgTs &...Args) call() argument
563 callAsync(AsyncCallerFn && Caller,SendDeserializedResultFn && SendDeserializedResult,const ArgTs &...Args) callAsync() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp2229 static void setAND(Function &Caller, cons argument
2025 checkDenormMode(const Function & Caller,const Function & Callee) checkDenormMode() argument
2043 isEqual(const Function & Caller,const Function & Callee) isEqual() argument
2048 isEqual(const Function & Caller,const Function & Callee,const StringRef & AttrName) isEqual() argument
2059 setAND(Function & Caller,const Function & Callee) setAND() argument
2071 setOR(Function & Caller,const Function & Callee) setOR() argument
2079 adjustCallerSSPLevel(Function & Caller,const Function & Callee) adjustCallerSSPLevel() argument
2109 adjustCallerStackProbes(Function & Caller,const Function & Callee) adjustCallerStackProbes() argument
2120 adjustCallerStackProbeSize(Function & Caller,const Function & Callee) adjustCallerStackProbeSize() argument
2148 adjustMinLegalVectorWidth(Function & Caller,const Function & Callee) adjustMinLegalVectorWidth() argument
2169 adjustNullPointerValidAttr(Function & Caller,const Function & Callee) adjustNullPointerValidAttr() argument
2219 areInlineCompatible(const Function & Caller,const Function & Callee) areInlineCompatible() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h88 bool areInlineCompatible(const Function *Caller, in areInlineCompatible() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/XRay/
H A DProfile.h120 TrieNode *Caller = nullptr; member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp97 areInlineCompatible(const Function * Caller,const Function * Callee) const areInlineCompatible() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSyntheticCountsPropagation.cpp108 Function *Caller = CB.getCaller(); in run() local
H A DAlwaysInliner.cpp60 OptimizationRemarkEmitter ORE(Caller); in AlwaysInlineImpl() local
H A DGlobalDCE.cpp158 void GlobalDCEPass::ScanVTableLoad(Function *Caller, Metadata *TypeId, in ScanVTableLoad()
H A DPartialInlining.cpp729 Function *Caller = CB.getCaller(); in shouldPartialInline() local
909 __anon55a6321c1202(Function *Caller) computeCallsiteToProfCountMap() argument
928 Function *Caller = CB->getCaller(); computeCallsiteToProfCountMap() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h63 CallBase *Caller; // Holds the call that called subframes. member
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp337 auto getArgLoc = [&](CallEventRef<> Caller) -> std::optional<SVal> { in computeObjectUnderConstruction() argument
366 CallEventRef<> Caller = in computeObjectUnderConstruction() local
375 CallEventRef<> Caller = CEMgr.getCXXConstructorCall( in computeObjectUnderConstruction() local
382 CallEventRef<> Caller in computeObjectUnderConstruction() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/
H A DHipStdPar.cpp182 auto Caller = CB->getParent()->getParent(); checkIfSupported() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h183 Function &Caller; variable
H A DInlineAdvisor.h123 Function *const Caller; variable
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpFrame.cpp25 InterpFrame(InterpState & S,const Function * Func,InterpFrame * Caller,CodePtr RetPC) InterpFrame() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp349 Function *Caller = CS.getInstruction()->getFunction(); in updateImpl() local
708 Function *Caller = CS.getInstruction()->getFunction(); in updateImplImpl() local
852 Function *Caller = CS.getInstruction()->getFunction(); in updateImpl() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h90 checkFunctionCallABI(CodeGenModule & CGM,SourceLocation CallLoc,const FunctionDecl * Caller,const FunctionDecl * Callee,const CallArgList & Args) checkFunctionCallABI() argument

123