Searched refs:FTy (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSX86CallConvPass.cpp113 llvm::FunctionType *FTy = OrigFn->getFunctionType(); local
114 std::vector<llvm::Type *> Params(FTy->param_begin(), FTy->param_end());
116 llvm::FunctionType *NewTy = llvm::FunctionType::get(FTy->getReturnType(),
118 FTy->isVarArg());
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2250 FunctionType *FTy =
2252 if (!FTy)
2255 Function *Func = Function::Create(FTy, GlobalValue::ExternalLinkage,
3001 FunctionType *FTy = !CalleeTy ? nullptr : local
3005 if (!FTy || !NormalBB || !UnwindBB ||
3006 Record.size() < OpNum+FTy->getNumParams())
3010 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i, ++OpNum) {
3011 Ops.push_back(getFnValueByID(Record[OpNum], FTy->getParamType(i)));
3016 if (!FTy->isVarArg()) {
3182 FunctionType *FTy local
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2517 FunctionType *FTy =
2519 if (!FTy)
2522 Function *Func = Function::Create(FTy, GlobalValue::ExternalLinkage,
3249 FunctionType *FTy = !CalleeTy ? nullptr : local
3253 if (!FTy || !NormalBB || !UnwindBB ||
3254 Record.size() < OpNum+FTy->getNumParams())
3258 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i, ++OpNum) {
3259 Ops.push_back(getFnValueByID(Record[OpNum], FTy->getParamType(i)));
3264 if (!FTy->isVarArg()) {
3522 FunctionType *FTy local
[all...]
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1200 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); local
1210 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1214 if (FTy->isVarArg()) {
1215 for (unsigned i = FTy->getNumParams(), e = I.getNumOperands()-3;
1263 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); local
1272 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1276 if (FTy->isVarArg()) {
1277 for (unsigned i = FTy->getNumParams(), e = CI.getNumArgOperands();
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1198 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); local
1208 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1212 if (FTy->isVarArg()) {
1213 for (unsigned i = FTy->getNumParams(), e = I.getNumOperands()-3;
1325 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); local
1334 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1338 if (FTy->isVarArg()) {
1339 for (unsigned i = FTy->getNumParams(), e = CI.getNumArgOperands();
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1230 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); local
1240 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1244 if (FTy->isVarArg()) {
1245 for (unsigned i = FTy->getNumParams(), e = I.getNumOperands()-3;
1358 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); local
1367 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1371 if (FTy->isVarArg()) {
1372 for (unsigned i = FTy->getNumParams(), e = CI.getNumArgOperands();

Completed in 481 milliseconds