Home
last modified time | relevance | path

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

1234567891011

/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
DAMDGPUFixFunctionBitcasts.cpp37 auto Callee = dyn_cast<Function>(CS.getCalledValue()->stripPointerCasts()); in visitCallSite() 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()
DPruneEH.cpp127 if (Function *Callee = CI->getCalledFunction()) { in runImpl() local
247 const Function *Callee = Call->getCalledFunction(); in DeleteBasicBlock() local
/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()
DSimplifyLibCalls.cpp341 Function *Callee = CI->getCalledFunction(); in optimizeStrChr() local
572 Function *Callee = CI->getCalledFunction(); in optimizeStpCpy() local
600 Function *Callee = CI->getCalledFunction(); in optimizeStrNCpy() local
1688 Function *Callee = Pow->getCalledFunction(); in optimizePow() local
1811 Function *Callee = CI->getCalledFunction(); in optimizeExp2() local
1837 Function *Callee = CI->getCalledFunction(); in optimizeFMinFMax() local
2014 Function *Callee = CI->getCalledFunction(); in optimizeSqrt() local
2083 Function *Callee = CI->getCalledFunction(); in optimizeTan() local
2142 FunctionCallee Callee = in insertSinCosCall() local
2223 Function *Callee = CI->getCalledFunction(); in classifyArgUse() local
[all …]
/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/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
DAttributes.cpp1723 static bool isEqual(const Function &Caller, const Function &Callee) { in isEqual()
1734 static void setAND(Function &Caller, const Function &Callee) { in setAND()
1746 static void setOR(Function &Caller, const Function &Callee) { in setOR()
1754 static void adjustCallerSSPLevel(Function &Caller, const Function &Callee) { in adjustCallerSSPLevel()
1778 static void adjustCallerStackProbes(Function &Caller, const Function &Callee) { in adjustCallerStackProbes()
1789 adjustCallerStackProbeSize(Function &Caller, const Function &Callee) { in adjustCallerStackProbeSize()
1819 adjustMinLegalVectorWidth(Function &Caller, const Function &Callee) { in adjustMinLegalVectorWidth()
1843 adjustNullPointerValidAttr(Function &Caller, const Function &Callee) { in adjustNullPointerValidAttr()
1853 const Function &Callee) { in areInlineCompatible()
1858 const Function &Callee) { in mergeAttributesForInlining()
/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/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/clang/lib/CodeGen/
DCGCUDARuntime.cpp47 llvm::Value *Callee = CGF.EmitScalarExpr(E->getCallee()); in EmitCUDAKernelCallExpr() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp195 const Function *Callee = Call->getCalledFunction(); in buildCGN() local
218 CallGraphNode *Callee = CG.getOrInsertFunction(F); in updateCallGraph() local
489 static void propagateCallAttrsFromCallee(CallInst *Call, Function *Callee) { in propagateCallAttrsFromCallee()
494 static void addCallToCallGraph(CallGraph *CG, CallInst *Call, Function *Callee){ in addCallToCallGraph()
/external/llvm/lib/Transforms/IPO/
DPruneEH.cpp131 if (Function *Callee = CI->getCalledFunction()) { in runImpl() local
250 const Function *Callee = CS.getCalledFunction(); in DeleteBasicBlock() local
DInliner.cpp81 Function *Callee = CS.getCalledFunction(); in InlineCallIfPossible() local
416 if (Function *Callee = CS.getCalledFunction()) in inlineCalls() local
455 Function *Callee = CS.getCalledFunction(); in inlineCalls() local
DInlineAlways.cpp93 Function *Callee = CS.getCalledFunction(); in getInlineCost() local
/external/clang/examples/analyzer-plugin/
DMainCallChecker.cpp21 const Expr *Callee = CE->getCallee(); in checkPreStmt() local
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.h122 CallInst* CALL(Value* Callee) in CALL()
/external/clang/lib/StaticAnalyzer/Checkers/
DNoReturnFunctionChecker.cpp48 const Expr *Callee = CE.getOriginExpr(); in checkPostCall() local

1234567891011