Home
last modified time | relevance | path

Searched refs:replaceFunction (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpLowering.cpp53 replaceFunction(Function &F, in replaceFunction() function in __anon1a4546bf0111::OpLowerer
109 return replaceFunction(F, [&](CallInst *CI) -> Error { in replaceFunctionWithOp()
236 return replaceFunction(F, [&](CallInst *CI) -> Error { in lowerToCreateHandle()
270 return replaceFunction(F, [&](CallInst *CI) -> Error { in lowerToBindAndAnnotateHandle()
464 return replaceFunction(F, [&](CallInst *CI) -> Error { in lowerTypedBufferLoad()
495 return replaceFunction(F, [&](CallInst *CI) -> Error { in lowerRawBufferLoad()
532 return replaceFunction(F, [&](CallInst *CI) -> Error { in lowerCBufferLoad()
559 return replaceFunction(F, [&](CallInst *CI) -> Error { in lowerUpdateCounter()
593 return replaceFunction(F, [&](CallInst *CI) -> Error { in lowerBufferStore()
682 return replaceFunction(F, [&](CallInst *CI) -> Error { in lowerCtpopToCountBits()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h393 void replaceFunction(Function &NewF);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp135 void LazyCallGraph::Node::replaceFunction(Function &NewF) { in replaceFunction() function in LazyCallGraph::Node
1471 N.replaceFunction(NewF); in replaceNodeFunction()