Home
last modified time | relevance | path

Searched refs:getCallSite (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DStatepoint.h115 CallSiteTy getCallSite() const { in getCallSite() function
121 return cast<ConstantInt>(getCallSite().getArgument(FlagsPos)) in getFlags()
127 const Value *IDVal = getCallSite().getArgument(IDPos); in getID()
133 const Value *NumPatchBytesVal = getCallSite().getArgument(NumPatchBytesPos); in getNumPatchBytes()
142 return getCallSite().getArgument(CalledFunctionPos); in getCalledValue()
146 return getCallSite().getInstruction(); in getInstruction()
156 FunTy *getCaller() const { return getCallSite().getCaller(); } in getCaller()
161 return getCallSite().doesNotThrow() || (F ? F->doesNotThrow() : false); in doesNotThrow()
174 const Value *NumCallArgsVal = getCallSite().getArgument(NumCallArgsPos); in getNumCallArgs()
180 assert(CallArgsBeginPos <= (int)getCallSite().arg_size()); in arg_begin()
[all …]
/external/llvm/include/llvm/IR/
DStatepoint.h95 CallSiteTy getCallSite() const { in getCallSite() function
101 return cast<ConstantInt>(getCallSite().getArgument(FlagsPos)) in getFlags()
107 const Value *IDVal = getCallSite().getArgument(IDPos); in getID()
113 const Value *NumPatchBytesVal = getCallSite().getArgument(NumPatchBytesPos); in getNumPatchBytes()
122 return getCallSite().getArgument(CalledFunctionPos); in getCalledValue()
126 return getCallSite().getInstruction(); in getInstruction()
136 FunTy *getCaller() const { return getCallSite().getCaller(); } in getCaller()
141 return getCallSite().doesNotThrow() || (F ? F->doesNotThrow() : false); in doesNotThrow()
154 const Value *NumCallArgsVal = getCallSite().getArgument(NumCallArgsPos); in getNumCallArgs()
160 assert(CallArgsBeginPos <= (int)getCallSite().arg_size()); in arg_begin()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp793 assert(ISP.getCallSite().getCallingConv() != CallingConv::AnyReg && in LowerStatepoint()
826 populateCallLoweringInfo(SI.CLI, ISP.getCallSite(), in LowerStatepoint()
853 if (GCResult->getParent() != ISP.getCallSite().getParent()) { in LowerStatepoint()
865 ISP.getCallSite().getCallingConv()); in LowerStatepoint()
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp734 assert(ISP.getCallSite().getCallingConv() != CallingConv::AnyReg && in LowerStatepoint()
767 populateCallLoweringInfo(SI.CLI, ISP.getCallSite(), in LowerStatepoint()
794 if (GCResult->getParent() != ISP.getCallSite().getParent()) { in LowerStatepoint()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp300 static CallSite getCallSite(User *U) { in getCallSite() function
313 return getCallSite(User); in getOneCallSiteTo()
939 CallSite CS = getCallSite(User); in computeCallsiteToProfCountMap()
1376 CallSite CS = getCallSite(User); in tryPartialInline()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp177 if (CEE->getCalleeContext()->getCallSite() == S) in addVisitorIfNecessary()
198 if (CalleeContext->getCallSite() != S) in addVisitorIfNecessary()
982 if (CEE->getCalleeContext()->getCallSite() == S || in trackNullOrUndefValue()
983 CEE->getCalleeContext()->getCallSite() == Inner) in trackNullOrUndefValue()
DExprEngineCallAndReturn.cpp90 S = CEE->getCalleeContext()->getCallSite(); in getLastStmt()
232 const Stmt *CE = calleeCtx->getCallSite(); in processCallExit()
DPathDiagnostic.cpp698 return CEE->getCalleeContext()->getCallSite(); in getStmt()
1123 const Stmt *CallSite = CExit.getCalleeContext()->getCallSite(); in getMessage()
DExprEngineCXX.cpp253 if (const Stmt *Outer = LCtx->getCurrentStackFrame()->getCallSite()) { in VisitCXXConstructExpr()
DCallEvent.cpp1064 const Stmt *CallSite = CalleeCtx->getCallSite(); in getCaller()
DBugReporter.cpp1275 const Stmt *CallSite = Callee->getCallSite(); in reversePropagateInterestingSymbols()
1411 const Stmt *S = CE->getCalleeContext()->getCallSite(); in GenerateExtensivePathDiagnostic()
1714 const Stmt *S = CE->getCalleeContext()->getCallSite(); in GenerateAlternateExtensivePathDiagnostic()
DExprEngine.cpp1360 const Stmt *CE = CalleeSF->getCallSite(); in replayWithoutInlining()
/external/clang/include/clang/Analysis/
DAnalysisContext.h298 const Stmt *getCallSite() const { return CallSite; } in getCallSite() function
/external/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp530 AllocStmt = Exit->getCalleeContext()->getCallSite(); in generateAllocatedDataNotReleasedReport()
DMallocChecker.cpp2101 AllocationStmt = Exit->getCalleeContext()->getCallSite(); in reportLeak()
2639 S = Exit->getCalleeContext()->getCallSite(); in VisitNode()
DRetainCountChecker.cpp1922 S = LCtx->getCurrentStackFrame()->getCallSite(); in VisitNode()
2423 AllocStmt = Exit->getCalleeContext()->getCallSite(); in CFRefLeakReport()