Home
last modified time | relevance | path

Searched refs:FCache (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPreISelIntrinsicLowering.cpp80 FunctionCallee FCache = M->getOrInsertFunction(NewFn, F.getFunctionType()); in lowerObjCCall() local
82 if (Function *Fn = dyn_cast<Function>(FCache.getCallee())) { in lowerObjCCall()
100 CallInst *NewCI = Builder.CreateCall(FCache, Args); in lowerObjCCall()
DIntrinsicLowering.cpp41 FunctionCallee FCache = in ReplaceCallWith() local
46 CallInst *NewCI = Builder.CreateCall(FCache, Args); in ReplaceCallWith()
/external/llvm-project/llvm/lib/CodeGen/
DPreISelIntrinsicLowering.cpp80 FunctionCallee FCache = M->getOrInsertFunction(NewFn, F.getFunctionType()); in lowerObjCCall() local
82 if (Function *Fn = dyn_cast<Function>(FCache.getCallee())) { in lowerObjCCall()
100 CallInst *NewCI = Builder.CreateCall(FCache, Args); in lowerObjCCall()
DIntrinsicLowering.cpp40 FunctionCallee FCache = in ReplaceCallWith() local
45 CallInst *NewCI = Builder.CreateCall(FCache, Args); in ReplaceCallWith()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCLowerMASSVEntries.cpp109 FunctionCallee FCache = M.getOrInsertFunction( in lowerMASSVCall() local
113 CI->setCalledFunction(FCache); in lowerMASSVCall()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCLowerMASSVEntries.cpp142 FunctionCallee FCache = M.getOrInsertFunction( in lowerMASSVCall() local
145 CI->setCalledFunction(FCache); in lowerMASSVCall()
/external/llvm/lib/CodeGen/
DIntrinsicLowering.cpp75 Constant* FCache = M->getOrInsertFunction(NewFn, in ReplaceCallWith() local
80 CallInst *NewCI = Builder.CreateCall(FCache, Args); in ReplaceCallWith()