Searched refs:getCall (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DStatepoint.h107 CallBaseTy *getCall() const { function in class:llvm::StatepointFlags::StatepointBase
113 return cast<ConstantInt>(getCall()->getArgOperand(FlagsPos))
119 const Value *IDVal = getCall()->getArgOperand(IDPos);
125 const Value *NumPatchBytesVal = getCall()->getArgOperand(NumPatchBytesPos);
134 return getCall()->getArgOperand(CalledFunctionPos);
137 // FIXME: Migrate users of this to `getCall` and remove it.
138 InstructionTy *getInstruction() const { return getCall(); }
147 FunTy *getCaller() const { return getCall()->getCaller(); }
152 return getCall()->doesNotThrow() || (F ? F->doesNotThrow() : false);
165 const Value *NumCallArgsVal = getCall()
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp835 assert(ISP.getCall()->getCallingConv() != CallingConv::AnyReg &&
868 populateCallLoweringInfo(SI.CLI, ISP.getCall(),
895 if (GCResult->getParent() != ISP.getCall()->getParent()) {
907 ISP.getCall()->getCallingConv());
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1392 if (CallEventRef<> Out = getCall(CallSite, State, CallerCtx))
1395 // All other cases are handled by getCall.
1433 CallEventRef<> CallEventManager::getCall(const Stmt *S, ProgramStateRef State, function in class:CallEventManager
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp153 const CallBase *getCall() const { function in class:__anon4459::MemoryLocOrCall
206 MLOC.getCall()->getCalledValue()));
208 for (const Value *Arg : MLOC.getCall()->args())
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1209 getCall(const Stmt *S, ProgramStateRef State,

Completed in 147 milliseconds