Searched defs:newFunc (Results 1 – 8 of 8) sorted by relevance
/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | AstHelpers.cpp | 107 auto &newFunc = *new TFunction(&symbolTable, newName.rawName(), newName.symbolType(), in CloneFunction() local 126 auto &newFunc = *new TFunction(&symbolTable, newName.rawName(), newName.symbolType(), in CloneFunctionAndPrependParam() local 146 auto &newFunc = *new TFunction(&symbolTable, newName.rawName(), newName.symbolType(), in CloneFunctionAndAppendParams() local 169 auto &newFunc = *new TFunction(&symbolTable, newName.rawName(), newName.symbolType(), in CloneFunctionAndChangeReturnType() local
|
D | RewritePipelines.cpp | 376 const TFunction *newFunc; in getUpdatedFunction() local 526 const TFunction &newFunc = getUpdatedFunction(func); in createUpdatedFunctionPrototype() local
|
/external/llvm/lib/Transforms/IPO/ |
D | PartialInlining.cpp | 179 if (Function* newFunc = unswitchFunction(currFunc)) { in run() local
|
/external/llvm-project/mlir/lib/IR/ |
D | BuiltinDialect.cpp | 186 FuncOp newFunc = cast<FuncOp>(getOperation()->cloneWithoutRegions()); in clone() local
|
/external/skqp/src/sksl/ |
D | SkSLJIT.cpp | 1255 void JIT::compileStageFunctionLoop(const FunctionDefinition& f, LLVMValueRef newFunc) { in compileStageFunctionLoop() 1655 bool JIT::compileStageFunctionVector(const FunctionDefinition& f, LLVMValueRef newFunc) { in compileStageFunctionVector()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | RDFGraph.cpp | 861 NodeAddr<FuncNode*> DataFlowGraph::newFunc(MachineFunction *MF) { in newFunc() function in DataFlowGraph
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFGraph.cpp | 923 NodeAddr<FuncNode*> DataFlowGraph::newFunc(MachineFunction *MF) { in newFunc() function in DataFlowGraph
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFGraph.cpp | 859 NodeAddr<FuncNode*> DataFlowGraph::newFunc(MachineFunction *MF) { in newFunc() function in DataFlowGraph
|