Home
last modified time | relevance | path

Searched defs:NewF (Results 1 – 21 of 21) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp125 Function *NewF = in runOnModule() local
134 Function *NewF = Pair.second; in runOnModule() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPropagateAttributes.cpp103 Clone(const FnProperties &Props, Function *OrigF, Function *NewF) : in Clone()
108 Function *NewF; member in __anon50a9239c0111::AMDGPUPropagateAttributes::Clone
268 Function *NewF = findFunction(CallerProps, &F); in process() local
318 Function *NewF = CloneFunction(&F, dummy); in cloneWithProperties() local
H A DR600OpenCLImageTypeLoweringPass.cpp291 auto NewF = Function::Create(NewFT, F->getLinkage(), F->getName()); in addImplicitArgs() local
329 Function *NewF; in transformKernels() local
H A DAMDGPUInstCombineIntrinsic.cpp583 Function *NewF = Intrinsic::getDeclaration( in instCombineIntrinsic() local
683 Function *NewF = Intrinsic::getDeclaration( in instCombineIntrinsic() local
709 Function *NewF = Intrinsic::getDeclaration( in instCombineIntrinsic() local
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DReduceArguments.cpp23 static void replaceFunctionCalls(Function &OldF, Function &NewF, in replaceFunctionCalls()
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp289 Function *NewF = in cloneFunctionDecl() local
307 Function *NewF) { in moveFunctionBody()
/netbsd/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DAMDGPU.cpp396 std::string NewF = F.str(); in getTargetDefines() local
/netbsd/external/apache2/llvm/dist/llvm/tools/bugpoint/
H A DMiscompilation.cpp402 Function *NewF = ToNotOptimize->getFunction(MisCompFunctions[i].first); in ExtractLoops() local
434 Function *NewF = ToNotOptimize->getFunction(MisCompFunctions[i].first); in ExtractLoops() local
601 Function *NewF = ProgClone->getFunction(MisCompFunctions[i].first); in ExtractBlocks() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp1035 Function *NewF = in run() local
1141 if (Function *NewF = promoteArguments(OldF, AARGetter, MaxElements, in runOnSCC() local
H A DMergeFunctions.cpp811 Function *NewF = Function::Create(F->getFunctionType(), F->getLinkage(), in mergeTwoFunctions() local
H A DThinLTOBitcodeWriter.cpp158 Function *NewF = in simplifyExternals() local
H A DAttributor.cpp2357 Function *NewF = internalizeFunction(*F); in runAttributorOnFunctions() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp326 APFloat NewF = F; in walkForwards() local
H A DLoopStrengthReduce.cpp4226 Formula NewF = F; in GenerateCrossUseConstantOffsets() local
4251 Formula NewF = F; in GenerateCrossUseConstantOffsets() local
4465 Formula NewF = F; in NarrowSearchSpaceByDetectingSupersets() local
4483 Formula NewF = F; in NarrowSearchSpaceByDetectingSupersets() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp101 Function *NewF; member in __anonc40076480111::CoroCloner
124 Function *NewF, AnyCoroSuspendInst *ActiveSuspend) in CoroCloner()
475 Function *NewF = in createCloneDeclaration() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyCallGraph.cpp136 void LazyCallGraph::Node::replaceFunction(Function &NewF) { in replaceFunction()
1458 void LazyCallGraph::RefSCC::replaceNodeFunction(Node &N, Function &NewF) { in replaceNodeFunction()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1215 Function *NewF = Function::Create(NewFT, NewFLink, F->getAddressSpace(), in buildWrapperFunction() local
1540 Function *NewF = in runImpl() local
1568 Function *NewF = Function::Create(NewFT, F.getLinkage(), in runImpl() local
1614 Function *NewF = buildWrapperFunction( in runImpl() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp301 Function *NewF = Function::Create(FTy, F->getLinkage(), F->getAddressSpace(), in CloneFunction() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Linker/
H A DIRMover.cpp735 if (auto *NewF = dyn_cast<Function>(NewGV)) { in copyGlobalValueProto() local
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp1862 Function *NewF = getFunction(); in handleOperandChangeImpl() local
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp279 auto *NewF = dyn_cast<llvm::Function>(Replacement); in applyReplacements() local