/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | InlineCost.cpp | 269 int InlineCostAnalyzer::getSpecializationBonus(Function *Callee, in getSpecializationBonus() 370 int InlineCostAnalyzer::getInlineSize(CallSite CS, Function *Callee) { in getInlineSize() 423 int InlineCostAnalyzer::getInlineBonuses(CallSite CS, Function *Callee) { in getInlineBonuses() 479 Function *Callee, in getInlineCost() 542 InlineCost InlineCostAnalyzer::getSpecializationCost(Function *Callee, in getSpecializationCost() 574 Function *Callee = CS.getCalledFunction(); in getInlineFudgeFactor() local 600 InlineCostAnalyzer::growCachedCostInfo(Function *Caller, Function *Callee) { in growCachedCostInfo()
|
D | MemoryBuiltins.cpp | 37 Function *Callee = CI->getCalledFunction(); in isMallocCall() local 192 Function *Callee = CI->getCalledFunction(); in isFreeCall() 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/subzero/crosstest/ |
D | test_calling_conv_main.cpp | 49 CalleePtrTy Callee; variable 70 CalleePtrTy Callee; in testCaller() member 130 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
|
D | CGVTables.cpp | 154 llvm::Value *Callee = CGM.GetAddrOfFunction(GD, Ty, /*ForVTable=*/true); in GenerateVarArgsThunk() local 254 void CodeGenFunction::EmitCallAndReturnForThunk(llvm::Value *Callee, in EmitCallAndReturnForThunk() 343 llvm::Value *Callee) { in EmitMustTailThunk() 404 llvm::Value *Callee = CGM.GetAddrOfFunction(GD, Ty, /*ForVTable=*/true); in generateThunk() local
|
/external/swiftshader/third_party/LLVM/lib/Analysis/IPA/ |
D | CallGraph.cpp | 152 const Function *Callee = CS.getCalledFunction(); in addToCallGraph() local 297 void CallGraphNode::removeAnyCallEdgeTo(CallGraphNode *Callee) { in removeAnyCallEdgeTo() 309 void CallGraphNode::removeOneAbstractEdgeTo(CallGraphNode *Callee) { in removeOneAbstractEdgeTo()
|
/external/clang/examples/analyzer-plugin/ |
D | MainCallChecker.cpp | 21 const Expr *Callee = CE->getCallee(); in checkPreStmt() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | NoReturnFunctionChecker.cpp | 48 const Expr *Callee = CE.getOriginExpr(); in checkPostCall() local
|
/external/llvm/lib/Transforms/IPO/ |
D | InlineAlways.cpp | 93 Function *Callee = CS.getCalledFunction(); in getInlineCost() local
|
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 | InlineSimple.cpp | 62 Function *Callee = CS.getCalledFunction(); in getInlineCost() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CheckerContext.cpp | 24 const Expr *Callee = CE->getCallee(); in getCalleeDecl() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | Inliner.cpp | 79 Function *Callee = CS.getCalledFunction(); in InlineCallIfPossible() local 208 Function *Callee = CS.getCalledFunction(); in getInlineThreshold() local 405 Function *Callee = CS.getCalledFunction(); in runOnSCC() local
|
D | InlineAlways.cpp | 53 void growCachedCostInfo(Function* Caller, Function* Callee) { in growCachedCostInfo()
|
D | InlineSimple.cpp | 53 void growCachedCostInfo(Function* Caller, Function* Callee) { in growCachedCostInfo()
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCAPElim.cpp | 72 if (const Function *Callee = CS.getCalledFunction()) { in MayAutorelease() local
|
/external/llvm/lib/Target/NVPTX/ |
D | NVVMIntrRange.cpp | 85 if (Function *Callee = Call->getCalledFunction()) { in runOnFunction() local
|
/external/llvm/examples/Kaleidoscope/Chapter2/ |
D | toy.cpp | 132 std::string Callee; member in __anon3e2a2a1f0111::CallExprAST 136 CallExprAST(const std::string &Callee, in CallExprAST()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_misc.h | 76 CallInst *CALL(Value *Callee) { return CALLA(Callee); } in CALL()
|
/external/llvm/lib/Target/Mips/ |
D | MipsCCState.cpp | 58 MipsCCState::getSpecialCallingConvForCallee(const SDNode *Callee, in getSpecialCallingConvForCallee()
|
/external/llvm/lib/Transforms/Scalar/ |
D | ADCE.cpp | 69 if (Function *Callee = CI->getCalledFunction()) in isInstrumentsConstant() local
|