Home
last modified time | relevance | path

Searched refs:StructArgTy (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp439 StructType *StructArgTy = nullptr; in emitCallAndSwitchStatement() local
448 StructArgTy = StructType::get(newFunction->getContext(), ArgTypes); in emitCallAndSwitchStatement()
449 Struct = new AllocaInst(StructArgTy, nullptr, "structArg", in emitCallAndSwitchStatement()
458 StructArgTy, Struct, Idx, "gep_" + StructValues[i]->getName()); in emitCallAndSwitchStatement()
483 StructArgTy, Struct, Idx, "gep_reload_" + outputs[i]->getName()); in emitCallAndSwitchStatement()
599 StructArgTy, &*OAI, Idx, "gep_" + outputs[out]->getName(), in emitCallAndSwitchStatement()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp854 StructType *StructArgTy = nullptr; in emitCallAndSwitchStatement() local
863 StructArgTy = StructType::get(newFunction->getContext(), ArgTypes); in emitCallAndSwitchStatement()
864 Struct = new AllocaInst(StructArgTy, DL.getAllocaAddrSpace(), nullptr, in emitCallAndSwitchStatement()
874 StructArgTy, Struct, Idx, "gep_" + StructValues[i]->getName()); in emitCallAndSwitchStatement()
908 StructArgTy, Struct, Idx, "gep_reload_" + outputs[i]->getName()); in emitCallAndSwitchStatement()
942 StructArgTy, &*OAI, Idx, "gep_" + outputs[i]->getName(), InsertPt); in emitCallAndSwitchStatement()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCodeExtractor.cpp411 Type *StructArgTy = StructType::get(newFunction->getContext(), ArgTypes); in emitCallAndSwitchStatement() local
413 new AllocaInst(StructArgTy, 0, "structArg", in emitCallAndSwitchStatement()