Home
last modified time | relevance | path

Searched defs:Callee (Results 1 – 25 of 199) sorted by relevance

12345678

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.h87 bool requiresLazySave(const SMEAttrs &Callee) const { in requiresLazySave()
115 bool requiresPreservingZT0(const SMEAttrs &Callee) const { in requiresPreservingZT0()
118 bool requiresDisablingZABeforeCall(const SMEAttrs &Callee) const { in requiresDisablingZABeforeCall()
122 bool requiresEnablingZAAfterCall(const SMEAttrs &Callee) const { in requiresEnablingZAAfterCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp283 CallBase &llvm::versionCallSite(CallBase &CB, Value *Callee, in versionCallSite()
383 bool llvm::isLegalToPromote(const CallBase &CB, Function *Callee, in isLegalToPromote()
469 CallBase &llvm::promoteCall(CallBase &CB, Function *Callee, in promoteCall()
550 CallBase &llvm::promoteCallWithIfThenElse(CallBase &CB, Function *Callee, in promoteCallWithIfThenElse()
566 Value *Callee = CB.getCalledOperand(); in tryPromoteCall() local
H A DSimplifyLibCalls.cpp476 Function *Callee = CI->getCalledFunction(); in optimizeStrChr() local
717 Function *Callee = CI->getCalledFunction(); in optimizeStpCpy() local
806 Function *Callee = CI->getCalledFunction(); in optimizeStrLCpy() local
831 Function *Callee = CI->getCalledFunction(); in optimizeStringNCpy() local
2324 Function *Callee = CI->getCalledFunction(); in optimizeExp2() local
2360 Function *Callee = CI->getCalledFunction(); in optimizeFMinFMax() local
2543 Function *Callee = CI->getCalledFunction(); in optimizeSqrt() local
2613 Function *Callee = CI->getCalledFunction(); in optimizeTan() local
2676 FunctionCallee Callee = getOrInsertLibFunc( in insertSinCosCall() local
2761 Function *Callee = CI->getCalledFunction(); in classifyArgUse() local
[all …]
H A DLibCallsShrinkWrap.cpp295 Function *Callee = CI.getCalledFunction(); in checkCandidate() local
489 Function *Callee = CI->getCalledFunction(); in perform() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp258 if (Function *Callee = CB->getCalledFunction()) { in run() local
327 Function &Callee = *CB->getCalledFunction(); in run() local
514 llvm::any_of(InlinedCallees, [&](Function *Callee) { in run()
532 for (auto *Callee : DeadFunctionsInComdats) in run() local
H A DModuleInliner.cpp149 if (Function *Callee = CB->getCalledFunction()) { in run() local
184 Function &Callee = *CB->getCalledFunction(); in run() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DSyntheticCountsUtils.cpp56 auto Callee = CGT::edge_dest(E.second); in propagateFromSCC() local
69 auto Callee = CGT::edge_dest(E.second); in propagateFromSCC() local
H A DReplayInlineAdvisor.cpp60 StringRef Callee = CalleeCaller.first.rsplit(": '").second; in ReplayInlineAdvisor() local
111 StringRef Callee = CB.getCalledFunction()->getName(); in getAdviceImpl() local
H A DCallGraph.cpp101 const Function *Callee = Call->getCalledFunction(); in populateCallGraphNode() local
229 void CallGraphNode::removeAnyCallEdgeTo(CallGraphNode *Callee) { in removeAnyCallEdgeTo()
241 void CallGraphNode::removeOneAbstractEdgeTo(CallGraphNode *Callee) { in removeOneAbstractEdgeTo()
H A DInlineAdvisor.cpp154 Function &Callee = *CB.getCalledFunction(); in getDefaultInlineAdvice() local
383 Function *Callee = CB.getCalledFunction(); in shouldInline() local
492 const Function &Callee, const Function &Caller, bool AlwaysInline, in emitInlinedInto()
510 const Function &Callee, const Function &Caller, const InlineCost &IC, in emitInlinedIntoBasedOnCost()
594 auto &Callee = *CB.getCalledFunction(); in getMandatoryKind() local
H A DMemoryBuiltins.cpp172 if (const Function *Callee = CB->getCalledFunction()) in getCalledFunction() local
180 getAllocationDataForFunction(const Function *Callee, AllocType AllocTy, in getAllocationDataForFunction()
225 if (const Function *Callee = getCalledFunction(V, IsNoBuiltinCall)) in getAllocationData() local
235 if (const Function *Callee = getCalledFunction(V, IsNoBuiltinCall)) in getAllocationData() local
245 const Function *Callee = in getAllocationSize() local
500 std::optional<FreeFnsTy> getFreeFunctionDataForFunction(const Function *Callee, in getFreeFunctionDataForFunction()
514 const Function *Callee = getCalledFunction(I, IsNoBuiltin); in getAllocationFamily() local
560 const Function *Callee = getCalledFunction(CB, IsNoBuiltinCall); in getFreedOperand() local
913 Function *Callee = CB->getCalledFunction(); in findLoadSizeOffset() local
H A DCallGraphSCCPass.cpp289 Function *Callee = Call->getCalledFunction(); in RefreshCallGraph() local
306 Function *Callee = Call->getCalledFunction(); in RefreshCallGraph() local
348 if (Function *Callee = Call->getCalledFunction()) { in RefreshCallGraph() local
372 if (Function *Callee = Call->getCalledFunction()) { in RefreshCallGraph() local
H A DMLInlineAdvisor.cpp116 if (Function *Callee = CS->getCalledFunction()) { in getInlinableCS() local
274 Function *Callee = Advice.getCallee(); in onSuccessfulInlining() local
329 auto &Callee = *CB.getCalledFunction(); in getAdviceImpl() local
H A DStackSafetyAnalysis.cpp102 const CalleeTy *Callee = nullptr; member
507 const GlobalValue *Callee = in analyzeAllUses() local
576 void updateOneNode(const CalleeTy *Callee) { in updateOneNode()
601 const CalleeTy *Callee, unsigned ParamNo, in getArgumentAccessRange()
642 const CalleeTy *Callee, FunctionInfo<CalleeTy> &FS) { in updateOneNode()
673 for (auto &Callee : Callees) in runDataFlow() local
680 const CalleeTy *Callee = WorkList.pop_back_val(); in runDataFlow() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAbstractCallSite.cpp36 const Function *Callee = CB.getCalledFunction(); in getCallbackUses() local
86 Function *Callee = CB->getCalledFunction(); in AbstractCallSite() local
H A DAttributes.cpp2025 static bool checkDenormMode(const Function &Caller, const Function &Callee) { in checkDenormMode()
2043 static bool isEqual(const Function &Caller, const Function &Callee) { in isEqual()
2048 static bool isEqual(const Function &Caller, const Function &Callee, in isEqual()
2059 static void setAND(Function &Caller, const Function &Callee) { in setAND()
2071 static void setOR(Function &Caller, const Function &Callee) { in setOR()
2079 static void adjustCallerSSPLevel(Function &Caller, const Function &Callee) { in adjustCallerSSPLevel()
2120 adjustCallerStackProbeSize(Function &Caller, const Function &Callee) { in adjustCallerStackProbeSize()
2148 adjustMinLegalVectorWidth(Function &Caller, const Function &Callee) { in adjustMinLegalVectorWidth()
2169 adjustNullPointerValidAttr(Function &Caller, const Function &Callee) { in adjustNullPointerValidAttr()
2220 const Function &Callee) { in areInlineCompatible()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h86 ContextTrieNode *Callee = &Child.second; variable
103 ContextTrieNode *Callee = &Child.second; variable
/freebsd/contrib/llvm-project/clang/lib/Analysis/plugins/SampleAnalyzer/
H A DMainCallChecker.cpp20 const Expr *Callee = CE->getCallee(); in checkPreStmt() local
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h396 auto* Callee = TopNode->Callees.find_element( in enterFunction() local
517 for (const auto Callee : NP.Node->Callees) { in deepCopyInto() local
578 for (const auto Callee : NT.OrigNode->Callees) { in mergeInto() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAPElim.cpp46 if (const Function *Callee = CB.getCalledFunction()) { in MayAutorelease() local
H A DObjCARC.cpp29 Value *Callee = Func.getCallee(); in createCallInstWithColors() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp226 const FunctionDecl *Callee) { in IdentifyCUDAPreference()
691 const FunctionDecl *Callee) { in CUDARecordImplicitHostDeviceFuncUsedByDevice()
860 bool Sema::CheckCUDACall(SourceLocation Loc, FunctionDecl *Callee) { in CheckCUDACall()
926 void Sema::CUDACheckLambdaCapture(CXXMethodDecl *Callee, in CUDACheckLambdaCapture()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAnnotateKernelFeatures.cpp76 const Function *Callee = in addFeatureAttributes() local
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h89 const Function *Callee) const { in areInlineCompatible()
H A DNVVMReflect.cpp121 Function *Callee = Call->getCalledFunction(); in runNVVMReflect() local

12345678