Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp335 Function *newFunction = Function::Create(funcType, in constructFunction() local
341 newFunction->setDoesNotThrow(); in constructFunction()
343 newFunction->getBasicBlockList().push_back(newRootNode); in constructFunction()
346 Function::arg_iterator AI = newFunction->arg_begin(); in constructFunction()
356 TerminatorInst *TI = newFunction->begin()->getTerminator(); in constructFunction()
372 AI = newFunction->arg_begin(); in constructFunction()
391 return newFunction; in constructFunction()
411 emitCallAndSwitchStatement(Function *newFunction, BasicBlock *codeReplacer, in emitCallAndSwitchStatement() argument
417 LLVMContext &Context = newFunction->getContext(); in emitCallAndSwitchStatement()
448 StructArgTy = StructType::get(newFunction->getContext(), ArgTypes); in emitCallAndSwitchStatement()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp823 Function *newFunction = Function::Create( in constructFunction() local
828 newFunction->setDoesNotThrow(); in constructFunction()
832 newFunction->setHasUWTable(); in constructFunction()
921 newFunction->addFnAttr(Attr); in constructFunction()
923 newFunction->getBasicBlockList().push_back(newRootNode); in constructFunction()
926 Function::arg_iterator AI = newFunction->arg_begin(); in constructFunction()
936 Instruction *TI = newFunction->begin()->getTerminator(); in constructFunction()
953 AI = newFunction->arg_begin(); in constructFunction()
972 return newFunction; in constructFunction()
1060 CallInst *CodeExtractor::emitCallAndSwitchStatement(Function *newFunction, in emitCallAndSwitchStatement() argument
[all …]
/external/llvm-project/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp872 Function *newFunction = Function::Create( in constructFunction() local
877 newFunction->setDoesNotThrow(); in constructFunction()
881 newFunction->setHasUWTable(); in constructFunction()
978 newFunction->addFnAttr(Attr); in constructFunction()
980 newFunction->getBasicBlockList().push_back(newRootNode); in constructFunction()
983 Function::arg_iterator AI = newFunction->arg_begin(); in constructFunction()
993 Instruction *TI = newFunction->begin()->getTerminator(); in constructFunction()
1010 AI = newFunction->arg_begin(); in constructFunction()
1029 return newFunction; in constructFunction()
1117 CallInst *CodeExtractor::emitCallAndSwitchStatement(Function *newFunction, in emitCallAndSwitchStatement() argument
[all …]
/external/llvm/include/llvm/Transforms/Utils/
DCodeExtractor.h117 void moveCodeToFunction(Function *newFunction);
119 void emitCallAndSwitchStatement(Function *newFunction,
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DIntroduceVertexIndexID.cpp69 const TFunction &newFunction = CloneFunctionAndAppendParams( in visitFunctionDefinitionPre() local
71 TIntermFunctionPrototype *newProto = new TIntermFunctionPrototype(&newFunction); in visitFunctionDefinitionPre()
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DCodeExtractor.h221 void moveCodeToFunction(Function *newFunction);
228 CallInst *emitCallAndSwitchStatement(Function *newFunction,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DCodeExtractor.h219 void moveCodeToFunction(Function *newFunction);
226 CallInst *emitCallAndSwitchStatement(Function *newFunction,
/external/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp2242 auto newFunction = debug::find<debug::Function>(newStack[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. ...