Home
last modified time | relevance | path

Searched refs:StructArgTy (Results 1 – 2 of 2) 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/lib/Transforms/Utils/
DCodeExtractor.cpp411 Type *StructArgTy = StructType::get(newFunction->getContext(), ArgTypes); in emitCallAndSwitchStatement() local
413 new AllocaInst(StructArgTy, 0, "structArg", in emitCallAndSwitchStatement()