Lines Matching defs:Call
131 if (auto *Call = dyn_cast<CallInst>(I)) in isIntrinsicCall() local
170 static void setParamElementType(CallInst *Call, unsigned ArgNo, Type *Type) { in setParamElementType()
175 static void setParamReadNone(CallInst *Call, unsigned ArgNo) { in setParamReadNone()
180 static void setParamReadOnly(CallInst *Call, unsigned ArgNo) { in setParamReadOnly()
185 static void setParamWriteOnly(CallInst *Call, unsigned ArgNo) { in setParamWriteOnly()
228 CallInst *Call = makeIntrinsicCall(M, Intrinsic::bpf_getelementptr_and_load, in makeGEPAndLoad() local
249 CallInst *Call = in makeGEPAndStore() local
268 static unsigned getOperandAsUnsigned(CallInst *Call, unsigned ArgNo) { in getOperandAsUnsigned()
278 static GetElementPtrInst *reconstructGEP(CallInst *Call, int Delta) { in reconstructGEP()
291 static void reconstructCommon(CallInst *Call, GetElementPtrInst *GEP, T *Insn, in reconstructCommon()
304 BPFPreserveStaticOffsetPass::reconstructLoad(CallInst *Call) { in reconstructLoad()
315 BPFPreserveStaticOffsetPass::reconstructStore(CallInst *Call) { in reconstructStore()
443 if (auto *Call = isGEPAndLoad(U)) in isPointerOperand() local
445 if (auto *Call = isGEPAndStore(U)) in isPointerOperand() local
451 if (auto *Call = dyn_cast<CallInst>(U)) in isInlineableCall() local
631 auto *Call = dyn_cast<CallInst>(V); in removePAICalls() local
662 for (auto *Call : MarkerCalls) in rewriteFunction() local
665 for (auto *Call : MarkerCalls) { in rewriteFunction() local