Searched refs:StructArgTy (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | CodeExtractor.h | 297 StructType *StructArgTy, BasicBlock *header, 304 Function *newFunction, StructType *StructArgTy,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 1595 StructType *StructArgTy, BasicBlock *header, const ValueSet &SinkingCands, in emitFunctionBody() argument 1634 StructArgTy, AggArg, Idx, "gep_" + inputs[i]->getName(), newFuncRoot); in emitFunctionBody() 1636 new LoadInst(StructArgTy->getElementType(aggIdx), GEP, in emitFunctionBody() 1649 if (StructArgTy->getElementType(aggIdx)->isPointerTy()) { in emitFunctionBody() 1800 StructArgTy, AggArg, Idx, "gep_" + Output->getName(), InsertPt); in emitFunctionBody() 1827 StructType *StructArgTy, Function *oldFunction, BasicBlock *ReplIP, in emitReplacerCall() argument 1872 Struct = new AllocaInst(StructArgTy, DL.getAllocaAddrSpace(), nullptr, in emitReplacerCall() 1892 StructArgTy, Struct, Idx, "gep_" + input->getName()); in emitReplacerCall() 1936 StructArgTy, Struct, Idx, "gep_reload_" + outputs[i]->getName()); in emitReplacerCall()
|