Home
last modified time | relevance | path

Searched refs:getCall (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DStatepoint.h107 CallBaseTy *getCall() const { in getCall() function
113 return cast<ConstantInt>(getCall()->getArgOperand(FlagsPos)) in getFlags()
119 const Value *IDVal = getCall()->getArgOperand(IDPos); in getID()
125 const Value *NumPatchBytesVal = getCall()->getArgOperand(NumPatchBytesPos); in getNumPatchBytes()
134 return getCall()->getArgOperand(CalledFunctionPos); in getCalledValue()
138 InstructionTy *getInstruction() const { return getCall(); } in getInstruction()
147 FunTy *getCaller() const { return getCall()->getCaller(); } in getCaller()
152 return getCall()->doesNotThrow() || (F ? F->doesNotThrow() : false); in doesNotThrow()
165 const Value *NumCallArgsVal = getCall()->getArgOperand(NumCallArgsPos); in getNumCallArgs()
171 assert(CallArgsBeginPos <= (int)getCall()->arg_size()); in arg_begin()
[all …]
/third_party/grpc/src/php/tests/unit_tests/
DInterceptorTest.php156 public function getCall() function in ChangeRequestCall
164 $this->getCall()->write($request);
169 return $this->getCall()->wait();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp835 assert(ISP.getCall()->getCallingConv() != CallingConv::AnyReg && in LowerStatepoint()
868 populateCallLoweringInfo(SI.CLI, ISP.getCall(), in LowerStatepoint()
895 if (GCResult->getParent() != ISP.getCall()->getParent()) { in LowerStatepoint()
907 ISP.getCall()->getCallingConv()); in LowerStatepoint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSA.cpp153 const CallBase *getCall() const { in getCall() function in __anon857eac6d0111::MemoryLocOrCall
206 MLOC.getCall()->getCalledValue())); in getHashValue()
208 for (const Value *Arg : MLOC.getCall()->args()) in getHashValue()