Home
last modified time | relevance | path

Searched refs:CalleeV (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/IR/
DModuleSummaryIndex.h267 void addCallGraphEdge(const Value *CalleeV, CalleeInfo Info) { in addCallGraphEdge() argument
268 CallGraphEdgeList.push_back(std::make_pair(CalleeV, Info)); in addCallGraphEdge()
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCallLowering.cpp113 const Value *CalleeV = CB.getCalledOperand()->stripPointerCasts(); in lowerCall() local
114 if (const Function *F = dyn_cast<Function>(CalleeV)) in lowerCall()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp1395 const Value *CalleeV = cast<CallInst>(CalleeI)->getCalledValue(); in getArgumentAlignment() local
1397 while (isa<ConstantExpr>(CalleeV)) { in getArgumentAlignment()
1398 const ConstantExpr *CE = cast<ConstantExpr>(CalleeV); in getArgumentAlignment()
1402 CalleeV = cast<ConstantExpr>(CalleeV)->getOperand(0); in getArgumentAlignment()
1407 if (isa<Function>(CalleeV)) in getArgumentAlignment()
1408 DirectCallee = CalleeV; in getArgumentAlignment()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp1025 const Value *CalleeV = cast<CallInst>(CalleeI)->getCalledValue(); in getArgumentAlignment() local
1027 while(isa<ConstantExpr>(CalleeV)) { in getArgumentAlignment()
1028 const ConstantExpr *CE = cast<ConstantExpr>(CalleeV); in getArgumentAlignment()
1032 CalleeV = cast<ConstantExpr>(CalleeV)->getOperand(0); in getArgumentAlignment()
1037 if (isa<Function>(CalleeV)) in getArgumentAlignment()
1038 DirectCallee = CalleeV; in getArgumentAlignment()
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp1377 const Value *CalleeV = CI->getCalledOperand(); in getArgumentAlignment() local
1379 while (isa<ConstantExpr>(CalleeV)) { in getArgumentAlignment()
1380 const ConstantExpr *CE = cast<ConstantExpr>(CalleeV); in getArgumentAlignment()
1384 CalleeV = cast<ConstantExpr>(CalleeV)->getOperand(0); in getArgumentAlignment()
1389 if (const auto *CalleeF = dyn_cast<Function>(CalleeV)) in getArgumentAlignment()