| /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
|
| D | AMDGPUFixFunctionBitcasts.cpp | 37 auto Callee = dyn_cast<Function>(CS.getCalledValue()->stripPointerCasts()); in visitCallSite() 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()
|
| D | PruneEH.cpp | 127 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/ |
| 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()
|
| D | SimplifyLibCalls.cpp | 341 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/ |
| 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/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
|
| D | Attributes.cpp | 1723 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/ |
| 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/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/clang/lib/CodeGen/ |
| D | CGCUDARuntime.cpp | 47 llvm::Value *Callee = CGF.EmitScalarExpr(E->getCallee()); in EmitCUDAKernelCallExpr() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
| D | Coroutines.cpp | 195 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/ |
| D | PruneEH.cpp | 131 if (Function *Callee = CI->getCalledFunction()) { in runImpl() local 250 const Function *Callee = CS.getCalledFunction(); in DeleteBasicBlock() local
|
| D | Inliner.cpp | 81 Function *Callee = CS.getCalledFunction(); in InlineCallIfPossible() local 416 if (Function *Callee = CS.getCalledFunction()) in inlineCalls() local 455 Function *Callee = CS.getCalledFunction(); in inlineCalls() local
|
| D | InlineAlways.cpp | 93 Function *Callee = CS.getCalledFunction(); in getInlineCost() local
|
| /external/clang/examples/analyzer-plugin/ |
| D | MainCallChecker.cpp | 21 const Expr *Callee = CE->getCallee(); in checkPreStmt() local
|
| /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
| D | builder_misc.h | 122 CallInst* CALL(Value* Callee) in CALL()
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| D | NoReturnFunctionChecker.cpp | 48 const Expr *Callee = CE.getOriginExpr(); in checkPostCall() local
|