Home
last modified time | relevance | path

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

12345678

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64SMEAttributes.h87 requiresLazySave(const SMEAttrs & Callee) requiresLazySave() argument
115 requiresPreservingZT0(const SMEAttrs & Callee) requiresPreservingZT0() argument
118 requiresDisablingZABeforeCall(const SMEAttrs & Callee) requiresDisablingZABeforeCall() argument
122 requiresEnablingZAAfterCall(const SMEAttrs & Callee) requiresEnablingZAAfterCall() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp283 versionCallSite(CallBase & CB,Value * Callee,MDNode * BranchWeights) versionCallSite() argument
383 isLegalToPromote(const CallBase & CB,Function * Callee,const char ** FailureReason) isLegalToPromote() argument
469 promoteCall(CallBase & CB,Function * Callee,CastInst ** RetBitCast) promoteCall() argument
550 promoteCallWithIfThenElse(CallBase & CB,Function * Callee,MDNode * BranchWeights) promoteCallWithIfThenElse() argument
566 Value *Callee = CB.getCalledOperand(); tryPromoteCall() local
[all...]
H A DSimplifyLibCalls.cpp476 Function *Callee = CI->getCalledFunction(); optimizeStrChr() local
717 Function *Callee = CI->getCalledFunction(); optimizeStpCpy() local
806 Function *Callee = CI->getCalledFunction(); optimizeStrLCpy() local
831 Function *Callee = CI->getCalledFunction(); optimizeStringNCpy() local
2213 Function *Callee = Pow->getCalledFunction(); optimizePow() local
2324 Function *Callee = CI->getCalledFunction(); optimizeExp2() local
2360 Function *Callee = CI->getCalledFunction(); optimizeFMinFMax() local
2543 Function *Callee = CI->getCalledFunction(); optimizeSqrt() local
2613 Function *Callee = CI->getCalledFunction(); optimizeTan() local
2676 FunctionCallee Callee = getOrInsertLibFunc( insertSinCosCall() local
2761 Function *Callee = CI->getCalledFunction(); classifyArgUse() local
2892 Function *Callee = CI->getCalledFunction(); optimizeErrorReporting() local
2909 isReportingError(Function * Callee,CallInst * CI,int StreamArg) isReportingError() argument
3011 Function *Callee = CI->getCalledFunction(); optimizePrintF() local
3132 Function *Callee = CI->getCalledFunction(); optimizeSPrintF() local
3358 Function *Callee = CI->getCalledFunction(); optimizeFPrintF() local
3484 Function *Callee = CI->getCalledFunction(); optimizeStringMemoryLibCall() local
3695 Function *Callee = CI->getCalledFunction(); optimizeCall() local
4131 Function *Callee = CI->getCalledFunction(); optimizeCall() local
[all...]
H A DLibCallsShrinkWrap.cpp295 Function *Callee = CI.getCalledFunction(); in checkCandidate() local
489 Function *Callee = CI->getCalledFunction(); in perform() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInliner.cpp258 if (Function *Callee = CB->getCalledFunction()) { run() local
327 Function &Callee = *CB->getCalledFunction(); run() local
514 __anonb27e47c80502(Function *Callee) run() argument
532 for (auto *Callee : DeadFunctionsInComdats) run() local
[all...]
H A DModuleInliner.cpp149 if (Function *Callee = CB->getCalledFunction()) { in run() local
184 Function &Callee = *CB->getCalledFunction(); in run() local
/freebsd-src/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() argument
241 void CallGraphNode::removeOneAbstractEdgeTo(CallGraphNode *Callee) { in removeOneAbstractEdgeTo() argument
[all...]
H A DInlineAdvisor.cpp154 Function &Callee = *CB.getCalledFunction(); getDefaultInlineAdvice() local
383 Function *Callee = CB.getCalledFunction(); 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
594 auto &Callee = *CB.getCalledFunction(); getMandatoryKind() local
[all...]
H A DMemoryBuiltins.cpp172 if (const Function *Callee = CB->getCalledFunction()) in getCalledFunction() local
180 getAllocationDataForFunction(const Function *Callee, AllocType AllocTy, in getAllocationDataForFunction() argument
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 = getAllocationSize() local
500 getFreeFunctionDataForFunction(const Function * Callee,const LibFunc TLIFn) getFreeFunctionDataForFunction() argument
514 const Function *Callee = getCalledFunction(I, IsNoBuiltin); getAllocationFamily() local
560 const Function *Callee = getCalledFunction(CB, IsNoBuiltinCall); getFreedOperand() local
913 Function *Callee = CB->getCalledFunction(); findLoadSizeOffset() local
[all...]
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 in RefreshCallGraph() local
[all...]
H A DMLInlineAdvisor.cpp116 if (Function *Callee = CS->getCalledFunction()) { getInlinableCS() local
274 Function *Callee = Advice.getCallee(); onSuccessfulInlining() local
329 auto &Callee = *CB.getCalledFunction(); getAdviceImpl() local
[all...]
H A DStackSafetyAnalysis.cpp102 const CalleeTy *Callee = nullptr; member
507 const GlobalValue *Callee = analyzeAllUses() local
576 updateOneNode(const CalleeTy * Callee) updateOneNode() argument
601 getArgumentAccessRange(const CalleeTy * Callee,unsigned ParamNo,const ConstantRange & Offsets) const getArgumentAccessRange() argument
642 updateOneNode(const CalleeTy * Callee,FunctionInfo<CalleeTy> & FS) updateOneNode() argument
673 for (auto &Callee : Callees) runDataFlow() local
680 const CalleeTy *Callee = WorkList.pop_back_val(); runDataFlow() local
[all...]
/freebsd-src/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.cpp2220 return Caller.getFnAttribute(AttrName) == Callee.getFnAttribute(AttrName); in areInlineCompatible() 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
2230 mergeAttributesForInlining(Function & Caller,const Function & Callee) mergeAttributesForInlining() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h86 ContextTrieNode *Callee = &Child.second; variable
103 ContextTrieNode *Callee = &Child.second; variable
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/plugins/SampleAnalyzer/
H A DMainCallChecker.cpp20 const Expr *Callee = CE->getCallee(); in checkPreStmt() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h396 if (ShadowStack.AppendEmplace(TSC, Callee->NodePtr, CPU) == nullptr) in enterFunction() local
517 Callee.FId); in deepCopyInto() local
578 for (const auto Callee : NT.OrigNode->Callees) { mergeInto() local
[all...]
/freebsd-src/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-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCUDA.cpp226 IdentifyCUDAPreference(const FunctionDecl * Caller,const FunctionDecl * Callee) IdentifyCUDAPreference() argument
691 CUDARecordImplicitHostDeviceFuncUsedByDevice(const FunctionDecl * Callee) CUDARecordImplicitHostDeviceFuncUsedByDevice() argument
860 CheckCUDACall(SourceLocation Loc,FunctionDecl * Callee) CheckCUDACall() argument
926 CUDACheckLambdaCapture(CXXMethodDecl * Callee,const sema::Capture & Capture) CUDACheckLambdaCapture() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAnnotateKernelFeatures.cpp76 const Function *Callee = in addFeatureAttributes() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVVMReflect.cpp121 Function *Callee = Call->getCalledFunction(); runNVVMReflect() local
H A DNVPTXTargetTransformInfo.h89 const Function *Callee) const { in areInlineCompatible() argument

12345678