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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp1886 FunctionType *FTy =
1888 if (!FTy)
1891 Function *Func = Function::Create(FTy, GlobalValue::ExternalLinkage,
2612 FunctionType *FTy = !CalleeTy ? 0 : local
2616 if (FTy == 0 || NormalBB == 0 || UnwindBB == 0 ||
2617 Record.size() < OpNum+FTy->getNumParams())
2621 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i, ++OpNum) {
2622 Ops.push_back(getFnValueByID(Record[OpNum], FTy->getParamType(i)));
2627 if (!FTy->isVarArg()) {
2797 FunctionType *FTy local
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2159 FunctionType *FTy =
2161 if (!FTy)
2164 Function *Func = Function::Create(FTy, GlobalValue::ExternalLinkage,
2857 FunctionType *FTy = !CalleeTy ? 0 : local
2861 if (FTy == 0 || NormalBB == 0 || UnwindBB == 0 ||
2862 Record.size() < OpNum+FTy->getNumParams())
2866 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i, ++OpNum) {
2867 Ops.push_back(getFnValueByID(Record[OpNum], FTy->getParamType(i)));
2872 if (!FTy->isVarArg()) {
3135 FunctionType *FTy local
[all...]
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1175 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); local
1185 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1189 if (FTy->isVarArg()) {
1190 for (unsigned i = FTy->getNumParams(), e = I.getNumOperands()-3;
1238 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); local
1247 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1251 if (FTy->isVarArg()) {
1252 for (unsigned i = FTy->getNumParams(), e = CI.getNumArgOperands();
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1129 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); local
1139 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1143 if (FTy->isVarArg()) {
1144 for (unsigned i = FTy->getNumParams(), e = I.getNumOperands()-3;
1255 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); local
1264 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1268 if (FTy->isVarArg()) {
1269 for (unsigned i = FTy->getNumParams(), e = CI.getNumArgOperands();
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1186 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); local
1196 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1200 if (FTy->isVarArg()) {
1201 for (unsigned i = FTy->getNumParams(), e = I.getNumOperands()-3;
1312 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); local
1321 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1325 if (FTy->isVarArg()) {
1326 for (unsigned i = FTy->getNumParams(), e = CI.getNumArgOperands();

Completed in 135 milliseconds