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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1800 FunctionType *FTy =
1802 if (!FTy)
1805 Function *Func = Function::Create(FTy, GlobalValue::ExternalLinkage,
2540 FunctionType *FTy = !CalleeTy ? 0 : local
2544 if (FTy == 0 || NormalBB == 0 || UnwindBB == 0 ||
2545 Record.size() < OpNum+FTy->getNumParams())
2549 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i, ++OpNum) {
2550 Ops.push_back(getFnValueByID(Record[OpNum], FTy->getParamType(i)));
2554 if (!FTy->isVarArg()) {
2718 FunctionType *FTy local
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2098 FunctionType *FTy =
2100 if (!FTy)
2103 Function *Func = Function::Create(FTy, GlobalValue::ExternalLinkage,
2821 FunctionType *FTy = !CalleeTy ? 0 : local
2825 if (FTy == 0 || NormalBB == 0 || UnwindBB == 0 ||
2826 Record.size() < OpNum+FTy->getNumParams())
2830 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i, ++OpNum) {
2831 Ops.push_back(getFnValueByID(Record[OpNum], FTy->getParamType(i)));
2835 if (!FTy->isVarArg()) {
3094 FunctionType *FTy local
[all...]
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1185 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); local
1195 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1199 if (FTy->isVarArg()) {
1200 for (unsigned i = FTy->getNumParams(), e = I.getNumOperands()-3;
1248 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); local
1257 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1261 if (FTy->isVarArg()) {
1262 for (unsigned i = FTy->getNumParams(), e = CI.getNumArgOperands();
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1139 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); local
1149 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1153 if (FTy->isVarArg()) {
1154 for (unsigned i = FTy->getNumParams(), e = I.getNumOperands()-3;
1265 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); local
1274 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1278 if (FTy->isVarArg()) {
1279 for (unsigned i = FTy->getNumParams(), e = CI.getNumArgOperands();

Completed in 46 milliseconds