Home
last modified time | relevance | path

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

12345678

/external/swiftshader/third_party/LLVM/lib/Analysis/
DInlineCost.cpp269 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()
DMemoryBuiltins.cpp37 Function *Callee = CI->getCalledFunction(); in isMallocCall() local
192 Function *Callee = CI->getCalledFunction(); in isFreeCall() 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/subzero/crosstest/
Dtest_calling_conv_main.cpp49 CalleePtrTy Callee; variable
70 CalleePtrTy Callee; in testCaller() member
130 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
DCGVTables.cpp154 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/
DCallGraph.cpp152 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/
DMainCallChecker.cpp21 const Expr *Callee = CE->getCallee(); in checkPreStmt() local
/external/clang/lib/StaticAnalyzer/Checkers/
DNoReturnFunctionChecker.cpp48 const Expr *Callee = CE.getOriginExpr(); in checkPostCall() local
/external/llvm/lib/Transforms/IPO/
DInlineAlways.cpp93 Function *Callee = CS.getCalledFunction(); in getInlineCost() local
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
DInlineSimple.cpp62 Function *Callee = CS.getCalledFunction(); in getInlineCost() local
/external/clang/lib/StaticAnalyzer/Core/
DCheckerContext.cpp24 const Expr *Callee = CE->getCallee(); in getCalleeDecl() local
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DInliner.cpp79 Function *Callee = CS.getCalledFunction(); in InlineCallIfPossible() local
208 Function *Callee = CS.getCalledFunction(); in getInlineThreshold() local
405 Function *Callee = CS.getCalledFunction(); in runOnSCC() local
DInlineAlways.cpp53 void growCachedCostInfo(Function* Caller, Function* Callee) { in growCachedCostInfo()
DInlineSimple.cpp53 void growCachedCostInfo(Function* Caller, Function* Callee) { in growCachedCostInfo()
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCAPElim.cpp72 if (const Function *Callee = CS.getCalledFunction()) { in MayAutorelease() local
/external/llvm/lib/Target/NVPTX/
DNVVMIntrRange.cpp85 if (Function *Callee = Call->getCalledFunction()) { in runOnFunction() local
/external/llvm/examples/Kaleidoscope/Chapter2/
Dtoy.cpp132 std::string Callee; member in __anon3e2a2a1f0111::CallExprAST
136 CallExprAST(const std::string &Callee, in CallExprAST()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.h76 CallInst *CALL(Value *Callee) { return CALLA(Callee); } in CALL()
/external/llvm/lib/Target/Mips/
DMipsCCState.cpp58 MipsCCState::getSpecialCallingConvForCallee(const SDNode *Callee, in getSpecialCallingConvForCallee()
/external/llvm/lib/Transforms/Scalar/
DADCE.cpp69 if (Function *Callee = CI->getCalledFunction()) in isInstrumentsConstant() local

12345678