Searched refs:FCache (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLowerMASSVEntries.cpp142 FunctionCallee FCache = M.getOrInsertFunction( local
145 CI->setCalledFunction(FCache);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp80 FunctionCallee FCache = M->getOrInsertFunction(NewFn, F.getFunctionType()); local
82 if (Function *Fn = dyn_cast<Function>(FCache.getCallee())) {
100 CallInst *NewCI = Builder.CreateCall(FCache, Args);
H A DIntrinsicLowering.cpp40 FunctionCallee FCache = local
45 CallInst *NewCI = Builder.CreateCall(FCache, Args);

Completed in 104 milliseconds