Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp771 Function *oldFunction, in constructFunction() argument
816 AllowVarArgs && oldFunction->isVarArg()); in constructFunction()
824 funcType, GlobalValue::InternalLinkage, oldFunction->getAddressSpace(), in constructFunction()
825 oldFunction->getName() + "." + SuffixToUse, M); in constructFunction()
827 if (oldFunction->doesNotThrow()) in constructFunction()
831 if (oldFunction->hasUWTable()) in constructFunction()
841 for (const auto &Attr : oldFunction->getAttributes().getFnAttributes()) { in constructFunction()
968 if (I->isTerminator() && I->getFunction() == oldFunction && in constructFunction()
1393 Function *oldFunction = header->getParent(); in extractCodeRegion() local
1446 "codeRepl", oldFunction, in extractCodeRegion()
[all …]
/external/llvm-project/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp820 Function *oldFunction, in constructFunction() argument
865 AllowVarArgs && oldFunction->isVarArg()); in constructFunction()
873 funcType, GlobalValue::InternalLinkage, oldFunction->getAddressSpace(), in constructFunction()
874 oldFunction->getName() + "." + SuffixToUse, M); in constructFunction()
876 if (oldFunction->doesNotThrow()) in constructFunction()
880 if (oldFunction->hasUWTable()) in constructFunction()
890 for (const auto &Attr : oldFunction->getAttributes().getFnAttributes()) { in constructFunction()
1025 if (I->isTerminator() && I->getFunction() == oldFunction && in constructFunction()
1574 Function *oldFunction = header->getParent(); in extractCodeRegion() local
1633 "codeRepl", oldFunction, in extractCodeRegion()
[all …]
/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/llvm-project/llvm/include/llvm/Transforms/Utils/
DCodeExtractor.h219 Function *oldFunction, Module *M);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DCodeExtractor.h217 Function *oldFunction, Module *M);
/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()
/external/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp2241 auto oldFunction = debug::find<debug::Function>(stack[i].block); in trap() local
2243 if(wasTopMostFrame && oldFunction == newFunction) in trap()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...