Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp625 Function *oldFunction, in constructFunction() argument
670 AllowVarArgs && oldFunction->isVarArg()); in constructFunction()
675 oldFunction->getName() + "_" + in constructFunction()
678 if (oldFunction->doesNotThrow()) in constructFunction()
682 if (oldFunction->hasUWTable()) in constructFunction()
692 for (const auto &Attr : oldFunction->getAttributes().getFnAttributes()) { in constructFunction()
813 TI->getParent()->getParent() == oldFunction) in constructFunction()
1117 Function *oldFunction = header->getParent(); in extractCodeRegion() local
1121 if (AllowVarArgs && oldFunction->getFunctionType()->isVarArg()) { in extractCodeRegion()
1130 for (auto &BB : *oldFunction) { in extractCodeRegion()
[all …]
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCodeExtractor.cpp91 Function *oldFunction, Module *M);
248 Function *oldFunction, in constructFunction() argument
299 oldFunction->getName() + "_" + in constructFunction()
302 if (oldFunction->doesNotThrow()) in constructFunction()
351 TI->getParent()->getParent() == oldFunction) in constructFunction()
689 Function *oldFunction = header->getParent(); in ExtractCodeRegion() local
693 "codeRepl", oldFunction, in ExtractCodeRegion()
708 codeReplacer, oldFunction, in ExtractCodeRegion()
709 oldFunction->getParent()); in ExtractCodeRegion()
/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp288 Function *oldFunction, in constructFunction() argument
337 oldFunction->getName() + "_" + in constructFunction()
340 if (oldFunction->doesNotThrow()) in constructFunction()
388 TI->getParent()->getParent() == oldFunction) in constructFunction()
692 Function *oldFunction = header->getParent(); in extractCodeRegion() local
696 "codeRepl", oldFunction, in extractCodeRegion()
719 codeReplacer, oldFunction, in extractCodeRegion()
720 oldFunction->getParent()); in extractCodeRegion()
/external/llvm/include/llvm/Transforms/Utils/
DCodeExtractor.h115 Function *oldFunction, Module *M);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DCodeExtractor.h149 Function *oldFunction, Module *M);
/external/skia/src/sksl/
DSkSLJIT.cpp1257 LLVMValueRef oldFunction = fCurrentFunction; in compileStageFunctionLoop() local
1388 fCurrentFunction = oldFunction; in compileStageFunctionLoop()
1656 LLVMValueRef oldFunction = fCurrentFunction; in compileStageFunctionVector() local
1723 fCurrentFunction = oldFunction; in compileStageFunctionVector()
/external/skqp/src/sksl/
DSkSLJIT.cpp1257 LLVMValueRef oldFunction = fCurrentFunction; in compileStageFunctionLoop() local
1388 fCurrentFunction = oldFunction; in compileStageFunctionLoop()
1656 LLVMValueRef oldFunction = fCurrentFunction; in compileStageFunctionVector() local
1723 fCurrentFunction = oldFunction; in compileStageFunctionVector()