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

/frameworks/compile/libbcc/lib/
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.cpp2262 FunctionType *FTy =
2264 if (!FTy)
2267 Function *Func = Function::Create(FTy, GlobalValue::ExternalLinkage,
3013 FunctionType *FTy = !CalleeTy ? nullptr : local
3017 if (!FTy || !NormalBB || !UnwindBB ||
3018 Record.size() < OpNum+FTy->getNumParams())
3022 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i, ++OpNum) {
3023 Ops.push_back(getFnValueByID(Record[OpNum], FTy->getParamType(i)));
3028 if (!FTy->isVarArg()) {
3194 FunctionType *FTy local
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp2529 FunctionType *FTy =
2531 if (!FTy)
2534 Function *Func = Function::Create(FTy, GlobalValue::ExternalLinkage,
3261 FunctionType *FTy = !CalleeTy ? nullptr : local
3265 if (!FTy || !NormalBB || !UnwindBB ||
3266 Record.size() < OpNum+FTy->getNumParams())
3270 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i, ++OpNum) {
3271 Ops.push_back(getFnValueByID(Record[OpNum], FTy->getParamType(i)));
3276 if (!FTy->isVarArg()) {
3539 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.cpp1231 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); local
1241 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1245 if (FTy->isVarArg()) {
1246 for (unsigned i = FTy->getNumParams(), e = I.getNumOperands()-3;
1359 FunctionType *FTy = cast<FunctionType>(PTy->getElementType()); local
1368 for (unsigned i = 0, e = FTy->getNumParams(); i != e; ++i)
1372 if (FTy->isVarArg()) {
1373 for (unsigned i = FTy->getNumParams(), e = CI.getNumArgOperands();

Completed in 709 milliseconds