| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUAnnotateKernelFeatures.cpp | 188 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
|
| D | AMDGPUInline.cpp | 115 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/ |
| D | AMDGPUAnnotateKernelFeatures.cpp | 201 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
|
| D | AMDGPUInline.cpp | 114 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/ |
| D | SimplifyLibCalls.cpp | 183 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/ |
| D | Inliner.cpp | 279 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/ |
| D | CallPromotionUtils.cpp | 256 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/ |
| D | CallPromotionUtils.cpp | 286 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/ |
| D | SyntheticCountsUtils.cpp | 59 auto Callee = CGT::edge_dest(E.second); in propagateFromSCC() local 72 auto Callee = CGT::edge_dest(E.second); in propagateFromSCC() local
|
| D | InlineAdvisor.cpp | 107 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
|
| D | MLInlineAdvisor.cpp | 58 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/ |
| D | SyntheticCountsUtils.cpp | 60 auto Callee = CGT::edge_dest(E.second); in propagateFromSCC() local 73 auto Callee = CGT::edge_dest(E.second); in propagateFromSCC() local
|
| D | CallGraph.cpp | 77 const Function *Callee = Call->getCalledFunction(); in addToCallGraph() local 202 void CallGraphNode::removeAnyCallEdgeTo(CallGraphNode *Callee) { in removeAnyCallEdgeTo() 214 void CallGraphNode::removeOneAbstractEdgeTo(CallGraphNode *Callee) { in removeOneAbstractEdgeTo()
|
| D | StackSafetyAnalysis.cpp | 61 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
|
| D | CallGraphSCCPass.cpp | 274 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/ |
| D | AbstractCallSite.cpp | 37 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/ |
| D | AbstractCallSite.cpp | 38 const Function *Callee = ICS.getCalledFunction(); in getCallbackUses() local 86 Function *Callee = CS.getCalledFunction(); in AbstractCallSite() local
|
| /external/swiftshader/third_party/subzero/crosstest/ |
| D | test_calling_conv_main.cpp | 49 CalleePtrTy Callee; variable 70 CalleePtrTy Callee; in testCaller() member 132 CalleePtrTy Callee, Subzero_Callee; in testCallee() member
|
| /external/llvm-project/llvm/lib/Transforms/IPO/ |
| D | Inliner.cpp | 259 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()
|
| D | PruneEH.cpp | 121 if (Function *Callee = CI->getCalledFunction()) { in runImpl() local 241 const Function *Callee = Call->getCalledFunction(); in DeleteBasicBlock() local
|
| /external/llvm/lib/Analysis/ |
| D | CallGraph.cpp | 86 const Function *Callee = CS.getCalledFunction(); in addToCallGraph() local 218 void CallGraphNode::removeAnyCallEdgeTo(CallGraphNode *Callee) { in removeAnyCallEdgeTo() 230 void CallGraphNode::removeOneAbstractEdgeTo(CallGraphNode *Callee) { in removeOneAbstractEdgeTo()
|
| D | CallGraphSCCPass.cpp | 253 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/ |
| D | SemaSYCL.cpp | 35 bool Sema::checkSYCLDeviceFunction(SourceLocation Loc, FunctionDecl *Callee) { in checkSYCLDeviceFunction()
|
| /external/clang/lib/CodeGen/ |
| D | CGCUDARuntime.cpp | 47 llvm::Value *Callee = CGF.EmitScalarExpr(E->getCallee()); in EmitCUDAKernelCallExpr() local
|
| /external/llvm-project/clang/lib/Analysis/plugins/SampleAnalyzer/ |
| D | MainCallChecker.cpp | 20 const Expr *Callee = CE->getCallee(); in checkPreStmt() local
|