Searched refs:FCache (Results 1 – 4 of 4) sorted by relevance
100 FunctionCallee FCache = M->getOrInsertFunction( in createScalarMASSCall() local103 CI.setCalledFunction(FCache); in createScalarMASSCall()
147 FunctionCallee FCache = M.getOrInsertFunction( in lowerMASSVCall() local150 CI->setCalledFunction(FCache); in lowerMASSVCall()
117 FunctionCallee FCache = M->getOrInsertFunction(NewFn, F.getFunctionType()); in lowerObjCCall() local119 if (Function *Fn = dyn_cast<Function>(FCache.getCallee())) { in lowerObjCCall()140 U.set(FCache.getCallee()); in lowerObjCCall()151 CallInst *NewCI = Builder.CreateCall(FCache, Args, BundleList); in lowerObjCCall()
40 FunctionCallee FCache = in ReplaceCallWith() local45 CallInst *NewCI = Builder.CreateCall(FCache, Args); in ReplaceCallWith()