Home
last modified time | relevance | path

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

123456789

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUAnnotateKernelFeatures.cpp193 static bool handleAttr(Function &Parent, const Function &Callee, in handleAttr()
202 static void copyFeaturesToFunction(Function &Parent, const Function &Callee, in copyFeaturesToFunction()
218 Function *Callee = std::get<1>(I)->getFunction(); in processUniformWorkGroupAttribute() local
228 Function &Caller, Function &Callee) { in propagateUniformWorkGroupAttribute()
293 const Function *Callee = in addFeatureAttributes() local
H A DAMDGPUFixFunctionBitcasts.cpp38 auto *Callee = in visitCallBase() local
H A DAMDGPULibCalls.cpp214 static CallInst *CreateCallEx2(IRB &B, FunctionCallee Callee, Value *Arg1, in CreateCallEx2()
528 Function *Callee = aCI->getCalledFunction(); in useNative() local
561 auto *Callee = CI->getCalledFunction(); in fold_read_write_pipe() local
622 Function *Callee = CI->getCalledFunction(); in fold() local
1726 Function *Callee = CI->getCalledFunction(); in runOnFunction() local
1759 Function *Callee = CI->getCalledFunction(); in run() local
1785 Function *Callee = CI->getCalledFunction(); in runOnFunction() local
1813 Function *Callee = CI->getCalledFunction(); in run() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DReplayInlineAdvisor.cpp46 auto Callee = Pair.first.split(" inlined into").first.rsplit(": ").second; in ReplayInlineAdvisor() local
71 StringRef Callee = CB.getCalledFunction()->getName(); in getAdviceImpl() local
H A DSyntheticCountsUtils.cpp59 auto Callee = CGT::edge_dest(E.second); in propagateFromSCC() local
72 auto Callee = CGT::edge_dest(E.second); in propagateFromSCC() local
H A DMLInlineAdvisor.cpp58 if (Function *Callee = CS->getCalledFunction()) { in getInlinableCS() local
134 Function *Callee = Advice.getCallee(); in onSuccessfulInlining() local
177 auto &Callee = *CB.getCalledFunction(); in getAdviceImpl() local
H A DCallGraph.cpp103 const Function *Callee = Call->getCalledFunction(); in populateCallGraphNode() local
234 void CallGraphNode::removeAnyCallEdgeTo(CallGraphNode *Callee) { in removeAnyCallEdgeTo()
246 void CallGraphNode::removeOneAbstractEdgeTo(CallGraphNode *Callee) { in removeOneAbstractEdgeTo()
H A DInlineAdvisor.cpp95 Function &Callee = *CB.getCalledFunction(); in getDefaultInlineAdvice() local
328 Function *Callee = CB.getCalledFunction(); in shouldInline() local
436 const BasicBlock *Block, const Function &Callee, in emitInlinedInto()
481 auto &Callee = *CB.getCalledFunction(); in getMandatoryKind() local
H A DCallGraphSCCPass.cpp297 Function *Callee = Call->getCalledFunction(); in RefreshCallGraph() local
314 Function *Callee = Call->getCalledFunction(); in RefreshCallGraph() local
356 if (Function *Callee = Call->getCalledFunction()) { in RefreshCallGraph() local
380 if (Function *Callee = Call->getCalledFunction()) { in RefreshCallGraph() local
H A DStackSafetyAnalysis.cpp100 const CalleeTy *Callee = nullptr; member
414 const GlobalValue *Callee = in analyzeAllUses() local
485 void updateOneNode(const CalleeTy *Callee) { in updateOneNode()
510 const CalleeTy *Callee, unsigned ParamNo, in getArgumentAccessRange()
551 const CalleeTy *Callee, FunctionInfo<CalleeTy> &FS) { in updateOneNode()
582 for (auto &Callee : Callees) in runDataFlow() local
589 const CalleeTy *Callee = WorkList.back(); in runDataFlow() local
H A DFunctionPropertiesAnalysis.cpp40 const auto *Callee = CS->getCalledFunction(); in getFunctionPropertiesInfo() local
H A DMemoryBuiltins.cpp132 if (const Function *Callee = CB->getCalledFunction()) in getCalledFunction() local
141 getAllocationDataForFunction(const Function *Callee, AllocType AllocTy, in getAllocationDataForFunction()
182 if (const Function *Callee = in getAllocationData() local
194 if (const Function *Callee = in getAllocationData() local
205 const Function *Callee = in getAllocationSize() local
488 const Function *Callee = in isFreeCall() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp282 static CallBase &versionCallSite(CallBase &CB, Value *Callee, in versionCallSite()
382 bool llvm::isLegalToPromote(const CallBase &CB, Function *Callee, in isLegalToPromote()
441 CallBase &llvm::promoteCall(CallBase &CB, Function *Callee, in promoteCall()
524 CallBase &llvm::promoteCallWithIfThenElse(CallBase &CB, Function *Callee, in promoteCallWithIfThenElse()
540 Value *Callee = CB.getCalledOperand(); in tryPromoteCall() local
H A DSimplifyLibCalls.cpp288 Function *Callee = CI->getCalledFunction(); in optimizeStrChr() local
521 Function *Callee = CI->getCalledFunction(); in optimizeStpCpy() local
550 Function *Callee = CI->getCalledFunction(); in optimizeStrNCpy() local
1673 Function *Callee = Pow->getCalledFunction(); in optimizePow() local
1795 Function *Callee = CI->getCalledFunction(); in optimizeExp2() local
1822 Function *Callee = CI->getCalledFunction(); in optimizeFMinFMax() local
1999 Function *Callee = CI->getCalledFunction(); in optimizeSqrt() local
2068 Function *Callee = CI->getCalledFunction(); in optimizeTan() local
2127 FunctionCallee Callee = in insertSinCosCall() local
2208 Function *Callee = CI->getCalledFunction(); in classifyArgUse() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAbstractCallSite.cpp37 const Function *Callee = CB.getCalledFunction(); in getCallbackUses() local
87 Function *Callee = CB->getCalledFunction(); in AbstractCallSite() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DInliner.cpp248 Function *Callee = CB.getCalledFunction(); in inlineCallIfPossible() local
343 if (Function *Callee = CB->getCalledFunction()) in inlineCallsImpl() local
394 Function *Callee = CB.getCalledFunction(); in inlineCallsImpl() local
730 if (Function *Callee = CB->getCalledFunction()) { in run() local
795 Function &Callee = *CB->getCalledFunction(); in run() local
946 llvm::any_of(InlinedCallees, [&](Function *Callee) { in run()
H A DPruneEH.cpp121 if (Function *Callee = CI->getCalledFunction()) { in runImpl() local
241 const Function *Callee = Call->getCalledFunction(); in DeleteBasicBlock() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h59 ContextTrieNode *Callee = &Child.second; in ProfiledCallGraph() local
75 ContextTrieNode *Callee = &Child.second; in ProfiledCallGraph() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaSYCL.cpp35 bool Sema::checkSYCLDeviceFunction(SourceLocation Loc, FunctionDecl *Callee) { in checkSYCLDeviceFunction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/plugins/SampleAnalyzer/
H A DMainCallChecker.cpp20 const Expr *Callee = CE->getCallee(); in checkPreStmt() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp202 const Function *Callee = Call->getCalledFunction(); in buildCGN() local
225 CallGraphNode *Callee = CG.getOrInsertFunction(F); in updateCallGraph() local
519 static void propagateCallAttrsFromCallee(CallInst *Call, Function *Callee) { in propagateCallAttrsFromCallee()
524 static void addCallToCallGraph(CallGraph *CG, CallInst *Call, Function *Callee){ in addCallToCallGraph()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DNoReturnFunctionChecker.cpp47 const Expr *Callee = CE.getOriginExpr(); in checkPostCall() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_function_call_trie.h397 auto* Callee = TopNode->Callees.find_element( in enterFunction() local
518 for (const auto Callee : NP.Node->Callees) { in deepCopyInto() local
579 for (const auto Callee : NT.OrigNode->Callees) { in mergeInto() local
/netbsd-src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter2/
H A Dtoy.cpp123 std::string Callee; member in __anon80faa5c90111::CallExprAST
127 CallExprAST(const std::string &Callee, in CallExprAST()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXTargetTransformInfo.h83 const Function *Callee) const { in areInlineCompatible()

123456789