Home
last modified time | relevance | path

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

12345678910>>...19

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAnnotateKernelFeatures.cpp188 static bool handleAttr(Function &Parent, const Function &Callee, in handleAttr()
197 static void copyFeaturesToFunction(Function &Parent, const Function &Callee, in copyFeaturesToFunction()
221 Function *Callee = std::get<1>(I)->getFunction(); in processUniformWorkGroupAttribute() local
231 Function &Caller, Function &Callee) { in propagateUniformWorkGroupAttribute()
279 Function *Callee = CS.getCalledFunction(); in addFeatureAttributes() local
DAMDGPUInline.cpp115 Function *Callee = CS.getCalledFunction(); in getInlineThreshold() local
160 Function *Callee = CS.getCalledFunction(); in isWrapperOnlyCall() local
178 Function *Callee = CS.getCalledFunction(); in getInlineCost() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUAnnotateKernelFeatures.cpp201 static bool handleAttr(Function &Parent, const Function &Callee, in handleAttr()
210 static void copyFeaturesToFunction(Function &Parent, const Function &Callee, in copyFeaturesToFunction()
234 Function *Callee = std::get<1>(I)->getFunction(); in processUniformWorkGroupAttribute() local
244 Function &Caller, Function &Callee) { in propagateUniformWorkGroupAttribute()
296 const Function *Callee = in addFeatureAttributes() local
DAMDGPUInline.cpp114 Function *Callee = CB.getCalledFunction(); in getInlineThreshold() local
159 Function *Callee = CB.getCalledFunction(); in isWrapperOnlyCall() local
177 Function *Callee = CB.getCalledFunction(); in getInlineCost() local
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp183 Function *Callee = CI->getCalledFunction(); in optimizeStrChr() local
339 Function *Callee = CI->getCalledFunction(); in optimizeStpCpy() local
363 Function *Callee = CI->getCalledFunction(); in optimizeStrNCpy() local
882 Function *Callee = CI->getCalledFunction(); in optimizeUnaryDoubleFP() local
921 Function *Callee = CI->getCalledFunction(); in optimizeBinaryDoubleFP() local
948 Function *Callee = CI->getCalledFunction(); in optimizeCos() local
989 Function *Callee = CI->getCalledFunction(); in optimizePow() local
1107 Function *Callee = CI->getCalledFunction(); in optimizeExp2() local
1152 Function *Callee = CI->getCalledFunction(); in optimizeFabs() local
1169 Function *Callee = CI->getCalledFunction(); in optimizeFMinFMax() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DInliner.cpp279 Function *Callee = CS.getCalledFunction(); in InlineCallIfPossible() local
425 Function *Callee = CS.getCalledFunction(); in shouldInline() local
508 const BasicBlock *Block, const Function &Callee, in emit_inlined_into()
573 if (Function *Callee = CS.getCalledFunction()) in inlineCallsImpl() local
622 Function *Callee = CS.getCalledFunction(); in inlineCallsImpl() local
932 if (Function *Callee = CS.getCalledFunction()) { in run() local
1011 Function &Callee = *CS.getCalledFunction(); in run() local
1029 Function &Callee = *CS.getCalledFunction(); in run() local
1192 llvm::any_of(InlinedCallees, [&](Function *Callee) { in run()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp256 static Instruction *versionCallSite(CallSite CS, Value *Callee, in versionCallSite()
319 bool llvm::isLegalToPromote(CallSite CS, Function *Callee, in isLegalToPromote()
365 Instruction *llvm::promoteCall(CallSite CS, Function *Callee, in promoteCall()
449 Instruction *llvm::promoteCallWithIfThenElse(CallSite CS, Function *Callee, in promoteCallWithIfThenElse()
/external/llvm-project/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp286 static CallBase &versionCallSite(CallBase &CB, Value *Callee, in versionCallSite()
386 bool llvm::isLegalToPromote(const CallBase &CB, Function *Callee, in isLegalToPromote()
445 CallBase &llvm::promoteCall(CallBase &CB, Function *Callee, in promoteCall()
528 CallBase &llvm::promoteCallWithIfThenElse(CallBase &CB, Function *Callee, in promoteCallWithIfThenElse()
544 Value *Callee = CB.getCalledOperand(); in tryPromoteCall() local
/external/llvm-project/llvm/lib/Analysis/
DSyntheticCountsUtils.cpp59 auto Callee = CGT::edge_dest(E.second); in propagateFromSCC() local
72 auto Callee = CGT::edge_dest(E.second); in propagateFromSCC() local
DInlineAdvisor.cpp107 Function &Callee = *CB.getCalledFunction(); in getDefaultInlineAdvice() local
322 Function *Callee = CB.getCalledFunction(); in shouldInline() local
426 const BasicBlock *Block, const Function &Callee, in emitInlinedInto()
446 auto &Callee = *CB.getCalledFunction(); in getAdvice() local
459 auto &Callee = *CB.getCalledFunction(); in getMandatoryKind() local
DMLInlineAdvisor.cpp58 if (Function *Callee = CS->getCalledFunction()) { in getInlinableCS() local
134 Function *Callee = Advice.getCallee(); in onSuccessfulInlining() local
173 auto &Callee = *CB.getCalledFunction(); in getAdvice() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DSyntheticCountsUtils.cpp60 auto Callee = CGT::edge_dest(E.second); in propagateFromSCC() local
73 auto Callee = CGT::edge_dest(E.second); in propagateFromSCC() local
DCallGraph.cpp77 const Function *Callee = Call->getCalledFunction(); in addToCallGraph() local
202 void CallGraphNode::removeAnyCallEdgeTo(CallGraphNode *Callee) { in removeAnyCallEdgeTo()
214 void CallGraphNode::removeOneAbstractEdgeTo(CallGraphNode *Callee) { in removeOneAbstractEdgeTo()
DStackSafetyAnalysis.cpp61 const GlobalValue *Callee = nullptr; member
338 const GlobalValue *Callee = in analyzeAllUses() local
412 void updateOneNode(const GlobalValue *Callee) { in updateOneNode()
445 StackSafetyDataFlowAnalysis::getArgumentAccessRange(const GlobalValue *Callee, in getArgumentAccessRange()
482 const GlobalValue *Callee, StackSafetyInfo::FunctionInfo &FS) { in updateOneNode()
520 for (auto &Callee : Callees) in runDataFlow() local
527 const GlobalValue *Callee = WorkList.back(); in runDataFlow() local
DCallGraphSCCPass.cpp274 Function *Callee = Call->getCalledFunction(); in RefreshCallGraph() local
291 Function *Callee = Call->getCalledFunction(); in RefreshCallGraph() local
324 if (Function *Callee = Call->getCalledFunction()) { in RefreshCallGraph() local
348 if (Function *Callee = Call->getCalledFunction()) { in RefreshCallGraph() local
/external/llvm-project/llvm/lib/IR/
DAbstractCallSite.cpp37 const Function *Callee = CB.getCalledFunction(); in getCallbackUses() local
87 Function *Callee = CB->getCalledFunction(); in AbstractCallSite() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAbstractCallSite.cpp38 const Function *Callee = ICS.getCalledFunction(); in getCallbackUses() local
86 Function *Callee = CS.getCalledFunction(); in AbstractCallSite() local
/external/swiftshader/third_party/subzero/crosstest/
Dtest_calling_conv_main.cpp49 CalleePtrTy Callee; variable
70 CalleePtrTy Callee; in testCaller() member
132 CalleePtrTy Callee, Subzero_Callee; in testCallee() member
/external/llvm-project/llvm/lib/Transforms/IPO/
DInliner.cpp259 Function *Callee = CB.getCalledFunction(); in inlineCallIfPossible() local
354 if (Function *Callee = CB->getCalledFunction()) in inlineCallsImpl() local
405 Function *Callee = CB.getCalledFunction(); in inlineCallsImpl() local
745 if (Function *Callee = CB->getCalledFunction()) { in run() local
814 Function &Callee = *CB->getCalledFunction(); in run() local
965 llvm::any_of(InlinedCallees, [&](Function *Callee) { in run()
DPruneEH.cpp121 if (Function *Callee = CI->getCalledFunction()) { in runImpl() local
241 const Function *Callee = Call->getCalledFunction(); in DeleteBasicBlock() local
/external/llvm/lib/Analysis/
DCallGraph.cpp86 const Function *Callee = CS.getCalledFunction(); in addToCallGraph() local
218 void CallGraphNode::removeAnyCallEdgeTo(CallGraphNode *Callee) { in removeAnyCallEdgeTo()
230 void CallGraphNode::removeOneAbstractEdgeTo(CallGraphNode *Callee) { in removeOneAbstractEdgeTo()
DCallGraphSCCPass.cpp253 Function *Callee = CS.getCalledFunction(); in RefreshCallGraph() local
269 Function *Callee = CS.getCalledFunction(); in RefreshCallGraph() local
301 if (Function *Callee = CS.getCalledFunction()) { in RefreshCallGraph() local
325 if (Function *Callee = CS.getCalledFunction()) { in RefreshCallGraph() local
/external/llvm-project/clang/lib/Sema/
DSemaSYCL.cpp35 bool Sema::checkSYCLDeviceFunction(SourceLocation Loc, FunctionDecl *Callee) { in checkSYCLDeviceFunction()
/external/clang/lib/CodeGen/
DCGCUDARuntime.cpp47 llvm::Value *Callee = CGF.EmitScalarExpr(E->getCallee()); in EmitCUDAKernelCallExpr() local
/external/llvm-project/clang/lib/Analysis/plugins/SampleAnalyzer/
DMainCallChecker.cpp20 const Expr *Callee = CE->getCallee(); in checkPreStmt() local

12345678910>>...19